Domain: lemmonlines.com
Server Adress: 208.122.217.104

privdayz.com

/home/httpd/html/treasuredpetchauffeursllc.com/
Dosya Yükle :
Current File : /home/httpd/html/treasuredpetchauffeursllc.com/Ionaa_wp.sql

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

/*!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' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- 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 = utf8 */;
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 */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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 */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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 */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_action_meta`
--

DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_action_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=199 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_action_meta`
--

LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES
(1,1,'objectType','Action','objectType','Action'),
(2,1,'objectDomain','actions','objectDomain','actions'),
(3,1,'editActive','','editActive',''),
(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(5,1,'payment_gateways','','payment_gateways',''),
(6,1,'payment_total','','payment_total',''),
(7,1,'tag','','tag',''),
(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),
(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),
(10,1,'email_message','{fields_table}','email_message','{fields_table}'),
(11,1,'from_name','','from_name',''),
(12,1,'from_address','','from_address',''),
(13,1,'reply_to','','reply_to',''),
(14,1,'email_format','html','email_format','html'),
(15,1,'cc','','cc',''),
(16,1,'bcc','','bcc',''),
(17,1,'attach_csv','','attach_csv',''),
(18,1,'redirect_url','','redirect_url',''),
(19,1,'email_message_plain','','email_message_plain',''),
(20,2,'to','{field:email}','to','{field:email}'),
(21,2,'subject','This is an email action.','subject','This is an email action.'),
(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),
(23,2,'objectType','Action','objectType','Action'),
(24,2,'objectDomain','actions','objectDomain','actions'),
(25,2,'editActive','','editActive',''),
(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(27,2,'payment_gateways','','payment_gateways',''),
(28,2,'payment_total','','payment_total',''),
(29,2,'tag','','tag',''),
(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),
(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),
(32,2,'from_name','','from_name',''),
(33,2,'from_address','','from_address',''),
(34,2,'reply_to','','reply_to',''),
(35,2,'email_format','html','email_format','html'),
(36,2,'cc','','cc',''),
(37,2,'bcc','','bcc',''),
(38,2,'attach_csv','','attach_csv',''),
(39,2,'email_message_plain','','email_message_plain',''),
(40,3,'objectType','Action','objectType','Action'),
(41,3,'objectDomain','actions','objectDomain','actions'),
(42,3,'editActive','','editActive',''),
(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(44,3,'payment_gateways','','payment_gateways',''),
(45,3,'payment_total','','payment_total',''),
(46,3,'tag','','tag',''),
(47,3,'to','{system:admin_email}','to','{system:admin_email}'),
(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),
(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),
(50,3,'from_name','','from_name',''),
(51,3,'from_address','','from_address',''),
(52,3,'reply_to','{field:email}','reply_to','{field:email}'),
(53,3,'email_format','html','email_format','html'),
(54,3,'cc','','cc',''),
(55,3,'bcc','','bcc',''),
(56,3,'attach_csv','0','attach_csv','0'),
(57,3,'email_message_plain','','email_message_plain',''),
(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),
(59,4,'objectType','Action','objectType','Action'),
(60,4,'objectDomain','actions','objectDomain','actions'),
(61,4,'editActive','','editActive',''),
(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(63,4,'payment_gateways','','payment_gateways',''),
(64,4,'payment_total','','payment_total',''),
(65,4,'tag','','tag',''),
(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),
(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),
(68,4,'email_message','{fields_table}','email_message','{fields_table}'),
(69,4,'from_name','','from_name',''),
(70,4,'from_address','','from_address',''),
(71,4,'reply_to','','reply_to',''),
(72,4,'email_format','html','email_format','html'),
(73,4,'cc','','cc',''),
(74,4,'bcc','','bcc',''),
(75,4,'attach_csv','','attach_csv',''),
(76,4,'redirect_url','','redirect_url',''),
(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),
(78,4,'email_message_plain','','email_message_plain',''),
(79,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),
(80,1,'submitter_email','','submitter_email',''),
(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),
(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),
(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),
(84,1,'subs_expire_time','90','subs_expire_time','90'),
(85,5,'objectType','Action','objectType','Action'),
(86,5,'objectDomain','actions','objectDomain','actions'),
(87,5,'editActive','','editActive',''),
(88,5,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(89,5,'payment_gateways','','payment_gateways',''),
(90,5,'payment_total','','payment_total',''),
(91,5,'tag','','tag',''),
(92,5,'to','{wp:admin_email}','to','{wp:admin_email}'),
(93,5,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),
(94,5,'email_message','{fields_table}','email_message','{fields_table}'),
(95,5,'from_name','','from_name',''),
(96,5,'from_address','','from_address',''),
(97,5,'reply_to','','reply_to',''),
(98,5,'email_format','html','email_format','html'),
(99,5,'cc','','cc',''),
(100,5,'bcc','','bcc',''),
(101,5,'attach_csv','','attach_csv',''),
(102,5,'redirect_url','','redirect_url',''),
(103,5,'email_message_plain','','email_message_plain',''),
(104,5,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),
(105,5,'submitter_email','','submitter_email',''),
(106,5,'fields-save-toggle','save_all','fields-save-toggle','save_all'),
(107,5,'exception_fields','a:0:{}','exception_fields','a:0:{}'),
(108,5,'set_subs_to_expire','0','set_subs_to_expire','0'),
(109,5,'subs_expire_time','90','subs_expire_time','90'),
(116,6,'to','{field:email}','to','{field:email}'),
(117,6,'subject','This is an email action.','subject','This is an email action.'),
(118,6,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),
(119,6,'objectType','Action','objectType','Action'),
(120,6,'objectDomain','actions','objectDomain','actions'),
(121,6,'editActive','','editActive',''),
(122,6,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(123,6,'payment_gateways','','payment_gateways',''),
(124,6,'payment_total','','payment_total',''),
(125,6,'tag','','tag',''),
(126,6,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),
(127,6,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),
(128,6,'from_name','','from_name',''),
(129,6,'from_address','','from_address',''),
(130,6,'reply_to','','reply_to',''),
(131,6,'email_format','html','email_format','html'),
(132,6,'cc','','cc',''),
(133,6,'bcc','','bcc',''),
(134,6,'attach_csv','','attach_csv',''),
(135,6,'email_message_plain','','email_message_plain',''),
(147,7,'objectType','Action','objectType','Action'),
(148,7,'objectDomain','actions','objectDomain','actions'),
(149,7,'editActive','','editActive',''),
(150,7,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(151,7,'payment_gateways','','payment_gateways',''),
(152,7,'payment_total','','payment_total',''),
(153,7,'tag','','tag',''),
(154,7,'to','{system:admin_email}','to','{system:admin_email}'),
(155,7,'email_subject','New message from {field:first_and_last_name_1723112633683}','email_subject','New message from {field:first_and_last_name_1723112633683}'),
(156,7,'email_message','<p>{field:anything_else_we_should_know_1723112559721}</p><p>-{field:first_and_last_name_1723112633683} ( {field:email} )</p>','email_message','<p>{field:anything_else_we_should_know_1723112559721}</p><p>-{field:first_and_last_name_1723112633683} ( {field:email} )</p>'),
(157,7,'from_name','','from_name',''),
(158,7,'from_address','','from_address',''),
(159,7,'reply_to','{field:email}','reply_to','{field:email}'),
(160,7,'email_format','html','email_format','html'),
(161,7,'cc','','cc',''),
(162,7,'bcc','','bcc',''),
(163,7,'attach_csv','0','attach_csv','0'),
(164,7,'email_message_plain','','email_message_plain',''),
(178,8,'message','Thank you {field:first_and_last_name_1723112633683} for filling out my form!','message','Thank you {field:first_and_last_name_1723112633683} for filling out my form!'),
(179,8,'objectType','Action','objectType','Action'),
(180,8,'objectDomain','actions','objectDomain','actions'),
(181,8,'editActive','','editActive',''),
(182,8,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(183,8,'payment_gateways','','payment_gateways',''),
(184,8,'payment_total','','payment_total',''),
(185,8,'tag','','tag',''),
(186,8,'to','{wp:admin_email}','to','{wp:admin_email}'),
(187,8,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),
(188,8,'email_message','{fields_table}','email_message','{fields_table}'),
(189,8,'from_name','','from_name',''),
(190,8,'from_address','','from_address',''),
(191,8,'reply_to','','reply_to',''),
(192,8,'email_format','html','email_format','html'),
(193,8,'cc','','cc',''),
(194,8,'bcc','','bcc',''),
(195,8,'attach_csv','','attach_csv',''),
(196,8,'redirect_url','','redirect_url',''),
(197,8,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),
(198,8,'email_message_plain','','email_message_plain','');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_actions`
--

DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_actions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `active` tinyint(1) DEFAULT 1,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `label` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_actions`
--

LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES
(1,'','','save',1,1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Record Submission'),
(2,'','','email',1,1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Email Confirmation'),
(3,'','','email',1,1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Email Notification'),
(4,'','','successmessage',1,1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Success Message'),
(5,'','','save',1,2,NULL,NULL,'Record Submission'),
(6,'','','email',1,2,NULL,NULL,'Email Confirmation'),
(7,'','','email',1,2,NULL,NULL,'Email Notification'),
(8,'','','successmessage',1,2,NULL,NULL,'Success Message');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_chunks`
--

DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_chunks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_chunks`
--

LOCK TABLES `wp_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_field_meta`
--

DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_field_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=967 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_field_meta`
--

LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES
(1,1,'label_pos','above','label_pos','above'),
(2,1,'required','1','required','1'),
(3,1,'order','1','order','1'),
(4,1,'placeholder','','placeholder',''),
(5,1,'default','','default',''),
(6,1,'wrapper_class','','wrapper_class',''),
(7,1,'element_class','','element_class',''),
(8,1,'objectType','Field','objectType','Field'),
(9,1,'objectDomain','fields','objectDomain','fields'),
(10,1,'editActive','','editActive',''),
(11,1,'container_class','','container_class',''),
(12,1,'input_limit','','input_limit',''),
(13,1,'input_limit_type','characters','input_limit_type','characters'),
(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(15,1,'manual_key','','manual_key',''),
(16,1,'disable_input','','disable_input',''),
(17,1,'admin_label','','admin_label',''),
(18,1,'help_text','','help_text',''),
(19,1,'desc_text','','desc_text',''),
(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),
(21,1,'mask','','mask',''),
(22,1,'custom_mask','','custom_mask',''),
(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),
(24,1,'wrap_styles_border','','wrap_styles_border',''),
(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),
(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),
(27,1,'wrap_styles_color','','wrap_styles_color',''),
(28,1,'wrap_styles_height','','wrap_styles_height',''),
(29,1,'wrap_styles_width','','wrap_styles_width',''),
(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),
(31,1,'wrap_styles_margin','','wrap_styles_margin',''),
(32,1,'wrap_styles_padding','','wrap_styles_padding',''),
(33,1,'wrap_styles_display','','wrap_styles_display',''),
(34,1,'wrap_styles_float','','wrap_styles_float',''),
(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),
(37,1,'label_styles_background-color','','label_styles_background-color',''),
(38,1,'label_styles_border','','label_styles_border',''),
(39,1,'label_styles_border-style','','label_styles_border-style',''),
(40,1,'label_styles_border-color','','label_styles_border-color',''),
(41,1,'label_styles_color','','label_styles_color',''),
(42,1,'label_styles_height','','label_styles_height',''),
(43,1,'label_styles_width','','label_styles_width',''),
(44,1,'label_styles_font-size','','label_styles_font-size',''),
(45,1,'label_styles_margin','','label_styles_margin',''),
(46,1,'label_styles_padding','','label_styles_padding',''),
(47,1,'label_styles_display','','label_styles_display',''),
(48,1,'label_styles_float','','label_styles_float',''),
(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(50,1,'label_styles_advanced','','label_styles_advanced',''),
(51,1,'element_styles_background-color','','element_styles_background-color',''),
(52,1,'element_styles_border','','element_styles_border',''),
(53,1,'element_styles_border-style','','element_styles_border-style',''),
(54,1,'element_styles_border-color','','element_styles_border-color',''),
(55,1,'element_styles_color','','element_styles_color',''),
(56,1,'element_styles_height','','element_styles_height',''),
(57,1,'element_styles_width','','element_styles_width',''),
(58,1,'element_styles_font-size','','element_styles_font-size',''),
(59,1,'element_styles_margin','','element_styles_margin',''),
(60,1,'element_styles_padding','','element_styles_padding',''),
(61,1,'element_styles_display','','element_styles_display',''),
(62,1,'element_styles_float','','element_styles_float',''),
(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(64,1,'element_styles_advanced','','element_styles_advanced',''),
(65,1,'cellcid','c3277','cellcid','c3277'),
(66,2,'label_pos','above','label_pos','above'),
(67,2,'required','1','required','1'),
(68,2,'order','2','order','2'),
(69,2,'placeholder','','placeholder',''),
(70,2,'default','','default',''),
(71,2,'wrapper_class','','wrapper_class',''),
(72,2,'element_class','','element_class',''),
(73,2,'objectType','Field','objectType','Field'),
(74,2,'objectDomain','fields','objectDomain','fields'),
(75,2,'editActive','','editActive',''),
(76,2,'container_class','','container_class',''),
(77,2,'admin_label','','admin_label',''),
(78,2,'help_text','','help_text',''),
(79,2,'desc_text','','desc_text',''),
(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),
(81,2,'wrap_styles_border','','wrap_styles_border',''),
(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),
(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),
(84,2,'wrap_styles_color','','wrap_styles_color',''),
(85,2,'wrap_styles_height','','wrap_styles_height',''),
(86,2,'wrap_styles_width','','wrap_styles_width',''),
(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),
(88,2,'wrap_styles_margin','','wrap_styles_margin',''),
(89,2,'wrap_styles_padding','','wrap_styles_padding',''),
(90,2,'wrap_styles_display','','wrap_styles_display',''),
(91,2,'wrap_styles_float','','wrap_styles_float',''),
(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),
(94,2,'label_styles_background-color','','label_styles_background-color',''),
(95,2,'label_styles_border','','label_styles_border',''),
(96,2,'label_styles_border-style','','label_styles_border-style',''),
(97,2,'label_styles_border-color','','label_styles_border-color',''),
(98,2,'label_styles_color','','label_styles_color',''),
(99,2,'label_styles_height','','label_styles_height',''),
(100,2,'label_styles_width','','label_styles_width',''),
(101,2,'label_styles_font-size','','label_styles_font-size',''),
(102,2,'label_styles_margin','','label_styles_margin',''),
(103,2,'label_styles_padding','','label_styles_padding',''),
(104,2,'label_styles_display','','label_styles_display',''),
(105,2,'label_styles_float','','label_styles_float',''),
(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(107,2,'label_styles_advanced','','label_styles_advanced',''),
(108,2,'element_styles_background-color','','element_styles_background-color',''),
(109,2,'element_styles_border','','element_styles_border',''),
(110,2,'element_styles_border-style','','element_styles_border-style',''),
(111,2,'element_styles_border-color','','element_styles_border-color',''),
(112,2,'element_styles_color','','element_styles_color',''),
(113,2,'element_styles_height','','element_styles_height',''),
(114,2,'element_styles_width','','element_styles_width',''),
(115,2,'element_styles_font-size','','element_styles_font-size',''),
(116,2,'element_styles_margin','','element_styles_margin',''),
(117,2,'element_styles_padding','','element_styles_padding',''),
(118,2,'element_styles_display','','element_styles_display',''),
(119,2,'element_styles_float','','element_styles_float',''),
(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(121,2,'element_styles_advanced','','element_styles_advanced',''),
(122,2,'cellcid','c3281','cellcid','c3281'),
(123,3,'label_pos','above','label_pos','above'),
(124,3,'required','1','required','1'),
(125,3,'order','3','order','3'),
(126,3,'placeholder','','placeholder',''),
(127,3,'default','','default',''),
(128,3,'wrapper_class','','wrapper_class',''),
(129,3,'element_class','','element_class',''),
(130,3,'objectType','Field','objectType','Field'),
(131,3,'objectDomain','fields','objectDomain','fields'),
(132,3,'editActive','','editActive',''),
(133,3,'container_class','','container_class',''),
(134,3,'input_limit','','input_limit',''),
(135,3,'input_limit_type','characters','input_limit_type','characters'),
(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(137,3,'manual_key','','manual_key',''),
(138,3,'disable_input','','disable_input',''),
(139,3,'admin_label','','admin_label',''),
(140,3,'help_text','','help_text',''),
(141,3,'desc_text','','desc_text',''),
(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),
(143,3,'textarea_rte','','textarea_rte',''),
(144,3,'disable_rte_mobile','','disable_rte_mobile',''),
(145,3,'textarea_media','','textarea_media',''),
(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),
(147,3,'wrap_styles_border','','wrap_styles_border',''),
(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),
(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),
(150,3,'wrap_styles_color','','wrap_styles_color',''),
(151,3,'wrap_styles_height','','wrap_styles_height',''),
(152,3,'wrap_styles_width','','wrap_styles_width',''),
(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),
(154,3,'wrap_styles_margin','','wrap_styles_margin',''),
(155,3,'wrap_styles_padding','','wrap_styles_padding',''),
(156,3,'wrap_styles_display','','wrap_styles_display',''),
(157,3,'wrap_styles_float','','wrap_styles_float',''),
(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),
(160,3,'label_styles_background-color','','label_styles_background-color',''),
(161,3,'label_styles_border','','label_styles_border',''),
(162,3,'label_styles_border-style','','label_styles_border-style',''),
(163,3,'label_styles_border-color','','label_styles_border-color',''),
(164,3,'label_styles_color','','label_styles_color',''),
(165,3,'label_styles_height','','label_styles_height',''),
(166,3,'label_styles_width','','label_styles_width',''),
(167,3,'label_styles_font-size','','label_styles_font-size',''),
(168,3,'label_styles_margin','','label_styles_margin',''),
(169,3,'label_styles_padding','','label_styles_padding',''),
(170,3,'label_styles_display','','label_styles_display',''),
(171,3,'label_styles_float','','label_styles_float',''),
(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(173,3,'label_styles_advanced','','label_styles_advanced',''),
(174,3,'element_styles_background-color','','element_styles_background-color',''),
(175,3,'element_styles_border','','element_styles_border',''),
(176,3,'element_styles_border-style','','element_styles_border-style',''),
(177,3,'element_styles_border-color','','element_styles_border-color',''),
(178,3,'element_styles_color','','element_styles_color',''),
(179,3,'element_styles_height','','element_styles_height',''),
(180,3,'element_styles_width','','element_styles_width',''),
(181,3,'element_styles_font-size','','element_styles_font-size',''),
(182,3,'element_styles_margin','','element_styles_margin',''),
(183,3,'element_styles_padding','','element_styles_padding',''),
(184,3,'element_styles_display','','element_styles_display',''),
(185,3,'element_styles_float','','element_styles_float',''),
(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(187,3,'element_styles_advanced','','element_styles_advanced',''),
(188,3,'cellcid','c3284','cellcid','c3284'),
(189,4,'processing_label','Processing','processing_label','Processing'),
(190,4,'order','5','order','5'),
(191,4,'objectType','Field','objectType','Field'),
(192,4,'objectDomain','fields','objectDomain','fields'),
(193,4,'editActive','','editActive',''),
(194,4,'container_class','','container_class',''),
(195,4,'element_class','','element_class',''),
(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),
(197,4,'wrap_styles_border','','wrap_styles_border',''),
(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),
(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),
(200,4,'wrap_styles_color','','wrap_styles_color',''),
(201,4,'wrap_styles_height','','wrap_styles_height',''),
(202,4,'wrap_styles_width','','wrap_styles_width',''),
(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),
(204,4,'wrap_styles_margin','','wrap_styles_margin',''),
(205,4,'wrap_styles_padding','','wrap_styles_padding',''),
(206,4,'wrap_styles_display','','wrap_styles_display',''),
(207,4,'wrap_styles_float','','wrap_styles_float',''),
(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),
(210,4,'label_styles_background-color','','label_styles_background-color',''),
(211,4,'label_styles_border','','label_styles_border',''),
(212,4,'label_styles_border-style','','label_styles_border-style',''),
(213,4,'label_styles_border-color','','label_styles_border-color',''),
(214,4,'label_styles_color','','label_styles_color',''),
(215,4,'label_styles_height','','label_styles_height',''),
(216,4,'label_styles_width','','label_styles_width',''),
(217,4,'label_styles_font-size','','label_styles_font-size',''),
(218,4,'label_styles_margin','','label_styles_margin',''),
(219,4,'label_styles_padding','','label_styles_padding',''),
(220,4,'label_styles_display','','label_styles_display',''),
(221,4,'label_styles_float','','label_styles_float',''),
(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(223,4,'label_styles_advanced','','label_styles_advanced',''),
(224,4,'element_styles_background-color','','element_styles_background-color',''),
(225,4,'element_styles_border','','element_styles_border',''),
(226,4,'element_styles_border-style','','element_styles_border-style',''),
(227,4,'element_styles_border-color','','element_styles_border-color',''),
(228,4,'element_styles_color','','element_styles_color',''),
(229,4,'element_styles_height','','element_styles_height',''),
(230,4,'element_styles_width','','element_styles_width',''),
(231,4,'element_styles_font-size','','element_styles_font-size',''),
(232,4,'element_styles_margin','','element_styles_margin',''),
(233,4,'element_styles_padding','','element_styles_padding',''),
(234,4,'element_styles_display','','element_styles_display',''),
(235,4,'element_styles_float','','element_styles_float',''),
(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(237,4,'element_styles_advanced','','element_styles_advanced',''),
(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),
(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),
(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),
(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),
(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),
(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),
(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),
(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),
(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),
(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),
(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),
(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),
(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),
(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),
(252,4,'cellcid','c3287','cellcid','c3287'),
(253,1,'field_label','Name','field_label','Name'),
(254,1,'field_key','name','field_key','name'),
(255,2,'field_label','Email','field_label','Email'),
(256,2,'field_key','email','field_key','email'),
(257,3,'field_label','Message','field_label','Message'),
(258,3,'field_key','message','field_key','message'),
(259,4,'field_label','Submit','field_label','Submit'),
(260,4,'field_key','submit','field_key','submit'),
(261,1,'idAttribute','id','idAttribute','id'),
(262,1,'label','Name','label','Name'),
(263,1,'key','name','key','name'),
(264,1,'type','textbox','type','textbox'),
(265,1,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(266,1,'custom_name_attribute','','custom_name_attribute',''),
(267,1,'personally_identifiable','','personally_identifiable',''),
(268,1,'value','','value',''),
(269,2,'idAttribute','id','idAttribute','id'),
(270,2,'label','Email','label','Email'),
(271,2,'key','email','key','email'),
(272,2,'type','email','type','email'),
(273,2,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(274,2,'custom_name_attribute','email','custom_name_attribute','email'),
(275,2,'personally_identifiable','1','personally_identifiable','1'),
(276,2,'value','','value',''),
(277,3,'idAttribute','id','idAttribute','id'),
(278,3,'label','Message','label','Message'),
(279,3,'key','message','key','message'),
(280,3,'type','textarea','type','textarea'),
(281,3,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(282,3,'value','','value',''),
(283,4,'idAttribute','id','idAttribute','id'),
(284,4,'label','Submit','label','Submit'),
(285,4,'key','submit','key','submit'),
(286,4,'type','submit','type','submit'),
(287,4,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(288,4,'admin_label','','admin_label',''),
(289,5,'label_pos','above','label_pos','above'),
(290,5,'required','1','required','1'),
(291,5,'order','1','order','1'),
(292,5,'placeholder','','placeholder',''),
(293,5,'default','','default',''),
(294,5,'wrapper_class','','wrapper_class',''),
(295,5,'element_class','','element_class',''),
(296,5,'objectType','Field','objectType','Field'),
(297,5,'objectDomain','fields','objectDomain','fields'),
(298,5,'editActive','','editActive',''),
(299,5,'container_class','','container_class',''),
(300,5,'input_limit','','input_limit',''),
(301,5,'input_limit_type','characters','input_limit_type','characters'),
(302,5,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(303,5,'manual_key','','manual_key',''),
(304,5,'disable_input','','disable_input',''),
(305,5,'admin_label','','admin_label',''),
(306,5,'help_text','','help_text',''),
(307,5,'desc_text','','desc_text',''),
(308,5,'disable_browser_autocomplete','','disable_browser_autocomplete',''),
(309,5,'mask','','mask',''),
(310,5,'custom_mask','','custom_mask',''),
(311,5,'wrap_styles_background-color','','wrap_styles_background-color',''),
(312,5,'wrap_styles_border','','wrap_styles_border',''),
(313,5,'wrap_styles_border-style','','wrap_styles_border-style',''),
(314,5,'wrap_styles_border-color','','wrap_styles_border-color',''),
(315,5,'wrap_styles_color','','wrap_styles_color',''),
(316,5,'wrap_styles_height','','wrap_styles_height',''),
(317,5,'wrap_styles_width','','wrap_styles_width',''),
(318,5,'wrap_styles_font-size','','wrap_styles_font-size',''),
(319,5,'wrap_styles_margin','','wrap_styles_margin',''),
(320,5,'wrap_styles_padding','','wrap_styles_padding',''),
(321,5,'wrap_styles_display','','wrap_styles_display',''),
(322,5,'wrap_styles_float','','wrap_styles_float',''),
(323,5,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(324,5,'wrap_styles_advanced','','wrap_styles_advanced',''),
(325,5,'label_styles_background-color','','label_styles_background-color',''),
(326,5,'label_styles_border','','label_styles_border',''),
(327,5,'label_styles_border-style','','label_styles_border-style',''),
(328,5,'label_styles_border-color','','label_styles_border-color',''),
(329,5,'label_styles_color','','label_styles_color',''),
(330,5,'label_styles_height','','label_styles_height',''),
(331,5,'label_styles_width','','label_styles_width',''),
(332,5,'label_styles_font-size','','label_styles_font-size',''),
(333,5,'label_styles_margin','','label_styles_margin',''),
(334,5,'label_styles_padding','','label_styles_padding',''),
(335,5,'label_styles_display','','label_styles_display',''),
(336,5,'label_styles_float','','label_styles_float',''),
(337,5,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(338,5,'label_styles_advanced','','label_styles_advanced',''),
(339,5,'element_styles_background-color','','element_styles_background-color',''),
(340,5,'element_styles_border','','element_styles_border',''),
(341,5,'element_styles_border-style','','element_styles_border-style',''),
(342,5,'element_styles_border-color','','element_styles_border-color',''),
(343,5,'element_styles_color','','element_styles_color',''),
(344,5,'element_styles_height','','element_styles_height',''),
(345,5,'element_styles_width','','element_styles_width',''),
(346,5,'element_styles_font-size','','element_styles_font-size',''),
(347,5,'element_styles_margin','','element_styles_margin',''),
(348,5,'element_styles_padding','','element_styles_padding',''),
(349,5,'element_styles_display','','element_styles_display',''),
(350,5,'element_styles_float','','element_styles_float',''),
(351,5,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(352,5,'element_styles_advanced','','element_styles_advanced',''),
(353,5,'cellcid','c3277','cellcid','c3277'),
(354,5,'field_label','Name','field_label','Name'),
(355,5,'field_key','name','field_key','name'),
(356,5,'idAttribute','id','idAttribute','id'),
(357,5,'label','First & Last Name','label','First & Last Name'),
(358,5,'key','first_and_last_name_1723112633683','key','first_and_last_name_1723112633683'),
(359,5,'type','textbox','type','textbox'),
(360,5,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(361,5,'custom_name_attribute','','custom_name_attribute',''),
(362,5,'personally_identifiable','','personally_identifiable',''),
(363,5,'value','','value',''),
(416,6,'label_pos','above','label_pos','above'),
(417,6,'required','1','required','1'),
(418,6,'order','2','order','2'),
(419,6,'placeholder','','placeholder',''),
(420,6,'default','','default',''),
(421,6,'wrapper_class','','wrapper_class',''),
(422,6,'element_class','','element_class',''),
(423,6,'objectType','Field','objectType','Field'),
(424,6,'objectDomain','fields','objectDomain','fields'),
(425,6,'editActive','','editActive',''),
(426,6,'container_class','','container_class',''),
(427,6,'admin_label','','admin_label',''),
(428,6,'help_text','','help_text',''),
(429,6,'desc_text','','desc_text',''),
(430,6,'wrap_styles_background-color','','wrap_styles_background-color',''),
(431,6,'wrap_styles_border','','wrap_styles_border',''),
(432,6,'wrap_styles_border-style','','wrap_styles_border-style',''),
(433,6,'wrap_styles_border-color','','wrap_styles_border-color',''),
(434,6,'wrap_styles_color','','wrap_styles_color',''),
(435,6,'wrap_styles_height','','wrap_styles_height',''),
(436,6,'wrap_styles_width','','wrap_styles_width',''),
(437,6,'wrap_styles_font-size','','wrap_styles_font-size',''),
(438,6,'wrap_styles_margin','','wrap_styles_margin',''),
(439,6,'wrap_styles_padding','','wrap_styles_padding',''),
(440,6,'wrap_styles_display','','wrap_styles_display',''),
(441,6,'wrap_styles_float','','wrap_styles_float',''),
(442,6,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(443,6,'wrap_styles_advanced','','wrap_styles_advanced',''),
(444,6,'label_styles_background-color','','label_styles_background-color',''),
(445,6,'label_styles_border','','label_styles_border',''),
(446,6,'label_styles_border-style','','label_styles_border-style',''),
(447,6,'label_styles_border-color','','label_styles_border-color',''),
(448,6,'label_styles_color','','label_styles_color',''),
(449,6,'label_styles_height','','label_styles_height',''),
(450,6,'label_styles_width','','label_styles_width',''),
(451,6,'label_styles_font-size','','label_styles_font-size',''),
(452,6,'label_styles_margin','','label_styles_margin',''),
(453,6,'label_styles_padding','','label_styles_padding',''),
(454,6,'label_styles_display','','label_styles_display',''),
(455,6,'label_styles_float','','label_styles_float',''),
(456,6,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(457,6,'label_styles_advanced','','label_styles_advanced',''),
(458,6,'element_styles_background-color','','element_styles_background-color',''),
(459,6,'element_styles_border','','element_styles_border',''),
(460,6,'element_styles_border-style','','element_styles_border-style',''),
(461,6,'element_styles_border-color','','element_styles_border-color',''),
(462,6,'element_styles_color','','element_styles_color',''),
(463,6,'element_styles_height','','element_styles_height',''),
(464,6,'element_styles_width','','element_styles_width',''),
(465,6,'element_styles_font-size','','element_styles_font-size',''),
(466,6,'element_styles_margin','','element_styles_margin',''),
(467,6,'element_styles_padding','','element_styles_padding',''),
(468,6,'element_styles_display','','element_styles_display',''),
(469,6,'element_styles_float','','element_styles_float',''),
(470,6,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(471,6,'element_styles_advanced','','element_styles_advanced',''),
(472,6,'cellcid','c3281','cellcid','c3281'),
(473,6,'field_label','Email','field_label','Email'),
(474,6,'field_key','email','field_key','email'),
(475,6,'idAttribute','id','idAttribute','id'),
(476,6,'label','Email','label','Email'),
(477,6,'key','email','key','email'),
(478,6,'type','email','type','email'),
(479,6,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(480,6,'custom_name_attribute','email','custom_name_attribute','email'),
(481,6,'personally_identifiable','1','personally_identifiable','1'),
(482,6,'value','','value',''),
(543,7,'label_pos','above','label_pos','above'),
(544,7,'required','1','required','1'),
(545,7,'order','11','order','11'),
(546,7,'placeholder','','placeholder',''),
(547,7,'default','','default',''),
(548,7,'wrapper_class','','wrapper_class',''),
(549,7,'element_class','','element_class',''),
(550,7,'objectType','Field','objectType','Field'),
(551,7,'objectDomain','fields','objectDomain','fields'),
(552,7,'editActive','','editActive',''),
(553,7,'container_class','','container_class',''),
(554,7,'input_limit','','input_limit',''),
(555,7,'input_limit_type','characters','input_limit_type','characters'),
(556,7,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(557,7,'manual_key','','manual_key',''),
(558,7,'disable_input','','disable_input',''),
(559,7,'admin_label','','admin_label',''),
(560,7,'help_text','','help_text',''),
(561,7,'desc_text','<p>We will ask you more detailed questions about each of your pets like personality, medications and special care instructions if you decide to book a trip, we don\'t need those details at this time for a quote. &nbsp;Please note that we are a PET ONLY transportation service, pet owners will need to explore other transportation options.<br></p>','desc_text','<p>We will ask you more detailed questions about each of your pets like personality, medications and special care instructions if you decide to book a trip, we don\'t need those details at this time for a quote. &nbsp;Please note that we are a PET ONLY transportation service, pet owners will need to explore other transportation options.<br></p>'),
(562,7,'disable_browser_autocomplete','','disable_browser_autocomplete',''),
(563,7,'textarea_rte','','textarea_rte',''),
(564,7,'disable_rte_mobile','','disable_rte_mobile',''),
(565,7,'textarea_media','','textarea_media',''),
(566,7,'wrap_styles_background-color','','wrap_styles_background-color',''),
(567,7,'wrap_styles_border','','wrap_styles_border',''),
(568,7,'wrap_styles_border-style','','wrap_styles_border-style',''),
(569,7,'wrap_styles_border-color','','wrap_styles_border-color',''),
(570,7,'wrap_styles_color','','wrap_styles_color',''),
(571,7,'wrap_styles_height','','wrap_styles_height',''),
(572,7,'wrap_styles_width','','wrap_styles_width',''),
(573,7,'wrap_styles_font-size','','wrap_styles_font-size',''),
(574,7,'wrap_styles_margin','','wrap_styles_margin',''),
(575,7,'wrap_styles_padding','','wrap_styles_padding',''),
(576,7,'wrap_styles_display','','wrap_styles_display',''),
(577,7,'wrap_styles_float','','wrap_styles_float',''),
(578,7,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(579,7,'wrap_styles_advanced','','wrap_styles_advanced',''),
(580,7,'label_styles_background-color','','label_styles_background-color',''),
(581,7,'label_styles_border','','label_styles_border',''),
(582,7,'label_styles_border-style','','label_styles_border-style',''),
(583,7,'label_styles_border-color','','label_styles_border-color',''),
(584,7,'label_styles_color','','label_styles_color',''),
(585,7,'label_styles_height','','label_styles_height',''),
(586,7,'label_styles_width','','label_styles_width',''),
(587,7,'label_styles_font-size','','label_styles_font-size',''),
(588,7,'label_styles_margin','','label_styles_margin',''),
(589,7,'label_styles_padding','','label_styles_padding',''),
(590,7,'label_styles_display','','label_styles_display',''),
(591,7,'label_styles_float','','label_styles_float',''),
(592,7,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(593,7,'label_styles_advanced','','label_styles_advanced',''),
(594,7,'element_styles_background-color','','element_styles_background-color',''),
(595,7,'element_styles_border','','element_styles_border',''),
(596,7,'element_styles_border-style','','element_styles_border-style',''),
(597,7,'element_styles_border-color','','element_styles_border-color',''),
(598,7,'element_styles_color','','element_styles_color',''),
(599,7,'element_styles_height','','element_styles_height',''),
(600,7,'element_styles_width','','element_styles_width',''),
(601,7,'element_styles_font-size','','element_styles_font-size',''),
(602,7,'element_styles_margin','','element_styles_margin',''),
(603,7,'element_styles_padding','','element_styles_padding',''),
(604,7,'element_styles_display','','element_styles_display',''),
(605,7,'element_styles_float','','element_styles_float',''),
(606,7,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(607,7,'element_styles_advanced','','element_styles_advanced',''),
(608,7,'cellcid','c3284','cellcid','c3284'),
(609,7,'field_label','Message','field_label','Message'),
(610,7,'field_key','message','field_key','message'),
(611,7,'idAttribute','id','idAttribute','id'),
(612,7,'label','Anything Else We Should Know?','label','Anything Else We Should Know?'),
(613,7,'key','anything_else_we_should_know_1723112559721','key','anything_else_we_should_know_1723112559721'),
(614,7,'type','textarea','type','textarea'),
(615,7,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(616,7,'value','','value',''),
(670,8,'processing_label','Processing','processing_label','Processing'),
(671,8,'order','12','order','12'),
(672,8,'objectType','Field','objectType','Field'),
(673,8,'objectDomain','fields','objectDomain','fields'),
(674,8,'editActive','','editActive',''),
(675,8,'container_class','','container_class',''),
(676,8,'element_class','','element_class',''),
(677,8,'wrap_styles_background-color','','wrap_styles_background-color',''),
(678,8,'wrap_styles_border','','wrap_styles_border',''),
(679,8,'wrap_styles_border-style','','wrap_styles_border-style',''),
(680,8,'wrap_styles_border-color','','wrap_styles_border-color',''),
(681,8,'wrap_styles_color','','wrap_styles_color',''),
(682,8,'wrap_styles_height','','wrap_styles_height',''),
(683,8,'wrap_styles_width','','wrap_styles_width',''),
(684,8,'wrap_styles_font-size','','wrap_styles_font-size',''),
(685,8,'wrap_styles_margin','','wrap_styles_margin',''),
(686,8,'wrap_styles_padding','','wrap_styles_padding',''),
(687,8,'wrap_styles_display','','wrap_styles_display',''),
(688,8,'wrap_styles_float','','wrap_styles_float',''),
(689,8,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(690,8,'wrap_styles_advanced','','wrap_styles_advanced',''),
(691,8,'label_styles_background-color','','label_styles_background-color',''),
(692,8,'label_styles_border','','label_styles_border',''),
(693,8,'label_styles_border-style','','label_styles_border-style',''),
(694,8,'label_styles_border-color','','label_styles_border-color',''),
(695,8,'label_styles_color','','label_styles_color',''),
(696,8,'label_styles_height','','label_styles_height',''),
(697,8,'label_styles_width','','label_styles_width',''),
(698,8,'label_styles_font-size','','label_styles_font-size',''),
(699,8,'label_styles_margin','','label_styles_margin',''),
(700,8,'label_styles_padding','','label_styles_padding',''),
(701,8,'label_styles_display','','label_styles_display',''),
(702,8,'label_styles_float','','label_styles_float',''),
(703,8,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(704,8,'label_styles_advanced','','label_styles_advanced',''),
(705,8,'element_styles_background-color','','element_styles_background-color',''),
(706,8,'element_styles_border','','element_styles_border',''),
(707,8,'element_styles_border-style','','element_styles_border-style',''),
(708,8,'element_styles_border-color','','element_styles_border-color',''),
(709,8,'element_styles_color','','element_styles_color',''),
(710,8,'element_styles_height','','element_styles_height',''),
(711,8,'element_styles_width','','element_styles_width',''),
(712,8,'element_styles_font-size','','element_styles_font-size',''),
(713,8,'element_styles_margin','','element_styles_margin',''),
(714,8,'element_styles_padding','','element_styles_padding',''),
(715,8,'element_styles_display','','element_styles_display',''),
(716,8,'element_styles_float','','element_styles_float',''),
(717,8,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(718,8,'element_styles_advanced','','element_styles_advanced',''),
(719,8,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),
(720,8,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),
(721,8,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),
(722,8,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),
(723,8,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),
(724,8,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),
(725,8,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),
(726,8,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),
(727,8,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),
(728,8,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),
(729,8,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),
(730,8,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),
(731,8,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),
(732,8,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),
(733,8,'cellcid','c3287','cellcid','c3287'),
(734,8,'field_label','Submit','field_label','Submit'),
(735,8,'field_key','submit','field_key','submit'),
(736,8,'idAttribute','id','idAttribute','id'),
(737,8,'label','Submit','label','Submit'),
(738,8,'key','submit','key','submit'),
(739,8,'type','submit','type','submit'),
(740,8,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(741,8,'admin_label','','admin_label',''),
(797,9,'editActive','','editActive',''),
(798,9,'order','3','order','3'),
(799,9,'idAttribute','id','idAttribute','id'),
(800,9,'type','phone','type','phone'),
(801,9,'label','Cell Phone','label','Cell Phone'),
(802,9,'key','cell_phone_1723112641213','key','cell_phone_1723112641213'),
(803,9,'label_pos','default','label_pos','default'),
(804,9,'required','','required',''),
(805,9,'default','','default',''),
(806,9,'placeholder','','placeholder',''),
(807,9,'container_class','','container_class',''),
(808,9,'element_class','','element_class',''),
(809,9,'input_limit','','input_limit',''),
(810,9,'input_limit_type','characters','input_limit_type','characters'),
(811,9,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(812,9,'manual_key','','manual_key',''),
(813,9,'admin_label','','admin_label',''),
(814,9,'help_text','','help_text',''),
(815,9,'mask','','mask',''),
(816,9,'custom_mask','','custom_mask',''),
(817,9,'custom_name_attribute','phone','custom_name_attribute','phone'),
(818,9,'personally_identifiable','1','personally_identifiable','1'),
(819,9,'value','','value',''),
(820,10,'editActive','','editActive',''),
(821,10,'order','4','order','4'),
(822,10,'idAttribute','id','idAttribute','id'),
(823,10,'type','listselect','type','listselect'),
(824,10,'label','Trip Type','label','Trip Type'),
(825,10,'key','trip_type_1723112598207','key','trip_type_1723112598207'),
(826,10,'label_pos','default','label_pos','default'),
(827,10,'required','1','required','1'),
(828,10,'options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"One Way\";s:5:\"value\";s:7:\"one-way\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Round Trip\";s:5:\"value\";s:10:\"round-trip\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"One Way\";s:5:\"value\";s:7:\"one-way\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Round Trip\";s:5:\"value\";s:10:\"round-trip\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),
(829,10,'container_class','','container_class',''),
(830,10,'element_class','','element_class',''),
(831,10,'admin_label','','admin_label',''),
(832,10,'help_text','','help_text',''),
(833,10,'drawerDisabled','','drawerDisabled',''),
(834,11,'editActive','','editActive',''),
(835,11,'order','5','order','5'),
(836,11,'idAttribute','id','idAttribute','id'),
(837,11,'type','listselect','type','listselect'),
(838,11,'label','Number of Cats','label','Number of Cats'),
(839,11,'key','number_of_cats_1723111974664','key','number_of_cats_1723111974664'),
(840,11,'label_pos','default','label_pos','default'),
(841,11,'required','','required',''),
(842,11,'options','a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),
(843,11,'container_class','','container_class',''),
(844,11,'element_class','','element_class',''),
(845,11,'admin_label','','admin_label',''),
(846,11,'help_text','','help_text',''),
(847,11,'drawerDisabled','','drawerDisabled',''),
(848,12,'editActive','','editActive',''),
(849,12,'order','6','order','6'),
(850,12,'idAttribute','id','idAttribute','id'),
(851,12,'type','listselect','type','listselect'),
(852,12,'label','Number of Other Pets','label','Number of Other Pets'),
(853,12,'key','number_of_other_pets_1723111984875','key','number_of_other_pets_1723111984875'),
(854,12,'label_pos','default','label_pos','default'),
(855,12,'required','','required',''),
(856,12,'options','a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),
(857,12,'container_class','','container_class',''),
(858,12,'element_class','','element_class',''),
(859,12,'admin_label','','admin_label',''),
(860,12,'help_text','','help_text',''),
(861,12,'drawerDisabled','','drawerDisabled',''),
(862,13,'editActive','','editActive',''),
(863,13,'order','4','order','4'),
(864,13,'idAttribute','id','idAttribute','id'),
(865,13,'type','listselect','type','listselect'),
(866,13,'label','Number of Dogs Copy','label','Number of Dogs Copy'),
(867,13,'key','listselect_1723112584874','key','listselect_1723112584874'),
(868,13,'label_pos','default','label_pos','default'),
(869,13,'required','','required',''),
(870,13,'options','a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),
(871,13,'container_class','','container_class',''),
(872,13,'element_class','','element_class',''),
(873,13,'admin_label','','admin_label',''),
(874,13,'help_text','','help_text',''),
(875,13,'drawerDisabled','','drawerDisabled',''),
(876,14,'editActive','','editActive',''),
(877,14,'order','7','order','7'),
(878,14,'idAttribute','id','idAttribute','id'),
(879,14,'type','listselect','type','listselect'),
(880,14,'label','Travel Info','label','Travel Info'),
(881,14,'key','travel_info_1723112260450','key','travel_info_1723112260450'),
(882,14,'label_pos','default','label_pos','default'),
(883,14,'required','1','required','1'),
(884,14,'options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:383:\"Owner Vehicle - Many of our clients are relocating and need not only their pets moved but also their vehicle moved.  We fly two drivers to your pickup city, they rest the night before at a local hotel and UBER to your location and drive your well maintained and recently detailed vehicle with good tires and a full size spare tire (No Run Flat Tires, no Donuts) to your new location.\";s:5:\"value\";s:374:\"owner-vehicle-many-of-our-clients-are-relocating-and-need-not-only-their-pets-moved-but-also-their-vehicle-moved-we-fly-two-drivers-to-your-pickup-city-they-rest-the-night-before-at-a-local-hotel-and-uber-to-your-location-and-drive-your-well-maintained-and-recently-detailed-vehicle-with-good-tires-and-a-full-size-spare-tire-no-run-flat-tires-no-donuts-to-your-new-location\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:443:\"Treasured Pet Chauffeurs Vehicle - We fly two of our drivers to your pickup city and they rent a mini-van at the airport and drive it to a hotel near your pickup location and rest for the night.  They sterilize the vehicle and drive to your location for the pickup early in the morning. They drive it, stoping every 4 hours for fuel, food and exercise to your drop-off location then sterilize the van and return it at the airport and fly home.\";s:5:\"value\";s:435:\"treasured-pet-chauffeurs-vehicle-we-fly-two-of-our-drivers-to-your-pickup-city-and-they-rent-a-mini-van-at-the-airport-and-drive-it-to-a-hotel-near-your-pickup-location-and-rest-for-the-night-they-sterilize-the-vehicle-and-drive-to-your-location-for-the-pickup-early-in-the-morning-they-drive-it-stoping-every-4-hours-for-fuel-food-and-exercise-to-your-drop-off-location-then-sterilize-the-van-and-return-it-at-the-airport-and-fly-home\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:383:\"Owner Vehicle - Many of our clients are relocating and need not only their pets moved but also their vehicle moved.  We fly two drivers to your pickup city, they rest the night before at a local hotel and UBER to your location and drive your well maintained and recently detailed vehicle with good tires and a full size spare tire (No Run Flat Tires, no Donuts) to your new location.\";s:5:\"value\";s:374:\"owner-vehicle-many-of-our-clients-are-relocating-and-need-not-only-their-pets-moved-but-also-their-vehicle-moved-we-fly-two-drivers-to-your-pickup-city-they-rest-the-night-before-at-a-local-hotel-and-uber-to-your-location-and-drive-your-well-maintained-and-recently-detailed-vehicle-with-good-tires-and-a-full-size-spare-tire-no-run-flat-tires-no-donuts-to-your-new-location\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:443:\"Treasured Pet Chauffeurs Vehicle - We fly two of our drivers to your pickup city and they rent a mini-van at the airport and drive it to a hotel near your pickup location and rest for the night.  They sterilize the vehicle and drive to your location for the pickup early in the morning. They drive it, stoping every 4 hours for fuel, food and exercise to your drop-off location then sterilize the van and return it at the airport and fly home.\";s:5:\"value\";s:435:\"treasured-pet-chauffeurs-vehicle-we-fly-two-of-our-drivers-to-your-pickup-city-and-they-rent-a-mini-van-at-the-airport-and-drive-it-to-a-hotel-near-your-pickup-location-and-rest-for-the-night-they-sterilize-the-vehicle-and-drive-to-your-location-for-the-pickup-early-in-the-morning-they-drive-it-stoping-every-4-hours-for-fuel-food-and-exercise-to-your-drop-off-location-then-sterilize-the-van-and-return-it-at-the-airport-and-fly-home\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),
(885,14,'container_class','','container_class',''),
(886,14,'element_class','','element_class',''),
(887,14,'admin_label','','admin_label',''),
(888,14,'help_text','','help_text',''),
(889,14,'drawerDisabled','','drawerDisabled',''),
(890,15,'editActive','','editActive',''),
(891,15,'order','8','order','8'),
(892,15,'idAttribute','id','idAttribute','id'),
(893,15,'type','date','type','date'),
(894,15,'label','Pickup Date / Time','label','Pickup Date / Time'),
(895,15,'key','pickup_date_time_1723112540634','key','pickup_date_time_1723112540634'),
(896,15,'label_pos','default','label_pos','default'),
(897,15,'required','1','required','1'),
(898,15,'placeholder','','placeholder',''),
(899,15,'container_class','','container_class',''),
(900,15,'element_class','','element_class',''),
(901,15,'manual_key','','manual_key',''),
(902,15,'admin_label','','admin_label',''),
(903,15,'help_text','','help_text',''),
(904,15,'desc_text','<p>Please chose a future date. &nbsp;We understand that sometimes this is just an approximate date. &nbsp;Please understand that we are typically booked out about 40 to 50 days into the future so if your quote is for a date that is very different from your requested date, it just means that is our first available date.<br></p>','desc_text','<p>Please chose a future date. &nbsp;We understand that sometimes this is just an approximate date. &nbsp;Please understand that we are typically booked out about 40 to 50 days into the future so if your quote is for a date that is very different from your requested date, it just means that is our first available date.<br></p>'),
(905,15,'date_mode','date_and_time','date_mode','date_and_time'),
(906,15,'date_default','1','date_default','1'),
(907,15,'date_format','default','date_format','default'),
(908,15,'year_range_start','','year_range_start',''),
(909,15,'year_range_end','','year_range_end',''),
(910,15,'hours_24','0','hours_24','0'),
(911,15,'minute_increment','15','minute_increment','15'),
(912,15,'value','08/08/2024','value','08/08/2024'),
(913,15,'drawerDisabled','','drawerDisabled',''),
(914,16,'editActive','','editActive',''),
(915,16,'order','9','order','9'),
(916,16,'idAttribute','id','idAttribute','id'),
(917,16,'type','textbox','type','textbox'),
(918,16,'label','Pickup Address','label','Pickup Address'),
(919,16,'key','pickup_address_1723112323262','key','pickup_address_1723112323262'),
(920,16,'label_pos','default','label_pos','default'),
(921,16,'required','1','required','1'),
(922,16,'default','','default',''),
(923,16,'placeholder','','placeholder',''),
(924,16,'container_class','','container_class',''),
(925,16,'element_class','','element_class',''),
(926,16,'input_limit','','input_limit',''),
(927,16,'input_limit_type','characters','input_limit_type','characters'),
(928,16,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(929,16,'manual_key','','manual_key',''),
(930,16,'admin_label','','admin_label',''),
(931,16,'help_text','','help_text',''),
(932,16,'desc_text','<p>**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. &nbsp;We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven needed for driver compensation and fuel costs. &nbsp;If you are in India, sorry, we can\'t move your rabbit...&nbsp; If you are in Hawaii, sorry we can’t drive across the Pacific.&nbsp;<br></p>','desc_text','<p>**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. &nbsp;We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven needed for driver compensation and fuel costs. &nbsp;If you are in India, sorry, we can\'t move your rabbit...&nbsp; If you are in Hawaii, sorry we can’t drive across the Pacific.&nbsp;<br></p>'),
(933,16,'mask','','mask',''),
(934,16,'custom_mask','','custom_mask',''),
(935,16,'custom_name_attribute','','custom_name_attribute',''),
(936,16,'personally_identifiable','','personally_identifiable',''),
(937,16,'value','','value',''),
(938,16,'drawerDisabled','','drawerDisabled',''),
(939,17,'editActive','','editActive',''),
(940,17,'order','10','order','10'),
(941,17,'idAttribute','id','idAttribute','id'),
(942,17,'type','textbox','type','textbox'),
(943,17,'label','Drop Off Address','label','Drop Off Address'),
(944,17,'key','drop_off_address_1723112380617','key','drop_off_address_1723112380617'),
(945,17,'label_pos','default','label_pos','default'),
(946,17,'required','1','required','1'),
(947,17,'default','','default',''),
(948,17,'placeholder','','placeholder',''),
(949,17,'container_class','','container_class',''),
(950,17,'element_class','','element_class',''),
(951,17,'input_limit','','input_limit',''),
(952,17,'input_limit_type','characters','input_limit_type','characters'),
(953,17,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(954,17,'manual_key','','manual_key',''),
(955,17,'admin_label','','admin_label',''),
(956,17,'help_text','','help_text',''),
(957,17,'desc_text','<p>**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven. We serve moves that are 500 miles or more and are unable to provide quotes for trips less than 500 miles and for trips outside the US.<br></p>','desc_text','<p>**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven. We serve moves that are 500 miles or more and are unable to provide quotes for trips less than 500 miles and for trips outside the US.<br></p>'),
(958,17,'mask','','mask',''),
(959,17,'custom_mask','','custom_mask',''),
(960,17,'custom_name_attribute','','custom_name_attribute',''),
(961,17,'personally_identifiable','','personally_identifiable',''),
(962,17,'value','','value',''),
(963,17,'drawerDisabled','','drawerDisabled',''),
(964,7,'drawerDisabled','','drawerDisabled',''),
(965,5,'drawerDisabled','','drawerDisabled',''),
(966,9,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_fields`
--

DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `field_label` longtext DEFAULT NULL,
  `field_key` longtext DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `required` bit(1) DEFAULT NULL,
  `default_value` longtext DEFAULT NULL,
  `label_pos` varchar(15) DEFAULT NULL,
  `personally_identifiable` bit(1) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_fields`
--

LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES
(1,'Name','name','textbox',1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Name','name',1,'','','above','\0'),
(2,'Email','email','email',1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Email','email',2,'','','above',''),
(3,'Message','message','textarea',1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Message','message',3,'','','above','\0'),
(4,'Submit','submit','submit',1,'2024-07-05 06:06:55','2024-07-05 02:06:55','Submit','submit',5,'\0','','','\0'),
(5,'First & Last Name','first_and_last_name_1723112633683','textbox',2,NULL,NULL,'First & Last Name','first_and_last_name_1723112633683',1,'','','above','\0'),
(6,'Email','email','email',2,NULL,NULL,'Email','email',2,'','','above',''),
(7,'Anything Else We Should Know?','anything_else_we_should_know_1723112559721','textarea',2,NULL,NULL,'Anything Else We Should Know?','anything_else_we_should_know_1723112559721',11,'','','above','\0'),
(8,'Submit','submit','submit',2,NULL,NULL,'Submit','submit',12,'\0','','','\0'),
(9,'Cell Phone','cell_phone_1723112641213','phone',2,NULL,NULL,'Cell Phone','cell_phone_1723112641213',3,'\0','','default',''),
(10,'Trip Type','trip_type_1723112598207','listselect',2,NULL,NULL,'Trip Type','trip_type_1723112598207',4,'','','default','\0'),
(11,'Number of Cats','number_of_cats_1723111974664','listselect',2,NULL,NULL,'Number of Cats','number_of_cats_1723111974664',5,'\0','','default','\0'),
(12,'Number of Other Pets','number_of_other_pets_1723111984875','listselect',2,NULL,NULL,'Number of Other Pets','number_of_other_pets_1723111984875',6,'\0','','default','\0'),
(13,'Number of Dogs Copy','listselect_1723112584874','listselect',2,NULL,NULL,'Number of Dogs Copy','listselect_1723112584874',4,'\0','','default','\0'),
(14,'Travel Info','travel_info_1723112260450','listselect',2,NULL,NULL,'Travel Info','travel_info_1723112260450',7,'','','default','\0'),
(15,'Pickup Date / Time','pickup_date_time_1723112540634','date',2,NULL,NULL,'Pickup Date / Time','pickup_date_time_1723112540634',8,'','','default','\0'),
(16,'Pickup Address','pickup_address_1723112323262','textbox',2,NULL,NULL,'Pickup Address','pickup_address_1723112323262',9,'','','default','\0'),
(17,'Drop Off Address','drop_off_address_1723112380617','textbox',2,NULL,NULL,'Drop Off Address','drop_off_address_1723112380617',10,'','','default','\0');
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_form_meta`
--

DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=246 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_form_meta`
--

LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES
(1,1,'key','','key',''),
(2,1,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(3,1,'default_label_pos','above','default_label_pos','above'),
(4,1,'conditions','a:0:{}','conditions','a:0:{}'),
(5,1,'objectType','Form Setting','objectType','Form Setting'),
(6,1,'editActive','1','editActive','1'),
(7,1,'show_title','0','show_title','0'),
(8,1,'clear_complete','1','clear_complete','1'),
(9,1,'hide_complete','1','hide_complete','1'),
(10,1,'wrapper_class','','wrapper_class',''),
(11,1,'element_class','','element_class',''),
(12,1,'add_submit','1','add_submit','1'),
(13,1,'logged_in','','logged_in',''),
(14,1,'not_logged_in_msg','','not_logged_in_msg',''),
(15,1,'sub_limit_number','','sub_limit_number',''),
(16,1,'sub_limit_msg','','sub_limit_msg',''),
(17,1,'calculations','a:0:{}','calculations','a:0:{}'),
(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),
(19,1,'container_styles_background-color','','container_styles_background-color',''),
(20,1,'container_styles_border','','container_styles_border',''),
(21,1,'container_styles_border-style','','container_styles_border-style',''),
(22,1,'container_styles_border-color','','container_styles_border-color',''),
(23,1,'container_styles_color','','container_styles_color',''),
(24,1,'container_styles_height','','container_styles_height',''),
(25,1,'container_styles_width','','container_styles_width',''),
(26,1,'container_styles_font-size','','container_styles_font-size',''),
(27,1,'container_styles_margin','','container_styles_margin',''),
(28,1,'container_styles_padding','','container_styles_padding',''),
(29,1,'container_styles_display','','container_styles_display',''),
(30,1,'container_styles_float','','container_styles_float',''),
(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),
(32,1,'container_styles_advanced','','container_styles_advanced',''),
(33,1,'title_styles_background-color','','title_styles_background-color',''),
(34,1,'title_styles_border','','title_styles_border',''),
(35,1,'title_styles_border-style','','title_styles_border-style',''),
(36,1,'title_styles_border-color','','title_styles_border-color',''),
(37,1,'title_styles_color','','title_styles_color',''),
(38,1,'title_styles_height','','title_styles_height',''),
(39,1,'title_styles_width','','title_styles_width',''),
(40,1,'title_styles_font-size','','title_styles_font-size',''),
(41,1,'title_styles_margin','','title_styles_margin',''),
(42,1,'title_styles_padding','','title_styles_padding',''),
(43,1,'title_styles_display','','title_styles_display',''),
(44,1,'title_styles_float','','title_styles_float',''),
(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),
(46,1,'title_styles_advanced','','title_styles_advanced',''),
(47,1,'row_styles_background-color','','row_styles_background-color',''),
(48,1,'row_styles_border','','row_styles_border',''),
(49,1,'row_styles_border-style','','row_styles_border-style',''),
(50,1,'row_styles_border-color','','row_styles_border-color',''),
(51,1,'row_styles_color','','row_styles_color',''),
(52,1,'row_styles_height','','row_styles_height',''),
(53,1,'row_styles_width','','row_styles_width',''),
(54,1,'row_styles_font-size','','row_styles_font-size',''),
(55,1,'row_styles_margin','','row_styles_margin',''),
(56,1,'row_styles_padding','','row_styles_padding',''),
(57,1,'row_styles_display','','row_styles_display',''),
(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),
(59,1,'row_styles_advanced','','row_styles_advanced',''),
(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),
(61,1,'row-odd_styles_border','','row-odd_styles_border',''),
(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),
(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),
(64,1,'row-odd_styles_color','','row-odd_styles_color',''),
(65,1,'row-odd_styles_height','','row-odd_styles_height',''),
(66,1,'row-odd_styles_width','','row-odd_styles_width',''),
(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),
(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),
(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),
(70,1,'row-odd_styles_display','','row-odd_styles_display',''),
(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),
(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),
(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),
(74,1,'success-msg_styles_border','','success-msg_styles_border',''),
(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),
(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),
(77,1,'success-msg_styles_color','','success-msg_styles_color',''),
(78,1,'success-msg_styles_height','','success-msg_styles_height',''),
(79,1,'success-msg_styles_width','','success-msg_styles_width',''),
(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),
(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),
(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),
(83,1,'success-msg_styles_display','','success-msg_styles_display',''),
(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),
(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),
(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),
(87,1,'error_msg_styles_border','','error_msg_styles_border',''),
(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),
(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),
(90,1,'error_msg_styles_color','','error_msg_styles_color',''),
(91,1,'error_msg_styles_height','','error_msg_styles_height',''),
(92,1,'error_msg_styles_width','','error_msg_styles_width',''),
(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),
(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),
(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),
(96,1,'error_msg_styles_display','','error_msg_styles_display',''),
(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),
(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),
(99,1,'allow_public_link','0','allow_public_link','0'),
(100,1,'embed_form','','embed_form',''),
(101,1,'form_title_heading_level','3','form_title_heading_level','3'),
(102,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),
(103,1,'changeDateErrorMsg','','changeDateErrorMsg',''),
(104,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),
(105,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),
(106,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),
(107,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),
(108,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),
(109,1,'validateRequiredField','','validateRequiredField',''),
(110,1,'honeypotHoneypotError','','honeypotHoneypotError',''),
(111,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),
(112,1,'currency','','currency',''),
(113,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),
(114,1,'objectDomain','display','objectDomain','display'),
(115,1,'drawerDisabled','','drawerDisabled',''),
(116,2,'key','','key',''),
(117,2,'created_at','2024-07-05 02:06:55','created_at','2024-07-05 02:06:55'),
(118,2,'default_label_pos','above','default_label_pos','above'),
(119,2,'conditions','a:0:{}','conditions','a:0:{}'),
(120,2,'objectType','Form Setting','objectType','Form Setting'),
(121,2,'editActive','1','editActive','1'),
(122,2,'show_title','0','show_title','0'),
(123,2,'clear_complete','1','clear_complete','1'),
(124,2,'hide_complete','1','hide_complete','1'),
(125,2,'wrapper_class','','wrapper_class',''),
(126,2,'element_class','','element_class',''),
(127,2,'add_submit','1','add_submit','1'),
(128,2,'logged_in','','logged_in',''),
(129,2,'not_logged_in_msg','','not_logged_in_msg',''),
(130,2,'sub_limit_number','','sub_limit_number',''),
(131,2,'sub_limit_msg','','sub_limit_msg',''),
(132,2,'calculations','a:0:{}','calculations','a:0:{}'),
(133,2,'formContentData','a:13:{i:0;s:33:\"first_and_last_name_1723112633683\";i:1;s:5:\"email\";i:2;s:24:\"cell_phone_1723112641213\";i:3;s:23:\"trip_type_1723112598207\";i:4;s:24:\"listselect_1723112584874\";i:5;s:28:\"number_of_cats_1723111974664\";i:6;s:34:\"number_of_other_pets_1723111984875\";i:7;s:25:\"travel_info_1723112260450\";i:8;s:30:\"pickup_date_time_1723112540634\";i:9;s:28:\"pickup_address_1723112323262\";i:10;s:30:\"drop_off_address_1723112380617\";i:11;s:42:\"anything_else_we_should_know_1723112559721\";i:12;s:6:\"submit\";}','formContentData','a:13:{i:0;s:33:\"first_and_last_name_1723112633683\";i:1;s:5:\"email\";i:2;s:24:\"cell_phone_1723112641213\";i:3;s:23:\"trip_type_1723112598207\";i:4;s:24:\"listselect_1723112584874\";i:5;s:28:\"number_of_cats_1723111974664\";i:6;s:34:\"number_of_other_pets_1723111984875\";i:7;s:25:\"travel_info_1723112260450\";i:8;s:30:\"pickup_date_time_1723112540634\";i:9;s:28:\"pickup_address_1723112323262\";i:10;s:30:\"drop_off_address_1723112380617\";i:11;s:42:\"anything_else_we_should_know_1723112559721\";i:12;s:6:\"submit\";}'),
(134,2,'container_styles_background-color','','container_styles_background-color',''),
(135,2,'container_styles_border','','container_styles_border',''),
(136,2,'container_styles_border-style','','container_styles_border-style',''),
(137,2,'container_styles_border-color','','container_styles_border-color',''),
(138,2,'container_styles_color','','container_styles_color',''),
(139,2,'container_styles_height','','container_styles_height',''),
(140,2,'container_styles_width','','container_styles_width',''),
(141,2,'container_styles_font-size','','container_styles_font-size',''),
(142,2,'container_styles_margin','','container_styles_margin',''),
(143,2,'container_styles_padding','','container_styles_padding',''),
(144,2,'container_styles_display','','container_styles_display',''),
(145,2,'container_styles_float','','container_styles_float',''),
(146,2,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),
(147,2,'container_styles_advanced','','container_styles_advanced',''),
(148,2,'title_styles_background-color','','title_styles_background-color',''),
(149,2,'title_styles_border','','title_styles_border',''),
(150,2,'title_styles_border-style','','title_styles_border-style',''),
(151,2,'title_styles_border-color','','title_styles_border-color',''),
(152,2,'title_styles_color','','title_styles_color',''),
(153,2,'title_styles_height','','title_styles_height',''),
(154,2,'title_styles_width','','title_styles_width',''),
(155,2,'title_styles_font-size','','title_styles_font-size',''),
(156,2,'title_styles_margin','','title_styles_margin',''),
(157,2,'title_styles_padding','','title_styles_padding',''),
(158,2,'title_styles_display','','title_styles_display',''),
(159,2,'title_styles_float','','title_styles_float',''),
(160,2,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),
(161,2,'title_styles_advanced','','title_styles_advanced',''),
(162,2,'row_styles_background-color','','row_styles_background-color',''),
(163,2,'row_styles_border','','row_styles_border',''),
(164,2,'row_styles_border-style','','row_styles_border-style',''),
(165,2,'row_styles_border-color','','row_styles_border-color',''),
(166,2,'row_styles_color','','row_styles_color',''),
(167,2,'row_styles_height','','row_styles_height',''),
(168,2,'row_styles_width','','row_styles_width',''),
(169,2,'row_styles_font-size','','row_styles_font-size',''),
(170,2,'row_styles_margin','','row_styles_margin',''),
(171,2,'row_styles_padding','','row_styles_padding',''),
(172,2,'row_styles_display','','row_styles_display',''),
(173,2,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),
(174,2,'row_styles_advanced','','row_styles_advanced',''),
(175,2,'row-odd_styles_background-color','','row-odd_styles_background-color',''),
(176,2,'row-odd_styles_border','','row-odd_styles_border',''),
(177,2,'row-odd_styles_border-style','','row-odd_styles_border-style',''),
(178,2,'row-odd_styles_border-color','','row-odd_styles_border-color',''),
(179,2,'row-odd_styles_color','','row-odd_styles_color',''),
(180,2,'row-odd_styles_height','','row-odd_styles_height',''),
(181,2,'row-odd_styles_width','','row-odd_styles_width',''),
(182,2,'row-odd_styles_font-size','','row-odd_styles_font-size',''),
(183,2,'row-odd_styles_margin','','row-odd_styles_margin',''),
(184,2,'row-odd_styles_padding','','row-odd_styles_padding',''),
(185,2,'row-odd_styles_display','','row-odd_styles_display',''),
(186,2,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),
(187,2,'row-odd_styles_advanced','','row-odd_styles_advanced',''),
(188,2,'success-msg_styles_background-color','','success-msg_styles_background-color',''),
(189,2,'success-msg_styles_border','','success-msg_styles_border',''),
(190,2,'success-msg_styles_border-style','','success-msg_styles_border-style',''),
(191,2,'success-msg_styles_border-color','','success-msg_styles_border-color',''),
(192,2,'success-msg_styles_color','','success-msg_styles_color',''),
(193,2,'success-msg_styles_height','','success-msg_styles_height',''),
(194,2,'success-msg_styles_width','','success-msg_styles_width',''),
(195,2,'success-msg_styles_font-size','','success-msg_styles_font-size',''),
(196,2,'success-msg_styles_margin','','success-msg_styles_margin',''),
(197,2,'success-msg_styles_padding','','success-msg_styles_padding',''),
(198,2,'success-msg_styles_display','','success-msg_styles_display',''),
(199,2,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),
(200,2,'success-msg_styles_advanced','','success-msg_styles_advanced',''),
(201,2,'error_msg_styles_background-color','','error_msg_styles_background-color',''),
(202,2,'error_msg_styles_border','','error_msg_styles_border',''),
(203,2,'error_msg_styles_border-style','','error_msg_styles_border-style',''),
(204,2,'error_msg_styles_border-color','','error_msg_styles_border-color',''),
(205,2,'error_msg_styles_color','','error_msg_styles_color',''),
(206,2,'error_msg_styles_height','','error_msg_styles_height',''),
(207,2,'error_msg_styles_width','','error_msg_styles_width',''),
(208,2,'error_msg_styles_font-size','','error_msg_styles_font-size',''),
(209,2,'error_msg_styles_margin','','error_msg_styles_margin',''),
(210,2,'error_msg_styles_padding','','error_msg_styles_padding',''),
(211,2,'error_msg_styles_display','','error_msg_styles_display',''),
(212,2,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),
(213,2,'error_msg_styles_advanced','','error_msg_styles_advanced',''),
(214,2,'form_title_heading_level','3','form_title_heading_level','3'),
(215,2,'changeEmailErrorMsg','','changeEmailErrorMsg',''),
(216,2,'changeDateErrorMsg','','changeDateErrorMsg',''),
(217,2,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),
(218,2,'fieldNumberNumMinError','','fieldNumberNumMinError',''),
(219,2,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),
(220,2,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),
(221,2,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),
(222,2,'validateRequiredField','','validateRequiredField',''),
(223,2,'honeypotHoneypotError','','honeypotHoneypotError',''),
(224,2,'fieldsMarkedRequired','','fieldsMarkedRequired',''),
(225,2,'currency','','currency',''),
(226,2,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),
(227,2,'objectDomain','display','objectDomain','display'),
(228,2,'drawerDisabled','','drawerDisabled',''),
(243,2,'seq_num',NULL,'seq_num',NULL),
(244,2,'allow_public_link','0','allow_public_link','0'),
(245,2,'embed_form','','embed_form','');
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_forms`
--

DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `views` int(11) DEFAULT NULL,
  `subs` int(11) DEFAULT NULL,
  `form_title` longtext DEFAULT NULL,
  `default_label_pos` varchar(15) DEFAULT NULL,
  `show_title` bit(1) DEFAULT NULL,
  `clear_complete` bit(1) DEFAULT NULL,
  `hide_complete` bit(1) DEFAULT NULL,
  `logged_in` bit(1) DEFAULT NULL,
  `seq_num` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_forms`
--

LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES
(1,'Contact',NULL,'2024-07-05 06:06:55','2024-07-05 02:06:55',NULL,NULL,'Contact','above','\0','','','\0',NULL),
(2,'Quote',NULL,'2024-07-05 06:06:55',NULL,NULL,NULL,'Quote','above','\0','','','\0',NULL);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_object_meta`
--

DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_object_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_object_meta`
--

LOCK TABLES `wp_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_objects`
--

DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_objects` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` longtext DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `object_title` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_objects`
--

LOCK TABLES `wp_nf3_objects` WRITE;
/*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_relationships`
--

DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_relationships` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `child_id` int(11) NOT NULL,
  `child_type` longtext NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_type` longtext NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_relationships`
--

LOCK TABLES `wp_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_upgrades`
--

DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_upgrades` (
  `id` int(11) NOT NULL,
  `cache` longtext DEFAULT NULL,
  `stage` int(11) NOT NULL DEFAULT 0,
  `maintenance` bit(1) DEFAULT b'0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_upgrades`
--

LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `wp_nf3_upgrades` VALUES
(1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:73:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:65:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:70:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:11:\"admin_label\";s:0:\"\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:116:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:7:\"Contact\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:24:\"form_title_heading_level\";s:1:\"3\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:12:\"objectDomain\";s:7:\"display\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0'),
(2,'a:7:{s:2:\"id\";i:2;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:13:{i:0;a:2:{s:8:\"settings\";a:76:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:11:\"idAttribute\";s:2:\"id\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:4:\"name\";s:5:\"label\";s:17:\"First & Last Name\";s:3:\"key\";s:33:\"first_and_last_name_1723112633683\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:67:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:11:\"idAttribute\";s:2:\"id\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:10:\"Cell Phone\";s:3:\"key\";s:24:\"cell_phone_1723112641213\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:1:\"9\";}i:3;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:9:\"Trip Type\";s:3:\"key\";s:23:\"trip_type_1723112598207\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"options\";a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"One Way\";s:5:\"value\";s:7:\"one-way\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Round Trip\";s:5:\"value\";s:10:\"round-trip\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"10\";}i:4;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:19:\"Number of Dogs Copy\";s:3:\"key\";s:24:\"listselect_1723112584874\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"13\";}i:5;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:14:\"Number of Cats\";s:3:\"key\";s:28:\"number_of_cats_1723111974664\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"11\";}i:6;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:20:\"Number of Other Pets\";s:3:\"key\";s:34:\"number_of_other_pets_1723111984875\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:6:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"1\";s:5:\"value\";s:1:\"1\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"2\";s:5:\"value\";s:1:\"2\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"12\";}i:7;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:11:\"Travel Info\";s:3:\"key\";s:25:\"travel_info_1723112260450\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"options\";a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:383:\"Owner Vehicle - Many of our clients are relocating and need not only their pets moved but also their vehicle moved.  We fly two drivers to your pickup city, they rest the night before at a local hotel and UBER to your location and drive your well maintained and recently detailed vehicle with good tires and a full size spare tire (No Run Flat Tires, no Donuts) to your new location.\";s:5:\"value\";s:374:\"owner-vehicle-many-of-our-clients-are-relocating-and-need-not-only-their-pets-moved-but-also-their-vehicle-moved-we-fly-two-drivers-to-your-pickup-city-they-rest-the-night-before-at-a-local-hotel-and-uber-to-your-location-and-drive-your-well-maintained-and-recently-detailed-vehicle-with-good-tires-and-a-full-size-spare-tire-no-run-flat-tires-no-donuts-to-your-new-location\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:443:\"Treasured Pet Chauffeurs Vehicle - We fly two of our drivers to your pickup city and they rent a mini-van at the airport and drive it to a hotel near your pickup location and rest for the night.  They sterilize the vehicle and drive to your location for the pickup early in the morning. They drive it, stoping every 4 hours for fuel, food and exercise to your drop-off location then sterilize the van and return it at the airport and fly home.\";s:5:\"value\";s:435:\"treasured-pet-chauffeurs-vehicle-we-fly-two-of-our-drivers-to-your-pickup-city-and-they-rent-a-mini-van-at-the-airport-and-drive-it-to-a-hotel-near-your-pickup-location-and-rest-for-the-night-they-sterilize-the-vehicle-and-drive-to-your-location-for-the-pickup-early-in-the-morning-they-drive-it-stoping-every-4-hours-for-fuel-food-and-exercise-to-your-drop-off-location-then-sterilize-the-van-and-return-it-at-the-airport-and-fly-home\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"14\";}i:8;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:4:\"date\";s:5:\"label\";s:18:\"Pickup Date / Time\";s:3:\"key\";s:30:\"pickup_date_time_1723112540634\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:328:\"<p>Please chose a future date. &nbsp;We understand that sometimes this is just an approximate date. &nbsp;Please understand that we are typically booked out about 40 to 50 days into the future so if your quote is for a date that is very different from your requested date, it just means that is our first available date.<br></p>\";s:9:\"date_mode\";s:13:\"date_and_time\";s:12:\"date_default\";i:1;s:11:\"date_format\";s:7:\"default\";s:16:\"year_range_start\";s:0:\"\";s:14:\"year_range_end\";s:0:\"\";s:8:\"hours_24\";i:0;s:16:\"minute_increment\";s:2:\"15\";s:5:\"value\";s:10:\"08/08/2024\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"15\";}i:9;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:9;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:7:\"textbox\";s:5:\"label\";s:14:\"Pickup Address\";s:3:\"key\";s:28:\"pickup_address_1723112323262\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:497:\"<p>**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. &nbsp;We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven needed for driver compensation and fuel costs. &nbsp;If you are in India, sorry, we can\'t move your rabbit...&nbsp; If you are in Hawaii, sorry we can’t drive across the Pacific.&nbsp;<br></p>\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"16\";}i:10;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:10;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:7:\"textbox\";s:5:\"label\";s:16:\"Drop Off Address\";s:3:\"key\";s:30:\"drop_off_address_1723112380617\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:440:\"<p>**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven. We serve moves that are 500 miles or more and are unable to provide quotes for trips less than 500 miles and for trips outside the US.<br></p>\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"17\";}i:11;a:2:{s:8:\"settings\";a:75:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:11;s:11:\"idAttribute\";s:2:\"id\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:345:\"<p>We will ask you more detailed questions about each of your pets like personality, medications and special care instructions if you decide to book a trip, we don\'t need those details at this time for a quote. &nbsp;Please note that we are a PET ONLY transportation service, pet owners will need to explore other transportation options.<br></p>\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:7:\"message\";s:5:\"label\";s:29:\"Anything Else We Should Know?\";s:3:\"key\";s:42:\"anything_else_we_should_know_1723112559721\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:7;}i:12;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:12;s:11:\"idAttribute\";s:2:\"id\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:11:\"field_label\";s:6:\"Submit\";s:9:\"field_key\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:11:\"admin_label\";s:0:\"\";}s:2:\"id\";i:8;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:29:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:58:\"New message from {field:first_and_last_name_1723112633683}\";s:13:\"email_message\";s:124:\"<p>{field:anything_else_we_should_know_1723112559721}</p><p>-{field:first_and_last_name_1723112633683} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:7;}i:3;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:76:\"Thank you {field:first_and_last_name_1723112633683} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:8;}}s:8:\"settings\";a:116:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:5:\"Quote\";s:10:\"created_at\";s:19:\"2024-07-05 02:06:55\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:13:{i:0;s:33:\"first_and_last_name_1723112633683\";i:1;s:5:\"email\";i:2;s:24:\"cell_phone_1723112641213\";i:3;s:23:\"trip_type_1723112598207\";i:4;s:24:\"listselect_1723112584874\";i:5;s:28:\"number_of_cats_1723111974664\";i:6;s:34:\"number_of_other_pets_1723111984875\";i:7;s:25:\"travel_info_1723112260450\";i:8;s:30:\"pickup_date_time_1723112540634\";i:9;s:28:\"pickup_address_1723112323262\";i:10;s:30:\"drop_off_address_1723112380617\";i:11;s:42:\"anything_else_we_should_know_1723112559721\";i:12;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:24:\"form_title_heading_level\";s:1:\"3\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:12:\"objectDomain\";s:7:\"display\";s:14:\"drawerDisabled\";b:0;s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";}s:14:\"deleted_fields\";a:1:{s:5:\"tmp-5\";s:5:\"tmp-5\";}s:15:\"deleted_actions\";a:0:{}}',4,'\0');
/*!40000 ALTER TABLE `wp_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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=2098 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 */;
INSERT INTO `wp_options` VALUES
(1,'siteurl','http://dev.treasuredpetchauffeursllc.com','yes'),
(2,'home','http://dev.treasuredpetchauffeursllc.com','yes'),
(3,'blogname','Wordpress','yes'),
(4,'blogdescription','','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','stacy@verovine.com','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','1','yes'),
(11,'comments_notify','1','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','login@example.com','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','open','yes'),
(20,'default_ping_status','open','yes'),
(21,'default_pingback_flag','1','yes'),
(22,'posts_per_page','10','yes'),
(23,'date_format','F j, Y','yes'),
(24,'time_format','g:i a','yes'),
(25,'links_updated_date_format','F j, Y g:i a','yes'),
(26,'comment_moderation','0','yes'),
(27,'moderation_notify','1','yes'),
(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),
(29,'rewrite_rules','a:316:{s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:17:\"portfolio-item/?$\";s:31:\"index.php?post_type=x-portfolio\";s:47:\"portfolio-item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=x-portfolio&feed=$matches[1]\";s:42:\"portfolio-item/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=x-portfolio&feed=$matches[1]\";s:34:\"portfolio-item/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=x-portfolio&paged=$matches[1]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_type=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_type=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:33:\"index.php?wpcode_type=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:48:\"index.php?wpcode_location=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?wpcode_location=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:37:\"index.php?wpcode_location=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_tags=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_tags=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:33:\"index.php?wpcode_tags=$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:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"cs_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"cs_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"cs_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cs_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cs_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"cs_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"cs_template/([^/]+)/embed/?$\";s:44:\"index.php?cs_template=$matches[1]&embed=true\";s:32:\"cs_template/([^/]+)/trackback/?$\";s:38:\"index.php?cs_template=$matches[1]&tb=1\";s:40:\"cs_template/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?cs_template=$matches[1]&paged=$matches[2]\";s:47:\"cs_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?cs_template=$matches[1]&cpage=$matches[2]\";s:36:\"cs_template/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?cs_template=$matches[1]&page=$matches[2]\";s:28:\"cs_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"cs_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"cs_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cs_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cs_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"cs_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"cs_user_templates/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"cs_user_templates/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"cs_user_templates/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_user_templates/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_user_templates/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"cs_user_templates/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"cs_user_templates/([^/]+)/embed/?$\";s:50:\"index.php?cs_user_templates=$matches[1]&embed=true\";s:38:\"cs_user_templates/([^/]+)/trackback/?$\";s:44:\"index.php?cs_user_templates=$matches[1]&tb=1\";s:46:\"cs_user_templates/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cs_user_templates=$matches[1]&paged=$matches[2]\";s:53:\"cs_user_templates/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?cs_user_templates=$matches[1]&cpage=$matches[2]\";s:42:\"cs_user_templates/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?cs_user_templates=$matches[1]&page=$matches[2]\";s:34:\"cs_user_templates/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"cs_user_templates/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"cs_user_templates/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_user_templates/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_user_templates/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"cs_user_templates/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"cs_global_block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"cs_global_block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"cs_global_block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"cs_global_block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"cs_global_block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"cs_global_block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"cs_global_block/([^/]+)/embed/?$\";s:48:\"index.php?cs_global_block=$matches[1]&embed=true\";s:36:\"cs_global_block/([^/]+)/trackback/?$\";s:42:\"index.php?cs_global_block=$matches[1]&tb=1\";s:44:\"cs_global_block/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?cs_global_block=$matches[1]&paged=$matches[2]\";s:51:\"cs_global_block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?cs_global_block=$matches[1]&cpage=$matches[2]\";s:40:\"cs_global_block/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?cs_global_block=$matches[1]&page=$matches[2]\";s:32:\"cs_global_block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"cs_global_block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"cs_global_block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"cs_global_block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"cs_global_block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"cs_global_block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"cs_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"cs_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"cs_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"cs_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"cs_header/([^/]+)/embed/?$\";s:42:\"index.php?cs_header=$matches[1]&embed=true\";s:30:\"cs_header/([^/]+)/trackback/?$\";s:36:\"index.php?cs_header=$matches[1]&tb=1\";s:38:\"cs_header/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_header=$matches[1]&paged=$matches[2]\";s:45:\"cs_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_header=$matches[1]&cpage=$matches[2]\";s:34:\"cs_header/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_header=$matches[1]&page=$matches[2]\";s:26:\"cs_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"cs_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"cs_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"cs_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"cs_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"cs_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"cs_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"cs_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"cs_footer/([^/]+)/embed/?$\";s:42:\"index.php?cs_footer=$matches[1]&embed=true\";s:30:\"cs_footer/([^/]+)/trackback/?$\";s:36:\"index.php?cs_footer=$matches[1]&tb=1\";s:38:\"cs_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_footer=$matches[1]&paged=$matches[2]\";s:45:\"cs_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_footer=$matches[1]&cpage=$matches[2]\";s:34:\"cs_footer/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_footer=$matches[1]&page=$matches[2]\";s:26:\"cs_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"cs_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"cs_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"cs_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"cs_layout_single/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"cs_layout_single/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"cs_layout_single/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"cs_layout_single/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"cs_layout_single/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"cs_layout_single/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"cs_layout_single/([^/]+)/embed/?$\";s:49:\"index.php?cs_layout_single=$matches[1]&embed=true\";s:37:\"cs_layout_single/([^/]+)/trackback/?$\";s:43:\"index.php?cs_layout_single=$matches[1]&tb=1\";s:45:\"cs_layout_single/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?cs_layout_single=$matches[1]&paged=$matches[2]\";s:52:\"cs_layout_single/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?cs_layout_single=$matches[1]&cpage=$matches[2]\";s:41:\"cs_layout_single/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?cs_layout_single=$matches[1]&page=$matches[2]\";s:33:\"cs_layout_single/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"cs_layout_single/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"cs_layout_single/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cs_layout_single/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cs_layout_single/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"cs_layout_single/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"cs_layout_archive/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"cs_layout_archive/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"cs_layout_archive/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_layout_archive/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_layout_archive/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"cs_layout_archive/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"cs_layout_archive/([^/]+)/embed/?$\";s:50:\"index.php?cs_layout_archive=$matches[1]&embed=true\";s:38:\"cs_layout_archive/([^/]+)/trackback/?$\";s:44:\"index.php?cs_layout_archive=$matches[1]&tb=1\";s:46:\"cs_layout_archive/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cs_layout_archive=$matches[1]&paged=$matches[2]\";s:53:\"cs_layout_archive/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?cs_layout_archive=$matches[1]&cpage=$matches[2]\";s:42:\"cs_layout_archive/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?cs_layout_archive=$matches[1]&page=$matches[2]\";s:34:\"cs_layout_archive/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"cs_layout_archive/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"cs_layout_archive/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_layout_archive/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_layout_archive/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"cs_layout_archive/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"cs_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"cs_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"cs_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"cs_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"cs_layout/([^/]+)/embed/?$\";s:42:\"index.php?cs_layout=$matches[1]&embed=true\";s:30:\"cs_layout/([^/]+)/trackback/?$\";s:36:\"index.php?cs_layout=$matches[1]&tb=1\";s:38:\"cs_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_layout=$matches[1]&paged=$matches[2]\";s:45:\"cs_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_layout=$matches[1]&cpage=$matches[2]\";s:34:\"cs_layout/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_layout=$matches[1]&page=$matches[2]\";s:26:\"cs_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"cs_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"cs_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"cs_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:44:\"index.php?x-portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:38:\"index.php?x-portfolio=$matches[1]&tb=1\";s:55:\"portfolio-item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?x-portfolio=$matches[1]&feed=$matches[2]\";s:50:\"portfolio-item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?x-portfolio=$matches[1]&feed=$matches[2]\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?x-portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?x-portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?x-portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-item-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-item-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-item-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio-tag=$matches[1]&embed=true\";s:47:\"portfolio-item-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-tag=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-item-tag/([^/]+)/?$\";s:35:\"index.php?portfolio-tag=$matches[1]\";s:64:\"portfolio-item-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:59:\"portfolio-item-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:40:\"portfolio-item-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio-category=$matches[1]&embed=true\";s:52:\"portfolio-item-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:34:\"portfolio-item-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:3:{i:0;s:35:\"insert-headers-and-footers/ihaf.php\";i:1;s:27:\"ninja-forms/ninja-forms.php\";i:2;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','http://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','0','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','','no'),
(40,'template','pro','yes'),
(41,'stylesheet','pro','yes'),
(42,'comment_registration','0','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','57155','yes'),
(47,'uploads_use_yearmonth_folders','1','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','1','yes'),
(50,'default_link_category','2','yes'),
(51,'show_on_front','page','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','1','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','150','yes'),
(57,'thumbnail_size_h','150','yes'),
(58,'thumbnail_crop','1','yes'),
(59,'medium_size_w','300','yes'),
(60,'medium_size_h','300','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','1024','yes'),
(63,'large_size_h','1024','yes'),
(64,'image_default_link_type','none','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','0','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','1','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','0','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:0:{}','yes'),
(76,'widget_categories','a:0:{}','yes'),
(77,'widget_text','a:0:{}','yes'),
(78,'widget_rss','a:0:{}','yes'),
(79,'uninstall_plugins','a:1:{s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";}','no'),
(80,'timezone_string','','yes'),
(81,'page_for_posts','18','yes'),
(82,'page_on_front','2','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','0','yes'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','1','yes'),
(91,'admin_email_lifespan','1735658814','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','1','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','yes'),
(99,'wp_attachment_pages_enabled','0','yes'),
(100,'initial_db_version','57155','yes'),
(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),
(102,'fresh_site','0','yes'),
(103,'user_count','3','no'),
(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),
(105,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";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:8:\"header-1\";a:0:{}s:8:\"header-2\";a:0:{}s:8:\"header-3\";a:0:{}s:8:\"header-4\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),
(106,'cron','a:11:{i:1723418814;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:1723428052;a:4:{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;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1723433214;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1723476414;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:1723773868;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:1723774016;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1723776215;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1723822014;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:1723914122;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1725506941;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.5\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),
(123,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1720203886;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),
(124,'recovery_keys','a:0:{}','yes'),
(152,'can_compress_scripts','0','yes'),
(155,'finished_updating_comment_type','1','yes'),
(156,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),
(157,'recently_activated','a:0:{}','yes'),
(158,'ftp_credentials','a:3:{s:8:\"hostname\";s:16:\"vm3630.mjhst.com\";s:8:\"username\";s:8:\"qbhwm_wp\";s:15:\"connection_type\";s:4:\"ftps\";}','yes'),
(166,'ninja_forms_oauth_client_secret','0za9TX8FyTT693QRSA4zD2fV8N014TVqKhavklMK','yes'),
(167,'ninja_forms_version','3.8.10','yes'),
(168,'ninja_forms_db_version','1.4','no'),
(169,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2024-07-05 02:06:54\";s:17:\"CacheCollateForms\";s:19:\"2024-07-05 02:06:54\";s:18:\"CacheCollateFields\";s:19:\"2024-07-05 02:06:54\";s:19:\"CacheCollateObjects\";s:19:\"2024-07-05 02:06:54\";s:19:\"CacheCollateCleanup\";s:19:\"2024-07-05 02:06:54\";s:25:\"CacheFieldReconcilliation\";s:19:\"2024-07-05 02:06:54\";}','yes'),
(170,'ninja_forms_settings','a:11:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}','yes'),
(171,'ninja_forms_zuul','88','no'),
(174,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(175,'ninja-forms-views-secret','qcgLSOml0LDFTTjgZTAvzWftHGs5jagntjYRf0HD','yes'),
(177,'ninja_forms_needs_updates','0','yes'),
(178,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"7/12/2024\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),
(182,'nf_active_promotions','{\"dashboard\":[{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/dev.treasuredpetchauffeursllc.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n\\t\\t\\t\\tsetTimeout(function(){ \\/* Wait for services to init. *\\/\\n\\t\\t\\t\\t\\tvar data = {\\n\\t\\t\\t\\t\\t\\twidth: 450,\\n\\t\\t\\t\\t\\t\\tcloseOnClick: \'body\',\\n\\t\\t\\t\\t\\t\\tcloseOnEsc: true,\\n\\t\\t\\t\\t\\t\\tcontent: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style=&quot;list-style-type:initial;margin-left: 20px;&quot;><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n\\t\\t\\t\\t\\t\\tbtnPrimary: {\\n\\t\\t\\t\\t\\t\\t\\ttext: \'Sign me up!\',\\n\\t\\t\\t\\t\\t\\t\\tcallback: function() {\\n\\t\\t\\t\\t\\t\\t\\t\\tvar spinner = document.createElement(\'span\');\\n\\t\\t\\t\\t\\t\\t\\t\\tspinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n\\t\\t\\t\\t\\t\\t\\t\\tvar w = this.offsetWidth;\\n\\t\\t\\t\\t\\t\\t\\t\\tthis.innerHTML = spinner.outerHTML;\\n\\t\\t\\t\\t\\t\\t\\t\\tthis.style.width = w+\'px\';\\n\\t\\t\\t\\t\\t\\t\\t\\tninja_forms_sendwp_remote_install();\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t\\t\\tbtnSecondary: {\\n\\t\\t\\t\\t\\t\\t\\ttext: \'Cancel\',\\n\\t\\t\\t\\t\\t\\t\\tcallback: function() {\\n\\t\\t\\t\\t\\t\\t\\t\\tsendwpModal.toggleModal(false);\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tvar sendwpModal = new NinjaModal(data);\\n\\t\\t\\t\\t}, 500);\\n\\t\\t\\t\"}]}','no'),
(188,'ninja_forms_optin_reported','0','yes'),
(204,'https_detection_errors','a:0:{}','yes'),
(205,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":1}','yes'),
(213,'current_theme','Pro','yes'),
(214,'theme_mods_pro','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),
(215,'theme_switched','','yes'),
(216,'x_font_awesome_icon_type','webfont','yes'),
(217,'cornerstone_version','7.5.3','on'),
(218,'pro_version','6.5.3','on'),
(219,'x_dismiss_update_notice','1','yes'),
(221,'x_product_validation_key','a833c226-ff6e-46bb-8808-e3a04f9f1727','yes'),
(222,'cs_max_courses','a:3:{s:13:\"hasMaxSupport\";b:0;s:13:\"hasAnySupport\";b:1;s:4:\"data\";a:6:{i:0;a:8:{s:11:\"external_id\";i:13;s:5:\"title\";s:9:\"Personify\";s:4:\"slug\";s:9:\"personify\";s:5:\"image\";s:85:\"https://max.theme.co/pluginfile.php/253/course/overviewfiles/1-personify-1280x720.png\";s:9:\"tileImage\";s:82:\"https://max.theme.co/pluginfile.php/253/course/overviewfiles/personify-100x100.png\";s:9:\"startDate\";i:1709337600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:194:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Beautifully designed, professionally built and highly scalable sites for coaches, consultants &amp; personal brands.<br></p></div>\";}i:1;a:8:{s:11:\"external_id\";i:12;s:5:\"title\";s:18:\"Cornerstone Charts\";s:4:\"slug\";s:18:\"cornerstone-charts\";s:5:\"image\";s:83:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/cornerstone-charts.png\";s:9:\"tileImage\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:9:\"startDate\";i:1688166000;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:150:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Meet the ultimate data visualization tool for WordPress and Cornerstone.<br></p></div>\";}i:2;a:8:{s:11:\"external_id\";i:9;s:5:\"title\";s:16:\"Web Design Magic\";s:4:\"slug\";s:16:\"web-design-magic\";s:5:\"image\";s:68:\"https://max.theme.co/pluginfile.php/178/course/overviewfiles/wdm.png\";s:9:\"tileImage\";s:85:\"https://max.theme.co/pluginfile.php/178/course/overviewfiles/z-max-webdesignmagic.png\";s:9:\"startDate\";i:1670889600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:188:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Discover the power of design systems and how to use them to build better, faster, and more beautiful websites.<br></p></div>\";}i:3;a:8:{s:11:\"external_id\";i:7;s:5:\"title\";s:9:\"Gridorama\";s:4:\"slug\";s:9:\"gridorama\";s:5:\"image\";s:88:\"https://max.theme.co/pluginfile.php/116/course/overviewfiles/course-poster-gridorama.png\";s:9:\"tileImage\";s:80:\"https://max.theme.co/pluginfile.php/116/course/overviewfiles/z-max-gridorama.png\";s:9:\"startDate\";i:1670889600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:280:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\"></p><p>Welcome to Gridorama! We\'ve put together a few notes on how to access\n the training, templates, and support. We look forward to joining you \nfor the journey…now let\'s make you a Grid Master!</p><p></p></div>\";}i:4;a:8:{s:11:\"external_id\";i:3;s:5:\"title\";s:13:\"Super Loopers\";s:4:\"slug\";s:13:\"super-loopers\";s:5:\"image\";s:86:\"https://max.theme.co/pluginfile.php/21/course/overviewfiles/super-loopers-postster.png\";s:9:\"tileImage\";s:82:\"https://max.theme.co/pluginfile.php/21/course/overviewfiles/z-max-superloopers.png\";s:9:\"startDate\";i:1668297600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:202:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Providers, Consumers, Oh my. Learn how to dynamically loop through arrays of data, and create reusable, data driven designs.<br></p></div>\";}i:5;a:8:{s:11:\"external_id\";i:2;s:5:\"title\";s:14:\"Modern Sliders\";s:4:\"slug\";s:14:\"modern-sliders\";s:5:\"image\";s:92:\"https://max.theme.co/pluginfile.php/14/course/overviewfiles/course-poster-modern-sliders.png\";s:9:\"tileImage\";s:83:\"https://max.theme.co/pluginfile.php/14/course/overviewfiles/z-max-modernsliders.png\";s:9:\"startDate\";i:1668297600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:217:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">We\'re so excited to have you on board for Modern Sliders. Here are a\n    few quick notes about going through the course and expansion pack.<br></p></div>\";}}}','yes'),
(223,'x_max_plugins','a:1:{i:0;a:9:{s:4:\"slug\";s:18:\"cornerstone-charts\";s:6:\"plugin\";s:41:\"cornerstone-charts/cornerstone-charts.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:12:\"release_date\";s:13:\"June 26, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:11:\"external_id\";s:2:\"12\";s:6:\"tested\";s:3:\"6.2\";s:11:\"x-extension\";a:10:{s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";}}}','yes'),
(224,'x_extension_list','a:27:{i:0;a:14:{s:4:\"slug\";s:7:\"acf-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.3.3\";s:7:\"package\";s:126:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/advanced-custom-fields-pro.zip\";s:5:\"title\";s:7:\"ACF Pro\";s:11:\"description\";s:130:\"The most powerful custom data management tool on WordPress comes to Themeco&apos;s suite of products with custom&nbsp;integration.\";s:3:\"hex\";s:7:\"#ff584c\";s:3:\"rgb\";s:11:\"255, 88, 76\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:104:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/acf-pro.png\";s:6:\"author\";s:13:\"Elliot Condon\";s:8:\"demo_url\";s:30:\"https://demo.theme.co/acf-pro/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:826:\"ACF Pro allows you to create custom fields for any post type with a vast array of display options, which you can pull through on the frontend. When adding a new field you\'ll be met with the form to create and name your field.\n\n![modfig|ACF 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/acf_pro/01.png)\n\nSelect your field type from a huge array of options:\n\n![modfig|ACF 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/acf_pro/02.png)\n\nUsing our included integration you can call the ACF field anywhere in your pages and posts with a simple shorthand like <code>&#123;&#123;acf:author_bio&#125;&#125;</code>. With that one simple and powerful piece of code, your custom field content will be output on the frontend of your site.\n\";}i:1;a:15:{s:4:\"slug\";s:11:\"convertplug\";s:6:\"plugin\";s:27:\"convertplug/convertplug.php\";s:11:\"new_version\";s:6:\"3.5.27\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/convertplug.zip\";s:9:\"docs_slug\";s:11:\"convertplus\";s:5:\"title\";s:11:\"ConvertPlus\";s:11:\"description\";s:132:\"Transform your website into a lead generation powerhouse! Fuel engagement, get more subscribers, and increase conversion&nbsp;rates.\";s:3:\"hex\";s:7:\"#fecd09\";s:3:\"rgb\";s:11:\"254, 205, 9\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/convertplug.png\";s:6:\"author\";s:16:\"Brainstorm Force\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/convertplug/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:1:{i:0;a:2:{s:5:\"label\";s:17:\"See Live Examples\";s:4:\"href\";s:47:\"https://www.convertplug.com/plus/popup-designs/\";}}}i:2;a:16:{s:4:\"slug\";s:41:\"cost-estimation-and-payment-forms-builder\";s:6:\"plugin\";s:38:\"WP_Estimation_Form/estimation-form.php\";s:11:\"new_version\";s:7:\"10.1.86\";s:7:\"package\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/WP_Estimation_Form.zip\";s:9:\"docs_slug\";s:24:\"estimation-payment-forms\";s:5:\"title\";s:26:\"Estimation & Payment Forms\";s:11:\"short_title\";s:25:\"WP Cost E&P Forms Builder\";s:11:\"description\";s:150:\"Easily sell any customized products or services creating your own flat and responsive cost calculator or payment forms (even with&nbsp;subscriptions)!\";s:3:\"hex\";s:7:\"#1dc4a6\";s:3:\"rgb\";s:12:\"29, 196, 166\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:130:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/cost-estimation-and-payment-forms.png\";s:6:\"author\";s:15:\"Charly (loopus)\";s:8:\"demo_url\";s:56:\"https://demo.theme.co/cost-estimation-and-payment-forms/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:15:\"Cost Estimation\";s:4:\"href\";s:81:\"http://www.wordpress-estimation-payment-forms.com/demo-of-a-cost-estimation-form/\";}i:1;a:2:{s:5:\"label\";s:20:\"Subscription Payment\";s:4:\"href\";s:86:\"http://www.wordpress-estimation-payment-forms.com/demo-of-a-subscription-payment-form/\";}i:2;a:2:{s:5:\"label\";s:4:\"Shop\";s:4:\"href\";s:55:\"http://www.wordpress-estimation-payment-forms.com/shop/\";}i:3;a:2:{s:5:\"label\";s:10:\"Components\";s:4:\"href\";s:74:\"http://www.wordpress-estimation-payment-forms.com/demo-of-some-components/\";}}}i:3;a:14:{s:4:\"slug\";s:14:\"envira-gallery\";s:6:\"plugin\";s:33:\"envira-gallery/envira-gallery.php\";s:11:\"new_version\";s:6:\"1.9.10\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/envira-gallery.zip\";s:5:\"title\";s:14:\"Envira Gallery\";s:11:\"description\";s:140:\"Envira Gallery is a fantastic responsive WordPress gallery plugin. Create beautiful photo and video galleries for your site in&nbsp;minutes.\";s:3:\"hex\";s:7:\"#8fb84a\";s:3:\"rgb\";s:12:\"143, 184, 74\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/envira-gallery.png\";s:6:\"author\";s:14:\"Thomas Griffin\";s:8:\"demo_url\";s:37:\"https://demo.theme.co/envira-gallery/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:6:\"Albums\";s:4:\"href\";s:42:\"http://enviragallery.com/demo/albums-demo/\";}i:1;a:2:{s:5:\"label\";s:10:\"Pagination\";s:4:\"href\";s:54:\"http://enviragallery.com/demo/gallery-pagination-demo/\";}i:2;a:2:{s:5:\"label\";s:8:\"Lightbox\";s:4:\"href\";s:52:\"http://enviragallery.com/demo/lightbox-gallery-demo/\";}i:3;a:2:{s:5:\"label\";s:7:\"Masonry\";s:4:\"href\";s:51:\"http://enviragallery.com/demo/masonry-gallery-demo/\";}i:4;a:2:{s:5:\"label\";s:5:\"Video\";s:4:\"href\";s:49:\"http://enviragallery.com/demo/video-gallery-demo/\";}}}i:4;a:14:{s:4:\"slug\";s:14:\"essential-grid\";s:6:\"plugin\";s:33:\"essential-grid/essential-grid.php\";s:11:\"new_version\";s:7:\"3.1.2.2\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/essential-grid.zip\";s:5:\"title\";s:14:\"Essential Grid\";s:11:\"description\";s:156:\"Essential Grid is an all-purpose grid building solution for WordPress that allows you to display various content formats in a highly customizable&nbsp;grid.\";s:3:\"hex\";s:7:\"#e43202\";s:3:\"rgb\";s:10:\"228, 50, 2\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/essential-grid.png\";s:6:\"author\";s:10:\"ThemePunch\";s:8:\"demo_url\";s:37:\"https://demo.theme.co/essential-grid/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:7:\"Gallery\";s:4:\"href\";s:82:\"https://essential.themepunch.com/template_library/joe-mullen-custom-image-gallery/\";}i:1;a:2:{s:5:\"label\";s:9:\"Portfolio\";s:4:\"href\";s:85:\"https://essential.themepunch.com/template_library/bernie-federko-2-portfolio-gallery/\";}i:2;a:2:{s:5:\"label\";s:15:\"Infinite Scroll\";s:4:\"href\";s:70:\"https://essential.themepunch.com/template_library/my-youtube-2-player/\";}i:3;a:2:{s:5:\"label\";s:10:\"Pagination\";s:4:\"href\";s:93:\"https://essential.themepunch.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";}}}i:5;a:14:{s:4:\"slug\";s:11:\"js_composer\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"new_version\";s:5:\"7.7.2\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/js_composer.zip\";s:9:\"docs_slug\";s:22:\"wp-bakery-page-builder\";s:5:\"title\";s:22:\"WP Bakery Page Builder\";s:11:\"description\";s:134:\"WP Bakery Page Builder is a page builder plugin for WordPress that allows you to build layouts through their graphical&nbsp;interface.\";s:3:\"hex\";s:7:\"#3c3c3c\";s:3:\"rgb\";s:12:\"132, 161, 57\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/wpbakery-page-builder.png\";s:6:\"author\";s:8:\"WPBakery\";s:8:\"demo_url\";s:38:\"https://demo.theme.co/visual-composer/\";s:6:\"status\";s:6:\"public\";}i:6;a:14:{s:4:\"slug\";s:11:\"layerslider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:11:\"new_version\";s:6:\"7.11.1\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/LayerSlider.zip\";s:5:\"title\";s:11:\"LayerSlider\";s:11:\"description\";s:148:\"LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over two hundred 2D and 3D&nbsp;transitions.\";s:3:\"hex\";s:7:\"#d44732\";s:3:\"rgb\";s:11:\"212, 71, 50\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/layerslider.png\";s:6:\"author\";s:14:\"Kreatura Media\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/layerslider/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:9:\"Discovery\";s:4:\"href\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";}i:1;a:2:{s:5:\"label\";s:9:\"3D Canyon\";s:4:\"href\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";}i:2;a:2:{s:5:\"label\";s:14:\"Vintage Photos\";s:4:\"href\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";}i:3;a:2:{s:5:\"label\";s:8:\"Aquarium\";s:4:\"href\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";}}}i:7;a:14:{s:4:\"slug\";s:22:\"modern-events-calendar\";s:6:\"plugin\";s:30:\"modern-events-calendar/mec.php\";s:11:\"new_version\";s:6:\"7.12.0\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/modern-events-calendar.zip\";s:5:\"title\";s:22:\"Modern Events Calendar\";s:11:\"description\";s:157:\"Modern Events Calendar is one of the most powerful event and ticketing solutions available for WordPress that both developers and site owners will&nbsp;love!\";s:3:\"hex\";s:7:\"#6dd6ee\";s:3:\"rgb\";s:13:\"109, 214, 238\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/modern-events-calendar.png\";s:6:\"author\";s:11:\"Webnus Team\";s:8:\"demo_url\";s:45:\"https://demo.theme.co/modern-events-calendar/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:4:\"Full\";s:4:\"href\";s:56:\"https://webnus.net/modern-events-calendar/full-calendar/\";}i:1;a:2:{s:5:\"label\";s:7:\"Monthly\";s:4:\"href\";s:75:\"https://webnus.net/modern-events-calendar/calendarmonthly-view-clean-style/\";}i:2;a:2:{s:5:\"label\";s:6:\"Weekly\";s:4:\"href\";s:54:\"https://webnus.net/modern-events-calendar/weekly-view/\";}i:3;a:2:{s:5:\"label\";s:6:\"Slider\";s:4:\"href\";s:61:\"https://webnus.net/modern-events-calendar/slider-view-type-1/\";}i:4;a:2:{s:5:\"label\";s:8:\"Carousel\";s:4:\"href\";s:58:\"https://webnus.net/modern-events-calendar/carousel-type-2/\";}}}i:8;a:15:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:11:\"new_version\";s:6:\"6.7.14\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/revslider.zip\";s:9:\"docs_slug\";s:17:\"slider-revolution\";s:5:\"title\";s:17:\"Slider Revolution\";s:11:\"description\";s:146:\"Create responsive sliders with must-see-effects and high end multi-layer capabilities, all while maintaining your search engine&nbsp;optimization.\";s:3:\"hex\";s:7:\"#ed3b3b\";s:3:\"rgb\";s:11:\"237, 59, 59\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:106:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/revslider.png\";s:6:\"author\";s:10:\"ThemePunch\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/slider-revolution/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:11:\"Art Gallery\";s:4:\"href\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";}i:1;a:2:{s:5:\"label\";s:13:\"Hero Selector\";s:4:\"href\";s:67:\"https://revolution.themepunch.com/church-website-template-selector/\";}i:2;a:2:{s:5:\"label\";s:10:\"Special FX\";s:4:\"href\";s:57:\"https://revolution.themepunch.com/nature-explorer-slider/\";}i:3;a:2:{s:5:\"label\";s:12:\"Dynamic News\";s:4:\"href\";s:56:\"https://revolution.themepunch.com/wordpress-news-slider/\";}}}i:9;a:14:{s:4:\"slug\";s:13:\"superfly-menu\";s:6:\"plugin\";s:22:\"superfly-menu/main.php\";s:11:\"new_version\";s:6:\"5.0.29\";s:7:\"package\";s:113:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/superfly-menu.zip\";s:5:\"title\";s:8:\"Superfly\";s:11:\"description\";s:131:\"Superfly brings modern and slick navigation to all WordPress users! Easily craft custom and engaging menu layouts and&nbsp;designs.\";s:3:\"hex\";s:7:\"#a86483\";s:3:\"rgb\";s:13:\"168, 100, 131\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/superfly-menu.png\";s:6:\"author\";s:13:\"Looks Awesome\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/superfly/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:9:\"Slide Out\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=1\";}i:1;a:2:{s:5:\"label\";s:12:\"Vertical Bar\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=7\";}i:2;a:2:{s:5:\"label\";s:16:\"Image Background\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=6\";}i:3;a:2:{s:5:\"label\";s:10:\"Panel Skew\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=8\";}i:4;a:2:{s:5:\"label\";s:11:\"Static Menu\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=3\";}i:5;a:2:{s:5:\"label\";s:10:\"Fullscreen\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=5\";}}}i:10;a:15:{s:4:\"slug\";s:9:\"soliloquy\";s:6:\"plugin\";s:23:\"soliloquy/soliloquy.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/soliloquy.zip\";s:5:\"title\";s:9:\"Soliloquy\";s:11:\"description\";s:156:\"Soliloquy is a responsive WordPress slider plugin that makes building sliders in WordPress a task that you will want to experience over and over&nbsp;again.\";s:3:\"hex\";s:7:\"#fb410e\";s:3:\"rgb\";s:11:\"251, 65, 14\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:106:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/soliloquy.png\";s:6:\"author\";s:14:\"Thomas Griffin\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/soliloquy/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:3:{i:0;a:2:{s:5:\"label\";s:8:\"Carousel\";s:4:\"href\";s:50:\"https://soliloquywp.com/demo/carousel-slider-demo/\";}i:1;a:2:{s:5:\"label\";s:8:\"Lightbox\";s:4:\"href\";s:50:\"https://soliloquywp.com/demo/lightbox-slider-demo/\";}i:2;a:2:{s:5:\"label\";s:5:\"Video\";s:4:\"href\";s:47:\"https://soliloquywp.com/demo/video-slider-demo/\";}}s:16:\"description_long\";s:1017:\"While the functionality of drag-and-drop sliders (such as Slider Revolution) is incredibly useful for certain applications, sometimes you just don\'t need all that power if you\'re simply looking to share some photographs. This is where Soliloquy comes in: a lightweight and efficient plugin that gives you everything you need (and nothing you don\'t) to build and manage photo sliders with ease.\n\nWhile there are quite a few options you can configure, the basic workflow goes like this: select your photos, specify your slider dimensions, publish, and then paste the generated shortcode in your page content. It\'s that easy! Soliloquy takes care of all the cropping and formatting giving you the exact images you need, keeping things fast.\n\nThere\'s also plenty of other settings to adjust such as timing events, style, controls, and more. It\'s easily cusotmizably via additional classes, and you can import and export sliders as needed. When it comes to simple photo sharing, it doesn\'t get much better than Soliloquy.\n\";}i:11;a:14:{s:4:\"slug\";s:8:\"the-grid\";s:6:\"plugin\";s:21:\"the-grid/the-grid.php\";s:11:\"new_version\";s:7:\"2.7.9.1\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/the-grid.zip\";s:5:\"title\";s:8:\"The Grid\";s:11:\"description\";s:159:\"The Grid comes with tons of features to build the perfect grid. Take a full control of all the details and create a layout that suits your website&nbsp;design.\";s:3:\"hex\";s:7:\"#37aaa1\";s:3:\"rgb\";s:12:\"55, 170, 161\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:105:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/the-grid.png\";s:6:\"author\";s:9:\"Theme-One\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/the-grid/\";s:6:\"status\";s:10:\"deprecated\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:15:\"Masonry Content\";s:4:\"href\";s:38:\"http://theme-one.com/the-grid/kampala/\";}i:1;a:2:{s:5:\"label\";s:12:\"Minimal Grid\";s:4:\"href\";s:39:\"http://theme-one.com/the-grid/brasilia/\";}i:2;a:2:{s:5:\"label\";s:13:\"Photo Gallery\";s:4:\"href\";s:37:\"http://theme-one.com/the-grid/lisboa/\";}i:3;a:2:{s:5:\"label\";s:9:\"3D Slider\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/slider-3d/\";}i:4;a:2:{s:5:\"label\";s:9:\"Instagram\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/instagram/\";}i:5;a:2:{s:5:\"label\";s:7:\"YouTube\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/youtube-2/\";}}}i:12;a:14:{s:4:\"slug\";s:8:\"ubermenu\";s:6:\"plugin\";s:21:\"ubermenu/ubermenu.php\";s:11:\"new_version\";s:5:\"3.8.4\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/ubermenu.zip\";s:5:\"title\";s:8:\"UberMenu\";s:11:\"description\";s:129:\"UberMenu is a user-friendly, highly customizable, responsive mega menu WordPress plugin that helps you build creative&nbsp;menus.\";s:3:\"hex\";s:7:\"#50bbd9\";s:3:\"rgb\";s:12:\"80, 187, 217\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:105:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/ubermenu.png\";s:6:\"author\";s:26:\"Chris Mavricos, SevenSpark\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/ubermenu/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:15:\"Flyout Submenus\";s:4:\"href\";s:29:\"http://wpmegamenu.com/flyout/\";}i:1;a:2:{s:5:\"label\";s:13:\"Mega Submenus\";s:4:\"href\";s:31:\"http://wpmegamenu.com/megamenu/\";}i:2;a:2:{s:5:\"label\";s:6:\"Images\";s:4:\"href\";s:29:\"http://wpmegamenu.com/images/\";}i:3;a:2:{s:5:\"label\";s:16:\"Advanced Content\";s:4:\"href\";s:56:\"http://wpmegamenu.com/custom-content-widgets-shortcodes/\";}i:4;a:2:{s:5:\"label\";s:4:\"Tabs\";s:4:\"href\";s:27:\"http://wpmegamenu.com/tabs/\";}i:5;a:2:{s:5:\"label\";s:15:\"Dynamic Content\";s:4:\"href\";s:30:\"http://wpmegamenu.com/dynamic/\";}}}i:13;a:14:{s:4:\"slug\";s:16:\"tco-content-dock\";s:6:\"plugin\";s:37:\"tco-content-dock/tco-content-dock.php\";s:11:\"new_version\";s:6:\"2.0.10\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-content-dock.zip\";s:5:\"title\";s:12:\"Content Dock\";s:11:\"description\";s:134:\"An incredibly simple and effective tool that allows you to place content or marketing offers in an elegant, non-intrusive&nbsp;manner.\";s:3:\"hex\";s:7:\"#ff9900\";s:3:\"rgb\";s:11:\"255, 153, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-content-dock.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:35:\"https://demo.theme.co/content-dock/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:7:\"Demo 01\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-1/\";}i:1;a:2:{s:5:\"label\";s:7:\"Demo 02\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-2/\";}i:2;a:2:{s:5:\"label\";s:7:\"Demo 03\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-3/\";}i:3;a:2:{s:5:\"label\";s:7:\"Demo 04\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-4/\";}i:4;a:2:{s:5:\"label\";s:7:\"Demo 05\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-5/\";}}}i:14;a:14:{s:4:\"slug\";s:14:\"tco-custom-404\";s:6:\"plugin\";s:33:\"tco-custom-404/tco-custom-404.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-custom-404.zip\";s:5:\"title\";s:10:\"Custom 404\";s:11:\"description\";s:154:\"Redirect your site’s 404 errors to a custom page that you have complete control over. Create any layout using page templates, Shortcodes, and&nbsp;more!\";s:3:\"hex\";s:7:\"#ff480f\";s:3:\"rgb\";s:11:\"255, 72, 15\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-custom-404.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/custom-404/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:848:\"Create anything you can imagine! Utilize simple text (with a bit of humor) if desired to lighten the mood.\n\n![modfig|Custom 404 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/custom_404/01.png)\n\nWith background images, the options are truly endless.\n\n![modfig|Custom 404 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/custom_404/02.png)\n\nAnd you can even take advantage of our shortcodes to implement any type of functionality you desire.\n\n![modfig|Custom 404 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/custom_404/03.jpg)\n\nFor a real life example, <a href=\"http://jamesb.com/404-error/\" target=\"_blank\">check out</a> what our good buddy James Brandon did with the 404 Extension and his son Isaac!\n\";}i:15;a:14:{s:4:\"slug\";s:19:\"tco-disqus-comments\";s:6:\"plugin\";s:43:\"tco-disqus-comments/tco-disqus-comments.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-disqus-comments.zip\";s:5:\"title\";s:15:\"Disqus Comments\";s:11:\"description\";s:133:\"Take advantage of powerful and unique features by integrating Disqus comments on your website instead of standard WordPress comments.\";s:3:\"hex\";s:7:\"#2e9fff\";s:3:\"rgb\";s:12:\"46, 159, 255\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-disqus-comments.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:38:\"https://demo.theme.co/disqus-comments/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:583:\"![modfig|Disqus Comments 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/01.png)\n\n![modfig|Disqus Comments 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/02.png)\n\n![modfig|Disqus Comments 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/03.png)\n\n![modfig|Disqus Comments 4](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/disqus_comments/04.png)\n\";}i:16;a:14:{s:4:\"slug\";s:15:\"tco-email-forms\";s:6:\"plugin\";s:35:\"tco-email-forms/tco-email-forms.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-email-forms.zip\";s:5:\"title\";s:11:\"Email Forms\";s:11:\"description\";s:146:\"Creating custom optin forms has never been this easy (or fun)! Carefully craft every detail of your forms and subscribe users to&nbsp;a&nbsp;list.\";s:3:\"hex\";s:7:\"#7708f1\";s:3:\"rgb\";s:11:\"119, 8, 241\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email-forms.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/email-forms/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:551:\"![modfig|Email Forms 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/01.jpg)\n\n![modfig|Email Forms 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/02.jpg)\n\n![modfig|Email Forms 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/03.jpg)\n\n![modfig|Email Forms 4](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email_forms/04.jpg)\n\";}i:17;a:13:{s:4:\"slug\";s:21:\"tco-facebook-comments\";s:6:\"plugin\";s:47:\"tco-facebook-comments/tco-facebook-comments.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-facebook-comments.zip\";s:5:\"title\";s:17:\"Facebook Comments\";s:11:\"description\";s:135:\"Take advantage of powerful and unique features by integrating Facebook comments on your website instead of standard WordPress comments.\";s:3:\"hex\";s:7:\"#46629e\";s:3:\"rgb\";s:11:\"70, 98, 158\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-facebook-comments.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/facebook-comments/\";s:6:\"status\";s:6:\"public\";}i:18;a:13:{s:4:\"slug\";s:20:\"tco-google-analytics\";s:6:\"plugin\";s:45:\"tco-google-analytics/tco-google-analytics.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:7:\"package\";s:120:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-google-analytics.zip\";s:5:\"title\";s:16:\"Google Analytics\";s:11:\"description\";s:151:\"Simply drop in your Google Analytics code snippet, select where you’d like it to be output, and you’re good to go! Google Analytics made&nbsp;easy.\";s:3:\"hex\";s:7:\"#98ceed\";s:3:\"rgb\";s:13:\"152, 206, 237\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-google-analytics.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:39:\"https://demo.theme.co/google-analytics/\";s:6:\"status\";s:6:\"public\";}i:19;a:15:{s:4:\"slug\";s:21:\"tco-olark-integration\";s:6:\"plugin\";s:47:\"tco-olark-integration/tco-olark-integration.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-olark-integration.zip\";s:9:\"docs_slug\";s:5:\"olark\";s:5:\"title\";s:17:\"Olark Integration\";s:11:\"description\";s:150:\"Sign up for an Olark account and experience the easiest way to boost your sales, help solve issues, and understand your customers with live&nbsp;chat.\";s:3:\"hex\";s:7:\"#d54f27\";s:3:\"rgb\";s:11:\"213, 79, 39\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-olark-integration.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/olark-integration/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:377:\"![modfig|Olark 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/olark/01.jpg)\n\n![modfig|Olark 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/olark/02.jpg)\n\n![modfig|Olark 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/olark/03.jpg)\n\";}i:20;a:13:{s:4:\"slug\";s:17:\"tco-smooth-scroll\";s:6:\"plugin\";s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-smooth-scroll.zip\";s:5:\"title\";s:13:\"Smooth Scroll\";s:11:\"description\";s:147:\"Manage the physics of your scroll bar with Smooth Scroll! This fun effect is great if you happen to have a lot users who utilize a&nbsp;mousewheel.\";s:3:\"hex\";s:7:\"#689a68\";s:3:\"rgb\";s:13:\"104, 154, 104\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:112:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-smooth-scroll.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://demo.theme.co/smooth-scroll/\";s:6:\"status\";s:6:\"public\";}i:21;a:13:{s:4:\"slug\";s:7:\"snippet\";s:6:\"plugin\";s:19:\"snippet/snippet.php\";s:11:\"new_version\";s:5:\"2.1.3\";s:7:\"package\";s:107:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/snippet.zip\";s:5:\"title\";s:7:\"Snippet\";s:11:\"description\";s:144:\"Snippet is the easiest to use structured data tool available for WordPress. Add your business, organization, or company details in&nbsp;minutes.\";s:3:\"hex\";s:7:\"#00b285\";s:3:\"rgb\";s:11:\"0, 178, 133\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:104:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/snippet.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/email-forms/\";s:6:\"status\";s:6:\"public\";}i:22;a:14:{s:4:\"slug\";s:16:\"tco-terms-of-use\";s:6:\"plugin\";s:37:\"tco-terms-of-use/tco-terms-of-use.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-terms-of-use.zip\";s:5:\"title\";s:12:\"Terms of Use\";s:11:\"description\";s:146:\"Add a simple terms that visitors must agree to before completing user registration. No attorneys were injured in the creation of this&nbsp;plugin.\";s:3:\"hex\";s:7:\"#ff2f67\";s:3:\"rgb\";s:12:\"255, 47, 103\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-terms-of-use.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:35:\"https://demo.theme.co/terms-of-use/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:733:\"Easily include a required checkbox to your site\'s registration form that ensures your users agree to your terms of use. The checkbox is easily visible, utilizes native integration and styling, and links out to your terms for users to review before signing up.\n\n![modfig|Terms of Use 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/terms_of_use/01.png)\n\nOur included form validation will ensure that if unchecked, the user will receive a notice that they have not agreed to the terms and must do so to complete the process. Simple and effective.\n\n![modfig|Terms of Use 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/terms_of_use/02.png)\n\";}i:23;a:14:{s:4:\"slug\";s:22:\"tco-under-construction\";s:6:\"plugin\";s:49:\"tco-under-construction/tco-under-construction.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-under-construction.zip\";s:5:\"title\";s:18:\"Under Construction\";s:11:\"description\";s:141:\"Got a little work that needs to be done under the hood? Say hello to the easiest maintenance plugin you’ll ever setup on your&nbsp;website.\";s:3:\"hex\";s:7:\"#6d9c9c\";s:3:\"rgb\";s:13:\"109, 156, 156\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-under-construction.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:41:\"https://demo.theme.co/under-construction/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:1277:\"Setting up a maintenance plugin shouldn\'t be a hassle. With Under Construction, you can easily activate a notice to anyone who isn\'t logged in with the click of the mouse. It\'s also incredibly easy to configure and provides plenty of flexibility. Go as minimal as you want:\n\n![modfig|Under Construction 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/01.png)\n\nOr you can add a little color and a countdown timer if you\'d like. Colors are customizable for all elements.\n\n![modfig|Under Construction 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/02.png)\n\nAdditionally, you can include links to your main social network profiles if you\'d like so that your visitors can keep up with things while you move stuff around.\n\n![modfig|Under Construction 3](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/03.png)\n\nYou can even place background images on your maintenance page, making the options truly endless for what you can create!\n\n![modfig|Under Construction 4](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/under_construction/04.jpg)\n\";}i:24;a:14:{s:4:\"slug\";s:14:\"tco-video-lock\";s:6:\"plugin\";s:33:\"tco-video-lock/tco-video-lock.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-video-lock.zip\";s:5:\"title\";s:10:\"Video Lock\";s:11:\"description\";s:145:\"You’ve never seen a video marketing tool quite like Video Lock. Place offers and a call to action in front of your users without any&nbsp;fuss.\";s:3:\"hex\";s:7:\"#fbcb0e\";s:3:\"rgb\";s:12:\"251, 203, 14\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-video-lock.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/video-lock/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:7:\"Demo 01\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-1/\";}i:1;a:2:{s:5:\"label\";s:7:\"Demo 02\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-2/\";}i:2;a:2:{s:5:\"label\";s:7:\"Demo 03\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-3/\";}i:3;a:2:{s:5:\"label\";s:7:\"Demo 04\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-4/\";}i:4;a:2:{s:5:\"label\";s:7:\"Demo 05\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-5/\";}}}i:25;a:14:{s:4:\"slug\";s:23:\"tco-woo-checkout-editor\";s:6:\"plugin\";s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:7:\"package\";s:123:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-woo-checkout-editor.zip\";s:5:\"title\";s:19:\"Woo Checkout Editor\";s:11:\"description\";s:146:\"Easily update your WooCommerce checkout page to suit your needs by adding or removing extra fields as needed with the click of&nbsp;a&nbsp;button.\";s:3:\"hex\";s:7:\"#5d7299\";s:3:\"rgb\";s:12:\"93, 114, 153\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/woo-checkout-editor.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:42:\"https://demo.theme.co/woo-checkout-editor/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:707:\"Woo Checkout Editor is a simple and easy to use WooCommerce Extension that allows you to modify, edit, and remove fields from the WooCommerce checkout process. Allow customers to upload files, or add a new text area for your customers to enter any information you want.\n\n![modfig|Woo Checkout Editor 1](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/woo_checkout_editor/01.png)\n\nUse cases include terms of service (e.g. adding a checkbox and requiring users to agree before checking out), customization (e.g. allow a customer to upload an image or PDF with their design to be added to the product), custom billing (e.g. capturing extra details), and much more!\n\";}i:26;a:14:{s:4:\"slug\";s:15:\"tco-white-label\";s:6:\"plugin\";s:35:\"tco-white-label/tco-white-label.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-white-label.zip\";s:5:\"title\";s:11:\"White Label\";s:11:\"description\";s:128:\"Customize the WordPress login to suit your needs. Create a branded experience for your clients or company with White&nbsp;Label.\";s:3:\"hex\";s:7:\"#cbcbcb\";s:3:\"rgb\";s:13:\"203, 203, 203\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-white-label.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/white-label/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:413:\"Whether you do a lot of client work or simply like tweaking various details of your project, the White Label Extension is for you. Quickly swap out the WordPress logo on your login page with any custom image, instantly making your site feel more personal and branded to you.\n\n![modfig|White Label 2](https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/white_label/01.png)\n\";}}','off'),
(225,'themeco_update_cache','a:2:{s:6:\"themes\";a:1:{s:3:\"pro\";a:8:{s:5:\"theme\";s:3:\"pro\";s:11:\"new_version\";s:5:\"6.5.3\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:21:\"https://theme.co/pro/\";s:7:\"package\";s:94:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/pro_package/pro.zip\";s:14:\"stable_version\";s:6:\"6.4.22\";s:14:\"stable_package\";s:89:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/stable/pro.zip\";s:6:\"legacy\";a:2:{s:7:\"version\";s:5:\"5.1.5\";s:7:\"package\";s:89:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/legacy/pro.zip\";}}}s:7:\"plugins\";a:29:{s:27:\"cornerstone/cornerstone.php\";a:11:{s:4:\"slug\";s:11:\"cornerstone\";s:6:\"plugin\";s:27:\"cornerstone/cornerstone.php\";s:11:\"new_version\";s:5:\"7.5.3\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/cornerstone_package/cornerstone.zip\";s:14:\"stable_version\";s:6:\"7.4.22\";s:14:\"stable_package\";s:97:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/stable/cornerstone.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";s:6:\"legacy\";a:2:{s:7:\"version\";s:5:\"6.1.4\";s:7:\"package\";s:97:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/legacy/cornerstone.zip\";}}s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:7:\"acf-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.3.3\";s:12:\"release_date\";s:12:\"July 7, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:126:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/advanced-custom-fields-pro.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"convertplug/convertplug.php\";a:8:{s:4:\"slug\";s:11:\"convertplug\";s:6:\"plugin\";s:27:\"convertplug/convertplug.php\";s:11:\"new_version\";s:6:\"3.5.27\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/convertplug.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:38:\"WP_Estimation_Form/estimation-form.php\";a:8:{s:4:\"slug\";s:41:\"cost-estimation-and-payment-forms-builder\";s:6:\"plugin\";s:38:\"WP_Estimation_Form/estimation-form.php\";s:11:\"new_version\";s:7:\"10.1.86\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/WP_Estimation_Form.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.0\";}s:33:\"envira-gallery/envira-gallery.php\";a:8:{s:4:\"slug\";s:14:\"envira-gallery\";s:6:\"plugin\";s:33:\"envira-gallery/envira-gallery.php\";s:11:\"new_version\";s:6:\"1.9.10\";s:12:\"release_date\";s:14:\"March 20, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/envira-gallery.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.0\";}s:33:\"essential-grid/essential-grid.php\";a:8:{s:4:\"slug\";s:14:\"essential-grid\";s:6:\"plugin\";s:33:\"essential-grid/essential-grid.php\";s:11:\"new_version\";s:7:\"3.1.2.2\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/essential-grid.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"js_composer/js_composer.php\";a:8:{s:4:\"slug\";s:11:\"js_composer\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"new_version\";s:5:\"7.7.2\";s:12:\"release_date\";s:12:\"Jun 27, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/js_composer.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"LayerSlider/layerslider.php\";a:8:{s:4:\"slug\";s:11:\"layerslider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:11:\"new_version\";s:6:\"7.11.1\";s:12:\"release_date\";s:15:\"August 29, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/LayerSlider.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:30:\"modern-events-calendar/mec.php\";a:8:{s:4:\"slug\";s:22:\"modern-events-calendar\";s:6:\"plugin\";s:30:\"modern-events-calendar/mec.php\";s:11:\"new_version\";s:6:\"7.12.0\";s:12:\"release_date\";s:12:\"July 9, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/modern-events-calendar.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:23:\"revslider/revslider.php\";a:8:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:11:\"new_version\";s:6:\"6.7.14\";s:12:\"release_date\";s:12:\"July 7, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/revslider.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:22:\"superfly-menu/main.php\";a:8:{s:4:\"slug\";s:13:\"superfly-menu\";s:6:\"plugin\";s:22:\"superfly-menu/main.php\";s:11:\"new_version\";s:6:\"5.0.29\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:113:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/superfly-menu.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:23:\"soliloquy/soliloquy.php\";a:8:{s:4:\"slug\";s:9:\"soliloquy\";s:6:\"plugin\";s:23:\"soliloquy/soliloquy.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:12:\"release_date\";s:15:\"January 4, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/soliloquy.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:21:\"the-grid/the-grid.php\";a:8:{s:4:\"slug\";s:8:\"the-grid\";s:6:\"plugin\";s:21:\"the-grid/the-grid.php\";s:11:\"new_version\";s:7:\"2.7.9.1\";s:12:\"release_date\";s:15:\"Februry 9, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/the-grid.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:21:\"ubermenu/ubermenu.php\";a:8:{s:4:\"slug\";s:8:\"ubermenu\";s:6:\"plugin\";s:21:\"ubermenu/ubermenu.php\";s:11:\"new_version\";s:5:\"3.8.4\";s:12:\"release_date\";s:12:\"July 7, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/ubermenu.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:37:\"tco-content-dock/tco-content-dock.php\";a:8:{s:4:\"slug\";s:16:\"tco-content-dock\";s:6:\"plugin\";s:37:\"tco-content-dock/tco-content-dock.php\";s:11:\"new_version\";s:6:\"2.0.10\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-content-dock.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:33:\"tco-custom-404/tco-custom-404.php\";a:8:{s:4:\"slug\";s:14:\"tco-custom-404\";s:6:\"plugin\";s:33:\"tco-custom-404/tco-custom-404.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:12:\"release_date\";s:14:\"March 20, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-custom-404.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:43:\"tco-disqus-comments/tco-disqus-comments.php\";a:8:{s:4:\"slug\";s:19:\"tco-disqus-comments\";s:6:\"plugin\";s:43:\"tco-disqus-comments/tco-disqus-comments.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-disqus-comments.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:35:\"tco-email-forms/tco-email-forms.php\";a:8:{s:4:\"slug\";s:15:\"tco-email-forms\";s:6:\"plugin\";s:35:\"tco-email-forms/tco-email-forms.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:12:\"release_date\";s:13:\"March 1, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-email-forms.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:47:\"tco-facebook-comments/tco-facebook-comments.php\";a:8:{s:4:\"slug\";s:21:\"tco-facebook-comments\";s:6:\"plugin\";s:47:\"tco-facebook-comments/tco-facebook-comments.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-facebook-comments.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:45:\"tco-google-analytics/tco-google-analytics.php\";a:8:{s:4:\"slug\";s:20:\"tco-google-analytics\";s:6:\"plugin\";s:45:\"tco-google-analytics/tco-google-analytics.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:12:\"release_date\";s:18:\"September 13, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:120:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-google-analytics.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:47:\"tco-olark-integration/tco-olark-integration.php\";a:8:{s:4:\"slug\";s:21:\"tco-olark-integration\";s:6:\"plugin\";s:47:\"tco-olark-integration/tco-olark-integration.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-olark-integration.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";a:8:{s:4:\"slug\";s:17:\"tco-smooth-scroll\";s:6:\"plugin\";s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-smooth-scroll.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:19:\"snippet/snippet.php\";a:8:{s:4:\"slug\";s:7:\"snippet\";s:6:\"plugin\";s:19:\"snippet/snippet.php\";s:11:\"new_version\";s:5:\"2.1.3\";s:12:\"release_date\";s:15:\"August 06, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:107:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/snippet.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:37:\"tco-terms-of-use/tco-terms-of-use.php\";a:8:{s:4:\"slug\";s:16:\"tco-terms-of-use\";s:6:\"plugin\";s:37:\"tco-terms-of-use/tco-terms-of-use.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:16:\"October 18, 2017\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-terms-of-use.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:49:\"tco-under-construction/tco-under-construction.php\";a:8:{s:4:\"slug\";s:22:\"tco-under-construction\";s:6:\"plugin\";s:49:\"tco-under-construction/tco-under-construction.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:12:\"release_date\";s:16:\"Jnauary 18, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-under-construction.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:33:\"tco-video-lock/tco-video-lock.php\";a:8:{s:4:\"slug\";s:14:\"tco-video-lock\";s:6:\"plugin\";s:33:\"tco-video-lock/tco-video-lock.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"December 30, 2022\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-video-lock.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";a:8:{s:4:\"slug\";s:23:\"tco-woo-checkout-editor\";s:6:\"plugin\";s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:12:\"release_date\";s:16:\"November 6, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:123:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-woo-checkout-editor.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:35:\"tco-white-label/tco-white-label.php\";a:8:{s:4:\"slug\";s:15:\"tco-white-label\";s:6:\"plugin\";s:35:\"tco-white-label/tco-white-label.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-white-label.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:41:\"cornerstone-charts/cornerstone-charts.php\";a:21:{s:4:\"slug\";s:18:\"cornerstone-charts\";s:6:\"plugin\";s:41:\"cornerstone-charts/cornerstone-charts.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:12:\"release_date\";s:13:\"June 26, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:11:\"external_id\";s:2:\"12\";s:6:\"tested\";s:3:\"6.2\";s:11:\"x-extension\";a:10:{s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";}s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";s:9:\"installed\";b:0;s:9:\"activated\";b:0;}}}','off'),
(232,'cornerstone_font_items','[]','yes'),
(233,'cornerstone_font_config','{}','yes'),
(234,'cornerstone_color_items','[]','yes'),
(236,'cs_last_save','2024-08-11 21:12:28','yes'),
(253,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),
(447,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"stacy@verovine.com\";s:7:\"version\";s:3:\"6.6\";s:9:\"timestamp\";i:1721170907;}','no'),
(600,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1723386611;s:7:\"checked\";a:1:{s:3:\"pro\";s:5:\"6.5.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),
(605,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.1\";s:7:\"version\";s:5:\"6.6.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1723390016;s:15:\"version_checked\";s:5:\"6.6.1\";s:12:\"translations\";a:0:{}}','off'),
(1179,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:17;s:6:\"minute\";i:2;s:6:\"second\";i:2;s:6:\"offset\";i:579722;s:8:\"initsend\";i:1723914122;}','off'),
(1180,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1723111517;s:7:\"version\";s:5:\"2.2.0\";}','auto'),
(1182,'wpcode_snippets','a:0:{}','auto'),
(1183,'wpcode_snippets_errors','a:0:{}','auto'),
(1184,'wpcode_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1723111517;s:9:\"dismissed\";b:0;}s:15:\"suggest_plugins\";a:2:{s:4:\"time\";i:1723111517;s:9:\"dismissed\";b:0;}}','auto'),
(1185,'ninja_forms_addons_feed','[{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Multi+Step+Forms+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Multi+Step+Forms+Add-ons+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Front-End+Posting+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Front-End+Posting+Add-ons+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Mailchimp+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Mailchimp+Add-ons+Docs\",\"version\":\"3.3.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Campaign+Monitor+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Campaign+Monitor+Add-ons+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 10 analytics fields including UTM source, medium, campaign, content, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Analytics+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Analytics+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Constant+Contact+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Constant+Contact+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=AWeber+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=AWeber+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PayPal+Express+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PayPal+Express+Add-ons+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=MailPoet+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=MailPoet+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zoho+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zoho+CRM+Add-ons+Docs\",\"version\":\"3.5.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Capsule+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Capsule+CRM+Add-ons+Docs\",\"version\":\"3.4.5\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Insightly+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Insightly+CRM+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Trello+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Trello+Add-ons+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elavon+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elavon+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 4,000 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Zapier+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Zapier+Add-ons+Docs\",\"version\":\"3.0.9\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Automation\",\"slug\":\"automation\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Salesforce+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Salesforce+CRM+Add-ons+Docs\",\"version\":\"3.3.3\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Slack+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Slack+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CleverReach+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CleverReach+Add-ons+Docs\",\"version\":\"3.1.8\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Webhooks+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Webhooks+Add-ons+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Automation\",\"slug\":\"automation\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Excel+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Excel+Export+Add-ons+Docs\",\"version\":\"3.3.5\",\"categories\":[{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Help+Scout+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Help+Scout+Add-ons+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Emma+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Emma+Add-ons+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ClickSend+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ClickSend+SMS+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Twilio+SMS+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Twilio+SMS+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"},{\"name\":\"Automation and Integration\",\"slug\":\"automation-and-integration\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Recurly+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Recurly+Add-ons+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Save+Progress+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Save+Progress+Add-ons+Docs\",\"version\":\"3.0.28\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=EmailOctopus+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=EmailOctopus+Add-ons+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Pipeline CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with Pipeline CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pipeline+CRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pipeline+CRM+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ConvertKit+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ConvertKit+Add-ons+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=OnePageCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=OnePageCRM+Add-ons+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=ActiveCampaign+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=ActiveCampaign+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Agency Membership\",\"image\":\"assets\\/img\\/add-ons\\/ninja-forms-membership-bundle-2.png\",\"content\":\"Get every single Ninja Forms add-ons, at an amazingly discounted price.\",\"link\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Agency+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Agency+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Personal Membership\",\"image\":\"assets\\/img\\/add-ons\\/individual-membership-2.png\",\"content\":\"Get our most popular add-ons at an amazingly discounted price. Perfect for the single site owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Personal+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Personal+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Professional Membership\",\"image\":\"assets\\/img\\/add-ons\\/professional-membership-2.png\",\"content\":\"Get our 4 most popular add-ons at an amazingly discounted price. Perfect for your Do It Yourself business owner.\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Professional+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Professional+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"HubSpot\",\"image\":\"assets\\/img\\/add-ons\\/hubspot-crm.png\",\"content\":\"Looking for an easier way to connect HubSpot with WordPress? Need more flexibility and features for your HubSpot forms? This is your answer.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=HubSpot+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-hubspot\\/ninja-forms-hubspot.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/hubspot\\/ \\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=HubSpot+Add-ons+Docs\",\"version\":\"3.0.9\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Advanced Datepicker\",\"image\":\"assets\\/img\\/add-ons\\/advanced-datepicker.png\",\"content\":\"Let your users book dates and times for appointments and more directly from any WordPress form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Advanced+Datepicker+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-advanced-datepicker\\/ninja-forms-advanced-datepicker-3.2.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/advanced-datepicker\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Advanced+Datepicker+Add-ons+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Authorize.net\",\"image\":\"assets\\/img\\/add-ons\\/authorize-net.png\",\"content\":\"Looking for a fast, simple way to connect WordPress to Authorize.net? The Authorize.net add-on is your ticket!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Authorize.net+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-authorize-net\\/ninja-forms-authorize-net.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/authorize-net\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Authorize.net+Add-ons+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Basic Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/basic-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Basic+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Basic+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Plus Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Pro Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Elite Membership 2022\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+2022+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+2022+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Scheduled Submissions Export\",\"image\":\"assets\\/img\\/add-ons\\/scheduled-submissions-export.png\",\"content\":\"Use Scheduled Submissions Export to set hourly, daily, or weekly exports of any WordPress form submissions to any email address(es)!\",\"link\":\" https:\\/\\/ninjaforms.com\\/extensions\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Scheduled+Submissions+Export+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-scheduled-exports\\/ninja-forms-scheduled-exports.php\",\"docs\":\" https:\\/\\/ninjaforms.com\\/docs\\/scheduled-submissions-export\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Scheduled+Submissions+Export+Add-ons+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"CiviCRM\",\"image\":\"assets\\/img\\/add-ons\\/civicrm.png\",\"content\":\"Connect & update your CiviCRM account from any WordPress form with the Ninja Forms CiviCRM add-on. Easily add or update Contacts & Activities!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=CiviCRM+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-civicrm\\/ninja-forms-civicrm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/civicrm\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=CiviCRM+Add-ons+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"CRMs\",\"slug\":\"crms\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Add file upload fields to any WordPress form. Set allowed file types, sizes, upload directories and save to WordPress, Google Drive and more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=File+Uploads+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=File+Uploads+Add-ons+Docs\",\"version\":\"3.3.20\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Let users register, login, & manage profiles with customizable form templates. Allow user roles to view or edit form submissions. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=User+Management+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=User+Management+Add-ons+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Edit form styles. Create two column forms. Multi column forms. Easily adjust form layout. You don\'t need a designer, just Layout and Styles!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Layout+and+Styles+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Layout+and+Styles+Add-ons+Docs\",\"version\":\"3.0.30\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Use Stripe Checkout forms to sell products or subscriptions. Accept credit cards, Google Pay, Apple Pay, & much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Stripe+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Stripe+Add-ons+Docs\",\"version\":\"3.2.7\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Accept Payments\",\"slug\":\"accept-payments\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Create forms that change as they\'re filled out. Show and hide fields, modify lists, send email to different recipients conditionally and much more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Conditional+Logic+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Conditional+Logic+Add-ons+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"},{\"name\":\"Plus 2023\",\"slug\":\"plus-2023\"},{\"name\":\"Pro 2023\",\"slug\":\"pro-2023\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Advanced Form Features\",\"slug\":\"advanced-form-features\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Use PDF Form Submission to generate a PDF from any WordPress form submission. Create a fully customizable, fillable PDF from top to bottom!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=PDF+Form+Submission+Add-ons+Product+Page\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=PDF+Form+Submission+Add-ons+Docs\",\"version\":\"3.2.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"},{\"name\":\"Advanced Functionality\",\"slug\":\"advanced-functionality\"},{\"name\":\"Elite 2023\",\"slug\":\"elite-2023\"},{\"name\":\"Submissions Extended\",\"slug\":\"submissions-extended\"},{\"name\":\"Legacy Agency 2015\",\"slug\":\"legacy-agency-2015\"}]},{\"title\":\"Elite Membership\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Elite+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Elite+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Pro Membership\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Pro+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Pro+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"},{\"name\":\"Memberships 2023\",\"slug\":\"memberships-2023\"}]},{\"title\":\"Plus Membership\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership-2.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Plus+Membership+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Plus+Membership+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Legacy (Agency 2015 - Upgrade Only)\",\"image\":\"assets\\/img\\/add-ons\\/legacy-agency-2015-upgrade-only.png\",\"content\":\"\",\"link\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Product+Page&utm_content=Legacy+(Agency+2015+-+Upgrade+Only)+Add-ons+Product+Page\",\"plugin\":null,\"docs\":\"\\/?utm_source=Ninja+Forms+Plugin&utm_medium=Add-ons&utm_campaign=Add-ons+Docs&utm_content=Legacy+(Agency+2015+-+Upgrade+Only)+Add-ons+Docs\",\"version\":null,\"categories\":[{\"name\":null,\"slug\":null}]}]','off'),
(1188,'simple301redirects_version','2.0.10','auto'),
(1189,'nf_form_tel_data','1','off'),
(1190,'ninja_forms_do_not_allow_tracking','1','auto'),
(1191,'nf_sub_expiration','a:0:{}','auto'),
(1192,'nf_form_tel_sent','true','off'),
(1193,'ninja_forms_disable_survey_promo','1','off'),
(1239,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1723840919','off'),
(1240,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";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'),
(1262,'_site_transient_timeout_browser_6a23775729fd6c068d20d383cbe27f9b','1723991579','off'),
(1263,'_site_transient_browser_6a23775729fd6c068d20d383cbe27f9b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"127.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1264,'_site_transient_timeout_community-events-ee71cdca67aefa04f6519c82e6aca471','1723429980','off'),
(1265,'_site_transient_community-events-ee71cdca67aefa04f6519c82e6aca471','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"73.0.249.0\";}s:6:\"events\";a:0:{}}','off'),
(1266,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1723429980','off'),
(1267,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{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:\"Fri, 02 Aug 2024 13:33:19 +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=6.7-alpha-58876\";s: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: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:34:\"A Brand-New Way to Learn 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2024/08/a-brand-new-way-to-learn-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, 02 Aug 2024 13:33:19 +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:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17545\";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:381:\"Learn WordPress has been growing as a hub of educational resources for WordPress since 2020. Now, it’s undergone a transformation in content focus and design with the introduction of Learning Pathways and a reimagined look. The WordPress.org redesign continues Learn WordPress is the latest section of WordPress.org to receive a design refresh, following other sections [&#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:\"Lauren Stein\";s: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:13403:\"\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> has been growing as a hub of educational resources for WordPress since 2020. Now, it’s undergone a transformation in content focus and design with the introduction of Learning Pathways and a reimagined look.</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 class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/D7K4GqTQAEE?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<h3 class=\"wp-block-heading\">The WordPress.org redesign continues </h3>\n\n\n\n<p>Learn WordPress is the latest section of WordPress.org to receive a design refresh, following other sections like the <a href=\"https://wordpress.org/showcase/\">Showcase</a> and <a href=\"https://developer.wordpress.org/\">Developer Resources</a>. It brings a unified look and feel that’s modern, visual, and inviting.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"919\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=1024%2C919&#038;ssl=1\" alt=\"\" class=\"wp-image-17613\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=1024%2C919&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=300%2C269&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=768%2C690&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=1536%2C1379&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=2048%2C1839&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Beyond its fresh aesthetic, the new Learn WordPress site prioritizes learners with a revamped user experience consistent with familiar modern learning platforms. It features a new navigation menu, eye-catching thumbnails, and search filters so you can explore and discover content quickly. The clearer and more structured layout helps you easily recognize the resources you need (courses, lessons, Online Workshops) based on your learning preferences. &nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Introducing Learning Pathways</h3>\n\n\n\n<p>This redesign also highlights a new approach to Learn WordPress content, emphasizing what learners engage with the most. The introduction of Learning Pathways lets you grow your WordPress skills progressively. You can start with beginner essentials and then work your way through more advanced concepts at your own speed. This method lets you build a solid understanding as you move through each course. Learning Pathways are geared toward specific learners, like people using WordPress for the first time or those interested in development.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"730\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=1024%2C730&#038;ssl=1\" alt=\"\" class=\"wp-image-17591\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=1024%2C730&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=300%2C214&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=768%2C548&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=1536%2C1095&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=2048%2C1460&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Four Learning Pathways are already launched and ready to explore:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-user/\">Beginner WordPress User</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/intermediate-wordpress-user/\">Intermediate WordPress User</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\">Beginner WordPress Developer&nbsp;</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/intermediate-theme-developer/\" data-type=\"link\" data-id=\"https://learn.wordpress.org/course/intermediate-theme-developer/\">Intermediate Theme Developer</a></li>\n</ul>\n\n\n\n<p>You can look forward to more Learning Pathways in the User and Developer tracks soon. Two additional pathways, Designer and Contributor, are also on the roadmap. For more details about Learning Pathways, listen to <a href=\"https://wordpress.org/news/2024/07/episode-83-learning-pathways/\">episode 83 of the WordPress Briefing</a>. </p>\n\n\n\n<p class=\"has-text-align-left has-off-white-2-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--60)\"><strong>Get a guided tour of all the exciting Learn WordPress changes</strong> from the Training team’s very own <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> and <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a>. Sign up for one of their upcoming Online Workshops on <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302434418/\"><strong>Tuesday, August 6 at 14:00 UTC</strong> </a>or <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302387426/\" data-type=\"link\" data-id=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302387426/\">Thursday, August 8 at 21:00 UTC</a>.</strong></p>\n\n\n\n<h3 class=\"wp-block-heading\">Education for the future of WordPress</h3>\n\n\n\n<p>What started with the Training team’s effort to understand the needs and expectations of current and future learners became a push to create a dynamic learning experience. This next phase of Learn WordPress is an exciting move toward bringing more people into WordPress, whether new users just getting started or established developers looking to add more skills to their toolbox.</p>\n\n\n\n<p>If you want to propose a change or report an issue, please do so in the <a href=\"https://github.com/WordPress/Learn\">Learn GitHub repository</a>. If you love WordPress and want to contribute to making Learn WordPress an even greater resource, join the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> Slack channel. Want to make an immediate impact? Share <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> with someone you know.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Thank you (and props) to all involved</h3>\n\n\n\n<p>The new Learn WordPress couldn’t have been possible without the effective collaboration of the Training, Design, Marketing, and Meta teams. </p>\n\n\n\n<p class=\"is-style-wporg-props-medium has-large-font-size\"><a href=\'https://profiles.wordpress.org/adamwood/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamwood</a> <a href=\'https://profiles.wordpress.org/agiljulio/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>agiljulio</a> <a href=\'https://profiles.wordpress.org/arunshenoy99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>arunshenoy99</a> <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a> <a href=\'https://profiles.wordpress.org/burtrw/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>burtrw</a> <a href=\'https://profiles.wordpress.org/cnormandigital/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cnormandigital</a> <a href=\'https://profiles.wordpress.org/devmuhib/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>devmuhib</a> <a href=\'https://profiles.wordpress.org/digitalchild/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>digitalchild</a> <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a> <a href=\'https://profiles.wordpress.org/ervanyuffrizal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ervanyuffrizal</a> <a href=\'https://profiles.wordpress.org/faisalahammad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>faisalahammad</a> <a href=\'https://profiles.wordpress.org/fcoveram/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fcoveram</a> <a href=\'https://profiles.wordpress.org/hellosatya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellosatya</a> <a href=\'https://profiles.wordpress.org/huzaifaalmesbah/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>huzaifaalmesbah</a> <a href=\'https://profiles.wordpress.org/indirabiswas27/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>indirabiswas27</a> <a href=\'https://profiles.wordpress.org/ironnysh/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ironnysh</a> <a href=\'https://profiles.wordpress.org/itsmhrahman/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>itsmhrahman</a> <a href=\'https://profiles.wordpress.org/jinalparekh/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jinalparekh</a> <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> <a href=\'https://profiles.wordpress.org/joen/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joen</a> <a href=\'https://profiles.wordpress.org/jominney/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jominney</a> <a href=\'https://profiles.wordpress.org/keithnoseworthy/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>keithnoseworthy</a> <a href=\'https://profiles.wordpress.org/kel-dc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kel-dc</a> <a href=\'https://profiles.wordpress.org/lada7042/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lada7042</a> <a href=\'https://profiles.wordpress.org/laurahartwigdesign/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurahartwigdesign</a> <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/markoserb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>markoserb</a> <a href=\'https://profiles.wordpress.org/mustakim5/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mustakim5</a> <a href=\'https://profiles.wordpress.org/nazmul111/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nazmul111</a> <a href=\'https://profiles.wordpress.org/ndiego/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ndiego</a> <a href=\'https://profiles.wordpress.org/nilovelez/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nilovelez</a> <a href=\'https://profiles.wordpress.org/noruzzaman/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>noruzzaman</a> <a href=\'https://profiles.wordpress.org/orangeambition/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>orangeambition</a> <a href=\'https://profiles.wordpress.org/piyopiyofox/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>piyopiyofox</a> <a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a> <a href=\'https://profiles.wordpress.org/renyot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>renyot</a> <a href=\'https://profiles.wordpress.org/rfluethi/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rfluethi</a> <a href=\'https://profiles.wordpress.org/rjfrizz/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rjfrizz</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/ryelle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ryelle</a> <a href=\'https://profiles.wordpress.org/sakibsnaz/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sakibsnaz</a> <a href=\'https://profiles.wordpress.org/sfougnier/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sfougnier</a> <a href=\'https://profiles.wordpress.org/shsajalchowdhury/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>shsajalchowdhury</a> <a href=\'https://profiles.wordpress.org/sierratr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sierratr</a> <a href=\'https://profiles.wordpress.org/sumitsingh/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sumitsingh</a> <a href=\'https://profiles.wordpress.org/teuila_mau/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>teuila_mau</a> <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>&nbsp;&nbsp;<a href=\'https://profiles.wordpress.org/west7/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>west7</a> <a href=\'https://profiles.wordpress.org/zoonini/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>zoonini</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17545\";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:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2024/07/wordpress-6-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jul 2024 15:53:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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=17567\";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:337:\"WordPress 6.6.1 is now available! This minor release features 7 bug fixes in Core and 9 bug fixes for the Block Editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement. WordPress 6.6.1 is a short-cycle release. The next major release will be version 6.7 planned [&#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:\"Tonya Mork\";s: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:5779:\"\n<p><strong>WordPress 6.6.1 is now available!</strong></p>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;id=!61692&amp;milestone=6.6.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;col=keywords&amp;order=priority\">7 bug fixes in Core</a> and <a href=\"https://core.trac.wordpress.org/ticket/61692#comment:4 \">9 bug fixes for the Block Editor</a>. You can review a summary of the maintenance updates in this release by reading the <a href=\"https://make.wordpress.org/core/2024/07/18/wordpress-6-6-1-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.6.1 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-7/\">version 6.7</a> planned for November 2024.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.6.1.zip\">download WordPress 6.6.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-6-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a> and <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella</a>.</p>\n\n\n\n<p>WordPress 6.6.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"//profiles.wordpress.org/jorbin&quot;\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/amitraj2203\">Amit Raj</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/ambrosiawt\">Art Smith</a>, <a href=\"https://profiles.wordpress.org/bgardner\">Brian Gardner</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cbirdsong\">cbirdsong</a>, <a href=\"https://profiles.wordpress.org/butterflymedia\">Ciprian</a>, <a href=\"https://profiles.wordpress.org/clarktbt\">Clark</a>, <a href=\"https://profiles.wordpress.org/courane01\">Courtney Robertson</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella</a>, <a href=\"https://profiles.wordpress.org/annubis\">Eric-Oliver Mächler</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a><a>, </a><a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/santosguillamot\">Mario Santos</a>, <a href=\"https://profiles.wordpress.org/markhowellsmead\">Mark Howells-Mead</a>, <a href=\"https://profiles.wordpress.org/mukesh27%20\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/neotrope\">neotrope</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/raquelandefeld\">Raquel</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/richtabor\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sourav08\">Sourav Pahwa</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sunil25393\">SunilPrajapati</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/up1512001\">up1512001</a>\n</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"is-style-default\">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://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C07BTF54N68\">#6-7-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17567\";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:61:\"\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:51:\"WP Briefing: Episode 84: A WordPress 6.6 Sneak Peek\";s: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:73:\"https://wordpress.org/news/2024/07/episode-84-a-wordpress-6-6-sneak-peek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jul 2024 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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17539\";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:256:\"Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.6 release, accompanied by special guest Meher Bala, the release\'s coordinator. Don’t miss this opportunity for an insider’s look!\";s: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:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/07/WPB084.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:27063:\"\n<p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the recently released WordPress 6.6, accompanied by special guest Meher Bala, the release&#8217;s coordinator. Don’t miss this opportunity for an insider’s look!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Guest:&nbsp;<a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/adamatdayone/\">Adam Daly</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/download/releases/6-6/\">WordPress 6.6 Download</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/\">Make WordPress &#8211; Core</a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">WordPress Core Slack</a></li>\n</ul>\n</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/community/2024/07/04/first-time-attendees/\" target=\"_blank\" rel=\"noreferrer noopener\">First-Time Attendees: A Key Metric of Success for WordPress Events</a>&nbsp;</li>\n\n\n\n<li>The&nbsp;<a href=\"https://make.wordpress.org/docs/2023/04/25/monthly-online-docs-team-contributor-day-starts-april-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">Docs team holds an online Contributor Day</a>&nbsp;every fourth Tuesday.</li>\n\n\n\n<li>Reminder:&nbsp;<a href=\"https://learn.wordpress.org/online-workshops/\" target=\"_blank\" rel=\"noreferrer noopener\">Online workshops</a>&nbsp;are live sessions where you can learn alongside other WordPress enthusiasts.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/media-corps/2024/07/03/recap-of-the-media-corps-briefing-on-wordpress-6-6/\" target=\"_blank\" rel=\"noreferrer noopener\">Recap of the Media Corps Briefing on WordPress 6.6</a>&nbsp;</li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17539\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p><span style=\"margin: 0px;padding: 0px\">[00:00:40]&nbsp;<strong>Josepha:</strong>&nbsp;</span>Last week, we released WordPress 6.6, and I had a chance to chat with a long-time contributor and member of the Release Squad about it.&nbsp;Today, I have with me Meher, and she was, well I guess I will let her tell us what she did with the release, but at the time of this recording, yesterday we had the WordPress 6.6 release, codenamed &#8216;Dorsey,&#8217; and so Meher, welcome to the WordPress Briefing.</p>\n\n\n\n<p>[00:01:05] <strong>Meher:</strong> Hi, thank you for inviting me. It&#8217;s nice to be here.</p>\n\n\n\n<p><span style=\"margin: 0px;padding: 0px\">[00:01:09]&nbsp;<strong>Josepha:</strong>&nbsp;Why don&#8217;t you tell us a little bit about yourself, what you do in the WordPress project, how long you&#8217;ve been contributing, and then the role that you played in our big, big mid-year release?</span></p>\n\n\n\n<p>[00:01:19] <strong>Meher:</strong> So my name is Meher. I&#8217;m a front-end developer. I&#8217;m also a CEO of KDC. I&#8217;m also a codable expert in WordPress. I started with contributing into the marketing field. Then, slowly, for 5.6, I got to be on the release squad, learned about training, about how the release goes, process happens. From that time onwards, I&#8217;ve been part of marketing or, basically, I&#8217;ve been part of the marketing team for all the releases. For 6.6, I picked to do the Release Coordinator, something different, something new, wanting to know what goes into it.&nbsp;</p>\n\n\n\n<p>[00:02:03] <strong>Josepha:</strong> That is a big leap from like hanging out in marketing to going to be the Release Coordinator. Before we get into the release itself, just what made you think to yourself, I would like to do that? I would like to stand up and wrangle all of these contributors across the world. Make sure we get a release out?</p>\n\n\n\n<p>[00:02:20] <strong>Meher:</strong> I wanted to try something new. Like even in WordCamp, each role is different. So, even in the release, I wanted to try each different things. And like 5.6, I was in documentation. Then, I was in marketing. So then I got used to marketing, so I stick with my, no, I stuck with marketing. </p>\n\n\n\n<p>[00:02:39] <strong>Josepha:</strong> Yeah.</p>\n\n\n\n<p>[00:02:40] <strong>Meher:</strong> So this time, I want to try something different, and I want to see, you know, how easy was it to be a Release Coordinator because it&#8217;s a Release Coordinator, see, you know, it&#8217;s, it&#8217;s a like a big thing coordinating so many people so many different teams going on, working together, and so yeah, it was fun.</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Great. I&#8217;m glad that you found it fun. I always worry when people make big shifts. I&#8217;m like, did we put enough documentation to make it clear? Are they going to find it easy to get started or not? And I think you did a really great job with it. So congratulations, since that happened just yesterday, less than 24 hours ago.</p>\n\n\n\n<p>[00:03:16] <strong>Meher:</strong> Yes, less than 24 hours.</p>\n\n\n\n<p>[00:03:21] <strong>Josepha:</strong> Yeah, yeah. So, from your position as the Release Coordinator, what are the biggest, like, one or two features that you really were excited to see get in this release?</p>\n\n\n\n<p>[00:03:32] <strong>Meher:</strong> Oh, one of the biggest features was the style override patterns.</p>\n\n\n\n<p>[00:03:37] <strong>Josepha:</strong> Oh, yeah.</p>\n\n\n\n<p>[00:03:38] <strong>Meher:</strong> Which I found very useful because a lot of people are using patterns. So, you know, patterns override; if you wanna change something on a specific page, it&#8217;s really useful then just to, you know, recreate a second pattern and then to match up and all. And second, which I liked as a user, was the publish box on the post becoming very clear, very, you know, cluster-free, very minimalistic, and just so comfortable that a normal user will actually understand what is there instead of going to each dropdown and figuring out what needs to be done. So, for me, I think as a developer and user, these two are the fun features, which I like, which 6.5 had, so. There are many other features as well. These are the two great features.</p>\n\n\n\n<p>[00:04:28] <strong>Josepha:</strong> Yeah. I mean, I don&#8217;t think that anyone can argue about the importance of making things a little easier to see, a little easier to use. It&#8217;s been a little bit since WordPress was like fall into it easy to use. I feel like we have been the easiest of the robust CMS systems for like a long time. I know I said CMS systems. That&#8217;s like saying pin number. I know that the S in CMS is systems, but anyway, that notwithstanding, we&#8217;ve been the easiest of the complex solutions for a long time, and I think it&#8217;s always great when we, when we take a moment to be like, what could we make a bit easier to just like, no instructions required you get in there and you can tell like, what any individual thing will do without necessarily, like you said, having to go into drop downs and reading a bunch of stuff a little guesswork is okay. And also, it&#8217;s clear that none of it is dangerous. And so I think that&#8217;s, I think that&#8217;s a a good change myself. So, I agree with your assessment.</p>\n\n\n\n<p>[00:05:27] <strong>Josepha:</strong> So the style override patterns, that&#8217;s part of the suite of design tools that we&#8217;re pulling together, right?&nbsp;</p>\n\n\n\n<p>[00:05:33] <strong>Meher:</strong> Yes.</p>\n\n\n\n<p>[00:05:34] <strong>Josepha:</strong> in your experience, you said you&#8217;re the CEO of your company, like in your experience, does that feel like something that&#8217;s super useful for agencies or particularly useful for freelancers, or should it generally be useful for everyone?</p>\n\n\n\n<p>[00:05:47] <strong>Meher:</strong> It will be useful from a small business point to a freelancer as well because we always try, like, in each page, we always, you know, there is some bits repeated, you know, so, patterns makes it easier, and syndicate pattern makes it more easier so that you can just duplicate and have one place to change. And, like, you have ten pages, you have one pattern across ten pages. The 11th page, you want the same pattern, but little change in that. It&#8217;s easier. It&#8217;s good because you can just change on that page, one particular thing and still go in the parent and change other things to reflect in that. So it will be very helpful for freelancers, small agencies. I do see big agencies take advantage of it. So overall, it should help everyone.</p>\n\n\n\n<p>[00:06:35] <strong>Josepha:</strong> Good. Good. I, for one, isn&#8217;t it great when we can get a feature out that mostly is going to help everyone. But I have been especially interested in the features that we&#8217;re trying to get out that help that kind of like small to medium agency area. I feel like we have a lot of folks in the WordPress community who do exactly what you&#8217;re talking about. You&#8217;re getting something together. You have a mostly what you need across your site. You have one style that&#8217;s out there, but there&#8217;s this one area that you want to have a little bit more personality or a little less personality, depending on what your client is looking for, like this one is applying for jobs, and it needs to be a little less exciting or whatever it is.</p>\n\n\n\n<p>[00:07:13] <strong>Josepha:</strong> I think that&#8217;s great that we have that option. So you don&#8217;t have to try to, I don&#8217;t know, hack your way through that. I know that we&#8217;re not a super get-in-there-and hack-on-it sort of group anymore these days, but I love that we still have that feeling of we&#8217;re gonna, we&#8217;re going to make this a safe hacking space for you. Just get in there and make it work. So that&#8217;s excellent. Excellent. So for you, then, personally, cause you wear a lot of hats, you&#8217;ve your front-end developer; you&#8217;re running your company, you&#8217;re working, you&#8217;re a codable expert. You&#8217;ve got all these things. So from your perspective, what is the thing that got into this release that was a surprising, like a diamond in the rough for you, like a surprising good feature when you just thought it was like an important feature at some point? Was there one that seemed like it was a good idea but became a great idea by the time it was out?</p>\n\n\n\n<p>[00:08:00] <strong>Meher:</strong> Oh, I would say style variations because I did not expect the final style variation to be what it is. A theme developer can create the theme, can add styles, can add fonts, can give different design elements to the theme as a normal user when they when someone wants to just pull up a website, but they&#8217;re not good in design, or they don&#8217;t know which font to use. They choose which font, but then it doesn&#8217;t work. So if the theme provides an easy option just to shift the different styles they&#8217;re using and combining with the fonts. It is a much bigger opportunity for everyone because a normal user can just, they have a black and white site. I want to shift to a colorful site. Just go and see what the theme art has given you and shift it. So I think that I was surprised and I like the outcome. I&#8217;m sure my blogger friends also will like it because then they don&#8217;t have to depend on a designer to you know, give them color schemes and stuff.</p>\n\n\n\n<p>[00:09:01] <strong>Josepha:</strong> Yes. Yeah. So unrelated. It&#8217;s only, it&#8217;s kind of related. I shouldn&#8217;t say it&#8217;s unrelated. It&#8217;s all about WordPress. And now it&#8217;s about color palettes. So, I have a new design on my blog. And unfortunately I am the sort of person that does need a designer to tell me what I meant by the thing I thought. <span style=\"margin: 0px;padding: 0px\">And so, like, I had this idea of the sort of color palette that I wanted and was searching for color palettes inside themes, which I was not succeeding at.</span> And eventually I had a designer who was happy to help you figure this out and get something out there. And they got me something that&#8217;s absolutely perfect. It&#8217;s got an excellent color palette and they redid some images for me. So it looks nice and hip and feels kind of modern. I think it&#8217;s great. But the one thing that I consistently felt confident to mess with while I was in there, because I think they did some custom work in there too, is all of the stuff that&#8217;s included in style variations. Like, I&#8217;m not touching colors because I can&#8217;t put colors together to save my life. But I was pleasantly surprised also by that particular feature. It gives you a feeling of I can change the face of this through the fonts or whatever it is. And I think that&#8217;s a nice, a nice thing.</p>\n\n\n\n<p>[00:10:06] <strong>Meher:</strong> And it&#8217;s a, it&#8217;s a perfect combination. Color and font. Because a lot of people don&#8217;t know today&#8217;s time which font is good. Or which font is needed for an industry.&nbsp;</p>\n\n\n\n<p>[00:10:16] <strong>Josepha:</strong> Exactly. Fortunately, I&#8217;m a site manager of one. And so I just had to ask myself if I liked the font and moved on from there. So, oh. So, like I said, as we&#8217;re recording this, we are less than 24 hours past the release. How was your experience with this release? Was it enjoyable? Did it like expand your horizons? Were there surprises in how a release is run?</p>\n\n\n\n<p>[00:10:43] <strong>Meher:</strong> There was no surprises because I&#8217;ve already been a part of a release. So I.</p>\n\n\n\n<p>[00:10:47] <strong>Josepha:</strong> That&#8217;s&nbsp;fair.&nbsp;</p>\n\n\n\n<p>[00:10:49] <strong>Meher:</strong> You know, it&#8217;s depends on what happens on the day.&nbsp;But yes, behind the scenes, following up, just checking in to make sure, are we on time, do we need more time, or what needs, you know, how much more time is required. It was fairly good, I was only clearly concerned about on the day of the release, because there&#8217;s a lot of things to cover.</p>\n\n\n\n<p>[00:11:09] <strong>Josepha:</strong> Yes.&nbsp;</p>\n\n\n\n<p>[00:11:10] <strong>Meher:</strong> Usually, the party of the beta and the RCs finish in less than hour or so. But the final has a lot more detailed steps and many people to ping, to get, you know, them on the day of the release.</p>\n\n\n\n<p>[00:11:24] <strong>Josepha:</strong> Yeah, for folks who have never watched a release happen. So, I think a lot of the folks who listen to this podcast, they find it in the dashboard, they don&#8217;t necessarily contribute to WordPress. But, like, if you&#8217;ve never watched a WordPress release, we have these release parties for every beta that goes out, every release candidate that goes out, and then the general release. And I always find them so fascinating because, we have hundreds of contributors over the course of an individual release. And then we have probably 50, 60 people who show up at, for some of you all, in the middle of the night and are just being directed, like their attention is just being directed here and there.</p>\n\n\n\n<p>[00:12:06] <strong>Josepha:</strong> And I love watching it because I, I&#8217;m always in the release channel. I&#8217;m in the core channel. All of these are in Slack. And then I&#8217;m also in the admin channel where you have to do the flipping of switches and packaging things. And it&#8217;s really interesting to see, almost like a scan of a brain where things are lighting up for various things. <span style=\"margin: 0px;padding: 0px\">Like, you do the pre-testing in the release channel, and then you do the general testing in the core channel.</span> And then we&#8217;ve got like a person who&#8217;s flipping switches in the back, in the admin area to make sure that it all gets together. And it&#8217;s just really interesting to see how it all works. And yeah, it&#8217;s a really fun thing.</p>\n\n\n\n<p>Dear listener, if you have never, if you&#8217;ve never done this, you have another opportunity. And I think the next release is early in November or something. And even if you&#8217;re there as like a spectator, not necessarily ready to take part in the release, sometimes it&#8217;s kind of nice to see how much effort and how many people are showing up to work on any individual release.</p>\n\n\n\n<p><span style=\"margin: 0px;padding: 0px\">[00:13:01]&nbsp;<strong>Josepha:</strong>&nbsp;This was your first time to lead the release parties, though, right?</span></p>\n\n\n\n<p>[00:13:06] <strong>Meher:</strong> Yes. My first time releasing a release party. Also, to the spectators who have never been a part of release, you can just come and say hi. Like, yesterday, on the day of the release, there was one participant who joined for the first time, and she did contribute.&nbsp;And she was amazed by how smooth it went through. And for me, the best part of any release is seeing the green tick when people start testing. So, you know, everything is smooth sailing.</p>\n\n\n\n<p>[00:13:34] <strong>Josepha:</strong> Yes.</p>\n\n\n\n<p>[00:13:34] <strong>Meher:</strong> And we&#8217;ll reach the destination.</p>\n\n\n\n<p>[00:13:36] <strong>Josepha:</strong> Yes. It&#8217;s, it is a real testament to how well and how closely all of these folks can work together, which if you stop and think about the fact that everybody&#8217;s like all over the world, it&#8217;s all across the globe that this is happening. It is why WordPress works, right? All of these people, all of you coming together to do this on behalf of this software. How cool that you had somebody who joined for the first time and then they were able to contribute immediately.</p>\n\n\n\n<p>[00:14:02] <strong>Meher:</strong> Yes.</p>\n\n\n\n<p>[00:14:03] <strong>Josepha:</strong> I love that.&nbsp;</p>\n\n\n\n<p>[00:14:04] <strong>Meher:</strong> Also, there are a lot of folks who&#8217;ve done it. So they&#8217;re always ready to help out. You know, if you&#8217;re stuck somewhere, as a first-time release lead, there were certain questions I had. There are a lot of people to guide you to the right direction or to say, this needs to go here, or you need to tell the audience this. A lot of support you get from the squad itself, plus the people who are not on the squad and who&#8217;ve done this.</p>\n\n\n\n<p>[00:14:29] <strong>Josepha:</strong> Absolutely. I remember the first release that I led I was the coordinator of it and I believe it was 5.0. I believe it was the one that we put Gutenberg in core with, and it was the most terrifying thing I&#8217;d ever done. Not because I hadn&#8217;t been watching these releases happening for years, but because it&#8217;s different participating and watching and then being the person who is like you said, like making sure that things are still going on time that you understand when you need to say, like, there&#8217;s no way that this works for users right now. We have to take it out and all those things. And then, yeah, the day of, the first time that you have to run one of those global meetings, be like, &#8216;everyone, we don&#8217;t have time for this. Move on&#8217;. That&#8217;s always a really hard first time. Well, cool. That&#8217;s so exciting. So I have a last question for you, and that is, you&#8217;ve kind of let us into it, for first-time contributors to a release, especially anyone who&#8217;s thinking about joining the release squad for the first time, do you have any advice, anything that you wish you had been told when you were coming into this?</p>\n\n\n\n<p>[00:15:32] <strong>Meher:</strong> Come with an open mind and come with a thought that there are people to help you. Ask in any channel. There will be someone or the other who will answer you immediately or a little later, depending on the time zone, and will guide you to the right person or right documentation where you can read up because there is a lot of documentation, good documentation on releases, how it handles and what team is needed, what they are supposed to do. So, you, you have a friendly bunch of people. Just ask.</p>\n\n\n\n<p>[00:16:03] <strong>Josepha:</strong> Excellent. I love it. I love that advice. That was really good advice. Don&#8217;t be scared. Everybody has answers, and they want to give them to you. I agree. That is a real strong truth for the WordPress project. Last thoughts: anything you want to share with the WordPress community with our community of listeners here?</p>\n\n\n\n<p>[00:16:20] <strong>Meher:</strong> Looking forward for new people joining the next release and seeing 6.7 new features, which I&#8217;m excited about, collaborative phase three coming into picture and excited about it.</p>\n\n\n\n<p>[00:16:32] <strong>Josepha:</strong> Yeah. So you can come join us, make.WordPress.org/core, or you can join us in the Slack instance. You can go to chat.WordPress.org and get signed up for that. We coordinate all of this in the core channel, and we hope to see every new contributor that&#8217;s been on the fence. We hope you show up. There&#8217;s a new meeting every two weeks just for y&#8217;all. Meher, this has been an excellent conversation. Thank you so much for joining me today.</p>\n\n\n\n<p>[00:16:56] <strong>Meher:</strong> Thank you for having me. It was fun.</p>\n\n\n\n<p>[00:16:58] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:17:05] <strong>Josepha:</strong> Hopefully, you&#8217;ve had a chance to download the release and try it out on your own sites. As always, if you run into any bugs, let us know so that we can get them in the next point release.</p>\n\n\n\n<p>And that brings us now to our small list of big things. I have a moderate-sized small list. The first one is that WordPress is a reminder, actually. It&#8217;s a lot of reminders this week if I get right down to it, but this first one is a reminder that one of our big-picture goals for 2024 was getting new users into our event series. Our goal, of course, is to warmly welcome more first-time attendees and new users, and future WordPressers at all of our events, and that&#8217;s something that you can help get done. So, for all of our event organizers, or if you have not organized an event yet and would like to, just so that you can meet the fellow WordPressers in your area or, get to grow your own network a little bit. We&#8217;ve got a few best practices that can help you to make sure that you have a good experience for first time attendees. For one, you should always consider some thoughtful event design. Craft your events with some first-time attendees in mind. You have to consider their needs and interests and potential barriers to participation. Second, it helps to have some targeted messaging. Ensure that you have promotional materials that highlight the benefits of attending, but also what new knowledge, skills, or professional connections folks will gain when they come. It&#8217;s also good to share success stories of past first-time attendees. And then just kind of a final note for that on outreach strategies. You should experiment with a range of marketing channels to reach professional new attendees. You can partner with local schools, professional organizations, and online communities who can help to spread the word.</p>\n\n\n\n<p>[00:18:52] <strong>Josepha:</strong> The second thing on our small list of big things is a reminder that the Docs Team holds an online Contributor Day every fourth Tuesday. They&#8217;ve been doing this for about a year now. And I think that it&#8217;s one of the most engaging and fun new contributor experiences we have, which I realize might sound odd for documentation, but it&#8217;s a great team. It&#8217;s got a great number of team reps in it. And they&#8217;re looking for you. They&#8217;re looking out for you to come and join for your first time on a Contributor Day. The next one is actually tomorrow, July 23rd. I&#8217;ll have a link for that in the show notes.</p>\n\n\n\n<p>[00:19:29] <strong>Josepha:</strong> And the third thing on our list is a reminder about online workshops. These are live sessions where you can learn alongside other WordPress enthusiasts, and they&#8217;re, you know, safe spaces where you can come as you are, develop new ideas, explore issues that you&#8217;re having, ask questions, network over shared interests, exchange theories, collaborate, and honestly, thrive on a bit of problem-solving together. New workshops are happening all the time. You can check out the schedule to join in on a live session and even watch some of the previous sessions to see if it&#8217;s for you.&nbsp;</p>\n\n\n\n<p>[00:20:03] <strong>Josepha:</strong> And the final thing on our list is that there is a recap up of the first Media Corps Briefing that was held on June 27th, and it provided media partners with an overview of the Source of Truth and updates that were planned for WordPress 6.6, that was released last week. Obviously, we just talked to Meher about it. But that particular session featured guest Anne McCarthy, who explained and demoed some of the upcoming features and answered a bunch of questions from the participants. The briefing was recorded and published on the WordPress YouTube channel. Apart from the recording, you can also find a summary, the full transcript, and other relevant links from the link in the show notes.&nbsp;</p>\n\n\n\n<p><span style=\"margin: 0px;padding: 0px\">[00:20:42]&nbsp;<strong>Josepha:</strong>&nbsp;And that, my friends, is your small list of big things.</span> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard today, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing. And I&#8217;m taking a little break from the podcast in August, and so I will see you again, my friends, in September.&nbsp;</p>\n\n\n\n<p>[00:21:15] (Music outro)&nbsp;</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:\"17539\";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: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:26:\"WordPress 6.6 “Dorsey”\";s: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://wordpress.org/news/2024/07/dorsey/\";s: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 Jul 2024 16:51: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: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.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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=17517\";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:272:\"Say hello to the latest WordPress! WordPress 6.6 \"Dorsey\" is here to deliver on the promise of a better web with style, finesse, and a suite of enhanced tools to create beautifully coherent design elements and the confidence of automatic rollbacks for your plugin updates.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:64097:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-17529\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to WordPress 6.6 “Dorsey,” named after the legendary American Big Band leader, Tommy Dorsey. Renowned for his smooth-toned trombone and compositions, Dorsey’s music captivated audiences with its emotional depth and vibrant energy.</p>\n\n\n\n<p>Let your heart swing, sing, and sway to the deep brass notes of&nbsp;<a href=\"https://open.spotify.com/playlist/37i9dQZF1DZ06evO2TT3Ge?si=d9872e46371c4ed7\" target=\"_blank\" rel=\"noreferrer noopener\">Dorsey’s Big Band sound</a>&nbsp;as you explore the new features and enhancements of WordPress 6.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hello, 6.6!</h2>\n\n\n\n<p>WordPress 6.6 delivers on the promise of a better web by bringing style, finesse, and a suite of creative possibilities to your site-building experience. This version helps you do more with ease, putting enhanced tools at your fingertips and giving you unprecedented power behind the scenes. You will find more ways to create beautiful, coherent design elements across your site, a new layout for quick page previews in the Site Editor, and the safety of automatic rollbacks for failed plugin auto-updates—among many other highlights.</p>\n\n\n\n<p>In addition to the new features, “Dorsey” continues to deliver the performance and accessibility gains you can expect from every WordPress release. Explore what WordPress 6.6 has to offer and get ready to let its features take your sites to new heights.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.6.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Download WordPress 6.6 “Dorsey”</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Add more design options to block themes</h3>\n\n\n\n<p>Create color or font sets to multiply design combinations across one theme. These sets offer more contained design possibilities, allowing visual variety within the site’s broader styling guidelines.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXc7Mg7QzTwFiR7NDQLj6p5m4eddq6MtscZYzTh5QeGqB2sLP3T_t2Io2cqA5QuSixyze9ZVWqsDF9ZD7VscWn0TWA6lCG0OgZ4o5Ar_8MgQta8B3vu3VzJQHYREY9NxUb9J8e3BFESmcnbRwg7g6GuFfguU?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Simplify your workflow with a new layout for pages in the Site Editor</h3>\n\n\n\n<p>See all of your pages and a preview of any selected page with the new side-by-side layout in the Site Editor.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXfdAh-2XaS_6bdw8YcDZMRpkT0O6oWezPzZT3FzKjoWcxhM4ofivJli8eDRs1pO60wJ7F6YjQblSDop_O8MXQKwRlb_-g8CsFPPVb7hY3vEgIBPLb3tDyrvZZhSZL6Zp-ntXQdB2-ixFVoWaY-Empv3hZQ-?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Auto-update your plugins with peace of mind</h3>\n\n\n\n<p>Enjoy the convenience of plugin auto-updates with the safety of rollbacks if anything goes wrong—offering your site a new level of security, enhanced functionality as it becomes available, and almost no time or bandwidth from you to make it happen.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXc3cOWzosH9yiEDJrkmndXXX4QShj-vVMJJslAlgxCT74ugbYJuRPszdUi2rrCt8fnmZm1fTdJ3DTkKxYh5ImN4b6lvyBI3bsf5nvzWSBtexeldhPGyjYZM4Me1eUzfq9bAzlzlwxVqI5Hf_i9y1NGvKEdc?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Customize content in synced patterns</h3>\n\n\n\n<p>Make content changes in each instance of a synced pattern while maintaining a consistent style across them. Set these overrides for Heading, Paragraph, Button, and Image blocks when placed in a synced pattern.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXdH_at4lSW3-Slznfn7HTOEp11xKp889JaLIj-JY5zATJbqZhNPM5MIVZzhn7J2gGhqRbkIzjGMhkFzfQFXfLpxoXu2MXDcPMCXaACaucFHph4dMrd8jHCqFckpk0HtJhEI_cWHTRDR0343_Ut06sgNgaOw?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p>WordPress 6.6 features important updates like removing redundant WP_Theme_JSON calls, disabling autoload for large options, and eliminating unnecessary polyfill dependencies. Other highlights include lazy-loading post embeds, a new <code>data-wp-on-async</code> directive, and templates in the editor that load approximately 35% faster overall.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>This release includes 58 accessibility fixes and enhancements. These focus on foundational aspects of the WordPress experience, particularly the data views component powering the new site editing experience and areas like the Inserter, which provide a key way of interacting with blocks and patterns.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>Visit the <a href=\"https://wordpress.org/download/releases/6-6/\">feature showcase</a> for a full overview of all the new features and enhancements in WordPress 6.6.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/releases/6-6/\">Check out what&#8217;s new</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.6</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> for quick how-to videos, <a href=\"https://learn.wordpress.org/social-learning/\">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">WordPress 6.6 Field Guide</a> contains detailed technical information and <a href=\"https://make.wordpress.org/core/tag/dev-notes-6-6/\">developer notes</a> to help you build with WordPress and get the most out of this release. Don’t forget to subscribe to the <a href=\"https://developer.wordpress.org/news/\">Developer Blog</a> for updates, tutorials, and other helpful WordPress content for developers.</p>\n\n\n\n<p>For information about installation, file changes, fixes, and other updates, read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-6/\">6.6 release notes</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.6 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.6 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 Coordinator: <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a></li>\n\n\n\n<li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a>&nbsp;</li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/josepmoran/\">Josep Morán</a></li>\n\n\n\n<li>Marketing &amp; Communications Lead: <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</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.6 reflects the tireless efforts and passion of more than 630 contributors in at least 51 countries. This release also welcomed over 150 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 1,900 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/benniledl/\">!Benni</a> · <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</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/aatanasov/\">aatanasov</a> · <a href=\"https://profiles.wordpress.org/abditsori/\">abditsori</a> · <a href=\"https://profiles.wordpress.org/wpalani/\">Abdulrahman Alani</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">abhi3315</a> · <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</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/adamhorne/\">adamhorne</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adrianduffell/\">adrianduffell</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/aezazshekh/\">Aezaz Shekh</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajfleming/\">ajfleming</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/ajithrn/\">Ajith R N</a> · <a href=\"https://profiles.wordpress.org/akashdhawade/\">Akash Dhawade</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/akmelias/\">akmelias</a> · <a href=\"https://profiles.wordpress.org/alanfuller/\">Alan Fuller</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/alesflex/\">alesflex</a> · <a href=\"https://profiles.wordpress.org/acicovic/\">Alex Cicovic</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</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/alexminza/\">alexminza</a> · <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/amanias1977/\">amanias1977</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amirthepiper/\">Amir Abbas</a> · <a href=\"https://profiles.wordpress.org/amisiewicz/\">amisiewicz</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/anamarijapapic/\">Anamarija Papić</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/andr3ribeiro/\">Andre Ribeiro</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/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/andrewhayward/\">Andrew Hayward</a> · <a href=\"https://profiles.wordpress.org/l1nuxjedi/\">Andrew Hutchings</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/aneeshd16/\">Aneesh Devasthale</a> · <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a> · <a href=\"https://profiles.wordpress.org/angelaromana/\">Angela R.L</a> · <a href=\"https://profiles.wordpress.org/anilvaza/\">Anil Vaza</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</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/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/perezcarreno/\">Armando J.</a> · <a href=\"https://profiles.wordpress.org/ambrosiawt/\">Art Smith</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/dextorlobo/\">Arun Sharma</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/asheshmagar/\">Ashesh Magar</a> · <a href=\"https://profiles.wordpress.org/imasikur22/\">Asiqur Rahman</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/aslamdoctor/\">Aslam Doctor</a> · <a href=\"https://profiles.wordpress.org/alisongodar/\">asmittle</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/bangank36/\">bangank36</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">Bart Kalisz</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/beaulebens/\">Beau Lebens</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benlk/\">Ben Keith</a> · <a href=\"https://profiles.wordpress.org/britner/\">Ben Ritner - Kadence WP</a> · <a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a> · <a href=\"https://profiles.wordpress.org/benjaminpick/\">Benjamin Pick</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benjpw/\">benjpw</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bissy/\">bissy</a> · <a href=\"https://profiles.wordpress.org/oldrup/\">Bjarne Oldrup</a> · <a href=\"https://profiles.wordpress.org/blackbam/\">Blackbam</a> · <a href=\"https://profiles.wordpress.org/blockify/\">Blockify</a> · <a href=\"https://profiles.wordpress.org/blogography/\">blogography</a> · <a href=\"https://profiles.wordpress.org/bnewboldbsky/\">bnewboldbsky</a> · <a href=\"https://profiles.wordpress.org/bnjunge/\">bnjunge</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</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/bgosnell/\">Brian Gosnell</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a> · <a href=\"https://profiles.wordpress.org/bridgetwes/\">bridgetwes</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/freibergergarcia/\">Bruno Freiberger Garcia</a> · <a href=\"https://profiles.wordpress.org/btpub/\">Bruno Tritsch</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a> · <a href=\"https://profiles.wordpress.org/stringpiggy/\">Candy</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/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/caercam/\">Charlie Merland</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/jazzs3quence/\">Chris Reynolds</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/christopherplus/\">Christopher</a> · <a href=\"https://profiles.wordpress.org/butterflymedia/\">Ciprian</a> · <a href=\"https://profiles.wordpress.org/clarktbt/\">Clark</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/colle/\">colle</a> · <a href=\"https://profiles.wordpress.org/comecaramelos/\">comecaramelos</a> · <a href=\"https://profiles.wordpress.org/cotobago/\">Constantine Vasilyev</a> · <a href=\"https://profiles.wordpress.org/cookiesfordevo/\">CookiesForDevo</a> · <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">Craig Francis</a> · <a href=\"https://profiles.wordpress.org/crazytonyli/\">crazytonyli</a> · <a href=\"https://profiles.wordpress.org/cwhitmore/\">Cullen Whitmore</a> · <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a> · <a href=\"https://profiles.wordpress.org/cyrus11/\">cyrus11</a> · <a href=\"https://profiles.wordpress.org/daledupreez/\">Dale du Preez</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/colorful tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/dansully/\">Dan Sullivan</a> · <a href=\"https://profiles.wordpress.org/daniguardiola/\">Dani Guardiola</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</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/dav4/\">dav4</a> · <a href=\"https://profiles.wordpress.org/davecpage/\">Dave Page</a> · <a href=\"https://profiles.wordpress.org/diggeddy/\">David</a> · <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/davidabowman/\">David Bowman</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/dkjensen/\">David Jensen</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davideferre/\">davideferre</a> · <a href=\"https://profiles.wordpress.org/rxnlabs/\">De\'Yont&#233; W.</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/deeppatel8950/\">Deep Patel</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">Derek Blank</a> · <a href=\"https://profiles.wordpress.org/dsmart/\">Derek Smart</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/dernin/\">Devin Curtis</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</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/dhruvkb/\">dhruvkb</a> · <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a> · <a href=\"https://profiles.wordpress.org/diegosomar/\">diegosomar</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/itsjustdj/\">DJ</a> · <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a> · <a href=\"https://profiles.wordpress.org/dmpinder/\">dmpinder</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drrxbracho/\">drrxbracho</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/talksina/\">Elena Brescacin</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a> · <a href=\"https://profiles.wordpress.org/garridinsi/\">Eneko Garrido</a> · <a href=\"https://profiles.wordpress.org/enodekciw/\">enodekciw</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/enricosorcinelli/\">Enrico Sorcinelli</a> · <a href=\"https://profiles.wordpress.org/annubis/\">Eric-Oliver M&#228;chler</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/erikiva/\">erikiva</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/evanltd/\">evanltd</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/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fanly/\">Fanly</a> · <a href=\"https://profiles.wordpress.org/iamfarhan09/\">Farhan Ahmed</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/flabernardez/\">Flavia Bern&#225;rdez Rodr&#237;guez</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/f-j-kaiser/\">Franz Josef Kaiser</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/lunule/\">Gabor Lippert</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/gwallace87/\">Gale Wallace</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</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/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gierand/\">gierand</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/blepoxp/\">Glenn Ansley</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/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</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/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/heinperu/\">heinvv</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/hinnerk/\">Hinnerk Altenburg</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/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/iamthomasbishop/\">iamthomasbishop</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/ignatiusjeroe/\">ignatiusjeroe</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/inwerpsel/\">inwerpsel</a> · <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/ivanottinger/\">ivanottinger</a> · <a href=\"https://profiles.wordpress.org/weijland/\">Jaap Weijland</a> · <a href=\"https://profiles.wordpress.org/jpstevens/\">Jack Stevens</a> · <a href=\"https://profiles.wordpress.org/jaclync/\">jaclync</a> · <a href=\"https://profiles.wordpress.org/smithjw1/\">Jacob Smith</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jwgoedert/\">James Wesley Goedert</a> · <a href=\"https://profiles.wordpress.org/xhemals/\">Jamie Speller</a> · <a href=\"https://profiles.wordpress.org/janboddez/\">Jan Boddez</a> · <a href=\"https://profiles.wordpress.org/jtolleouw/\">Jansen Tolle</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/szopserwis/\">Jarek Mazurczak</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/jpolakovic/\">Jaroslav \"Dero\" Polakovic</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/pbking/\">Jason Crist</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jayanthparthsarathy/\">jayanthparthsarathy</a> · <a href=\"https://profiles.wordpress.org/jbinda/\">jbinda</a> · <a href=\"https://profiles.wordpress.org/jdekhtiar/\">jdekhtiar</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/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</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/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a> · <a href=\"https://profiles.wordpress.org/amieiro/\">Jes&#250;s Amieiro</a> · <a href=\"https://profiles.wordpress.org/onmauitime/\">Jess</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</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/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/jivedig/\">JiveDig</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</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/johnillo/\">John Espiritu</a> · <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a> · <a href=\"https://profiles.wordpress.org/bitmachina/\">John Hooks</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/jon092/\">jon092</a> · <a href=\"https://profiles.wordpress.org/jaruzek/\">Jonathan</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</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/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/josepmoran/\">Josep Morán</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/jossnaz/\">Jossnaz</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jules/\">jules</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/justnorris/\">justnorris</a> · <a href=\"https://profiles.wordpress.org/jyolsna/\">Jyolsna J E</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kamran8176/\">kamran8176</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/keithdevon/\">keithdevon</a> · <a href=\"https://profiles.wordpress.org/kellenmace/\">Kellen Mace</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/kevinwhoffman/\">Kevin Hoffman</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</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/kmvan/\">kmvan</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/kovshenin/\">Konstantin Kovshenin</a> · <a href=\"https://profiles.wordpress.org/koodii/\">koodii</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/kristenfisher427/\">kristenfisher427</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kushang78/\">Kushang Tailor</a> · <a href=\"https://profiles.wordpress.org/kyleak/\">kyleak</a> · <a href=\"https://profiles.wordpress.org/mlaetitia/\">Lae</a> · <a href=\"https://profiles.wordpress.org/lanresmith/\">Lanre Smith</a> · <a href=\"https://profiles.wordpress.org/lgersman/\">Lars Gersmann</a> · <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/oncecoupled/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">Laurent MILLET</a> · <a href=\"https://profiles.wordpress.org/peexy/\">Laurent Naudier</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/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/louiswol94/\">Louis Wolmarans</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/luan-ramos/\">Luan Ramos</a> · <a href=\"https://profiles.wordpress.org/luboslives/\">luboslives</a> · <a href=\"https://profiles.wordpress.org/crixu/\">Lucas</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/lardsax/\">Luis</a> · <a href=\"https://profiles.wordpress.org/lmartins/\">Luis Martins</a> · <a href=\"https://profiles.wordpress.org/interdevel/\">Luis Molina (interdevel)</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lyonmuller/\">Lyon M&#252;ller</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/selectedselections/\">Maddie - a11n</a> · <a href=\"https://profiles.wordpress.org/madfcat/\">madfcat</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/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/makdiahussain/\">Makdia Hussain</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojmaharrshi/\">Manoj Maharrshi</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/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/pereirinha/\">Marco Pereirinha</a> · <a href=\"https://profiles.wordpress.org/marherumr/\">marherumr</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</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/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markjszymanski/\">Mark Szymanski</a> · <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</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/webdevmattcrom/\">Matt Cromwell</a> · <a href=\"https://profiles.wordpress.org/mattmm/\">Matt Medeiros</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattormeeple/\">Matt Sherman</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/maurodf/\">maurodf</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/devsahadat/\">Md Sahadat Husain</a> · <a href=\"https://profiles.wordpress.org/tofajjal02/\">Md Tofajjal Hossen</a> · <a href=\"https://profiles.wordpress.org/mdnesarmridha/\">MD.NESAR MRIDHA</a> · <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a> · <a href=\"https://profiles.wordpress.org/meetmehta1205/\">Meet Mehta</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/hrkhal/\">Michael James Ilett</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/miguelsansegundo/\">miguelsansegundo</a> · <a href=\"https://profiles.wordpress.org/misulicus/\">Mihai Joldis</a> · <a href=\"https://profiles.wordpress.org/miikkamakela/\">Miikka</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mikehend/\">Mike Henderson</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/mikeybinns/\">Mikey Binns</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/illuminea/\">Miriam Schwab</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/mkismy/\">mkismy</a> · <a href=\"https://profiles.wordpress.org/mobarak/\">Mobarak Ali</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/jucaduca/\">Morais Junior</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</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/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/musannifzahir/\">Musannif Zahir</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/myhro/\">myhro</a> · <a href=\"https://profiles.wordpress.org/mykolashlyakhtun/\">mykolashlyakhtun</a> · <a href=\"https://profiles.wordpress.org/nsinelnikov/\">Mykyta Synelnikov</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</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/nateinaction/\">Nate Gay</a> · <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a> · <a href=\"https://profiles.wordpress.org/nazmul111/\">Nazmul Hosen</a> · <a href=\"https://profiles.wordpress.org/nboot8/\">nboot8</a> · <a href=\"https://profiles.wordpress.org/nendeb/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neotrope/\">neotrope</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nicmare/\">nicmare</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/niktat/\">Nicolas Tatarchenko</a> · <a href=\"https://profiles.wordpress.org/nicolefurlan/\">Nicole Furlan</a> · <a href=\"https://profiles.wordpress.org/bgnicolepaschen/\">Nicole Paschen Caylor</a> · <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</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/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a> · <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">Nirav Sherasiya</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/nkeller15/\">nkeller15</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/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/ohia/\">Ohia ᚛ᚈᚐᚂᚐᚋᚆ᚜</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/dargus/\">Old account</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/webgarten/\">Oliver Schmid</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/omerkurd/\">omerkurd</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/pacicio/\">Pacicio</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/papijo/\">papijo</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</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/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/pauldewouters/\">Paul de Wouters</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulwilde/\">Paul Wilde</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/peiche/\">peiche</a> · <a href=\"https://profiles.wordpress.org/pers/\">Per S&#248;derlind</a> · <a href=\"https://profiles.wordpress.org/perryrylance/\">perryrylance</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</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/petralian/\">petralian</a> · <a href=\"https://profiles.wordpress.org/mr2p/\">Phi Phan</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pkuliga/\">pkuliga</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/povilasstaskus/\">Povilas Sta&#353;kus</a> · <a href=\"https://profiles.wordpress.org/ppolo99/\">ppolo99</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/pranitdugad/\">Pranit Dugad</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</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/freewebmentor/\">Prem Tiwari</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/printsachen1/\">printsachen1</a> · <a href=\"https://profiles.wordpress.org/priyanshii5/\">Priyanshii Vijayvargiya</a> · <a href=\"https://profiles.wordpress.org/prottoysarkar/\">Prottoy Sarkar Argho</a> · <a href=\"https://profiles.wordpress.org/quietnoise/\">QuietNoise</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a> · <a href=\"https://profiles.wordpress.org/rafaucau/\">Rafał Całka</a> · <a href=\"https://profiles.wordpress.org/lamarajan/\">Rajan Lama</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</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/raquelandefeld/\">Raquel</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/ravinderk/\">Ravinder Kumar</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/defries/\">Remkus de Vries</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</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/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rdcoll/\">Rich Collier</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/richardevs/\">richardevs</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a> · <a href=\"https://profiles.wordpress.org/rodionov201/\">rodionov201</a> · <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/rogermedia/\">Roger</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/ryancurban/\">Ryan Urban</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren W&#252;nsch</a> · <a href=\"https://profiles.wordpress.org/s0what/\">s0what</a> · <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a> · <a href=\"https://profiles.wordpress.org/sahilthakur02/\">sahilthakur02</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a> · <a href=\"https://profiles.wordpress.org/xronn/\">Sam Berry</a> · <a href=\"https://profiles.wordpress.org/samanthaxmunoz/\">Sam Brockway</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/kim88/\">Samuel R&#252;egger</a> · <a href=\"https://profiles.wordpress.org/samuelsidler/\">Samuel Sidler</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarkarripon/\">Sarkar Ripon</a> · <a href=\"https://profiles.wordpress.org/smetzdev/\">Sascha Metz</a> · <a href=\"https://profiles.wordpress.org/sauliusv/\">Saulius Vikerta</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/saxonfletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/script2see/\">script2see</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/flexseth/\">Seth Miller</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</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/cafenoirdesign/\">Shannon Smith</a> · <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a> · <a href=\"https://profiles.wordpress.org/sheulyshila/\">sheulyshila</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shivapoudel/\">Shiva Poudel</a> · <a href=\"https://profiles.wordpress.org/shivashankerbhatta/\">Shiva Shanker Bhatta</a> · <a href=\"https://profiles.wordpress.org/showravhasan/\">Showrav Hasan</a> · <a href=\"https://profiles.wordpress.org/shreyash3087/\">Shreyash Srivastava</a> · <a href=\"https://profiles.wordpress.org/shub07/\">Shubham Kumar Bansal</a> · <a href=\"https://profiles.wordpress.org/shuvomohajan/\">Shuvo Mohajan</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/simo_m/\">Simone Maranzana</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirzooro/\">sirzooro</a> · <a href=\"https://profiles.wordpress.org/sjnbham/\">SJNBham</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/spencerfinnell/\">Spencer Finnell</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stephenbrook/\">Stephen Brook</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenmiracle/\">stephenmiracle</a> · <a href=\"https://profiles.wordpress.org/steveariss/\">Steve Ariss</a> · <a href=\"https://profiles.wordpress.org/stevejonesdev/\">Steve Jones</a> · <a href=\"https://profiles.wordpress.org/steveblum/\">steveblum</a> · <a href=\"https://profiles.wordpress.org/strangehill/\">strangehill</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/studio28/\">studio28</a> · <a href=\"https://profiles.wordpress.org/studiozerozero/\">studiozerozero</a> · <a href=\"https://profiles.wordpress.org/sudipatel007/\">Sudip Dadhaniya</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/suascat_wp/\">Suwash</a> · <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/taskotr/\">Taras Dashkevych</a> · <a href=\"https://profiles.wordpress.org/rahmantasnia/\">Tasnia Rahman Raima</a> · <a href=\"https://profiles.wordpress.org/taylorgorman/\">Taylor Gorman</a> · <a href=\"https://profiles.wordpress.org/edent/\">Terence Eden</a> · <a href=\"https://profiles.wordpress.org/teresagobble/\">Teresa Gobble</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/thijso/\">Thijs</a> · <a href=\"https://profiles.wordpress.org/thirumani02/\">Thirumani Guhan</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/tb1909/\">Tim Brath&#228;rig</a> · <a href=\"https://profiles.wordpress.org/timnicholson/\">Tim Nicholson</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timotijhof/\">Timo Tijhof</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a> · <a href=\"https://profiles.wordpress.org/tmfhokies/\">tmfhokies</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjcafferkey/\">Tom Cafferkey</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/tomepajk/\">tomepajk</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/tomxygen/\">tomxygen</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</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/tremidkhar/\">Tremi Dkhar</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/tunetheweb/\">tunetheweb</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/tybor/\">tybor</a> · <a href=\"https://profiles.wordpress.org/u451f/\">u451f</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/valer1eg/\">Val&#233;rie Galassi</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</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/vinita29/\">Vinita Tandulkar</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/ashokrane/\">Vishal Kothari</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vrrobz/\">vrrobz</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/websitegenii/\">websitegenii</a> · <a href=\"https://profiles.wordpress.org/wesatintellitonic/\">wesatintellitonic</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/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a> · <a href=\"https://profiles.wordpress.org/nestea29950/\">WilliamG</a> · <a href=\"https://profiles.wordpress.org/wojtekn/\">Wojtek Naruniec</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</a> · <a href=\"https://profiles.wordpress.org/yankiara/\">yankiara</a> · <a href=\"https://profiles.wordpress.org/collet/\">Yann</a> · <a href=\"https://profiles.wordpress.org/yguyon/\">Yannis Guyon</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yukinobu/\">Yukinobu Asakawa</a> · <a href=\"https://profiles.wordpress.org/yuvrajsinh2211/\">Yuvrajsinh Sisodiya</a> · <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a> · <a href=\"https://profiles.wordpress.org/zackkatz/\">zackkatz</a> · <a href=\"https://profiles.wordpress.org/zafarkamal/\">Zafar Kamal</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/zkarj/\">zkarj</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">60 locales have translated 90 percent</a> or more of WordPress 6.6 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/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved</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>\n\n\n\n<h2 class=\"wp-block-heading\">6.6 haiku</h2>\n\n\n\n<p>Six-point-six is here.<br>Make it all gorgeous; keep it<br>On brand, and relax.</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:\"17517\";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.6 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/2024/07/wordpress-6-6-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, 09 Jul 2024 17:39:24 +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.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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: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=17497\";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:345:\"WordPress 6.6 RC3 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, please evaluate RC3 on a test server or a local environment. Reaching this phase of the release cycle is a [&#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:8:\"marybaum\";s: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:9781:\"\n<p>WordPress 6.6 RC3 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, please evaluate RC3 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, your testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC3 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><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><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.6-RC3</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.6 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class=\"wp-element-caption\">Please test WordPress 6.6 RC3 in one or more of these four ways.</figcaption></figure>\n\n\n\n<p>The target for the WordPress 6.6 release is <strong>next Tuesday,</strong> <strong>July 16, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.6 RC3?</h2>\n\n\n\n<p>Thanks to your testing (and many other contributors‘ up to now) this release includes eight bug fixes for the Editor and  <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">18 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\" data-type=\"post\" data-id=\"17289\">Beta 1 announcement</a>. For more technical information related to issues addressed since RC 2, 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.6?since=2024-07-02&amp;until=2024-07-09\">GitHub commits for 6.6</a> since July 2</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac </a><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F02%2F2024..07%2F09%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">tickets</a> since July 2</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? You might want to make your first stop <a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">The WordPress 6.6 Field Guide</a>. Then, check out this list:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes+6-6/\">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">You can contribute. Here&#8217;s how</h2>\n\n\n\n<p>WordPress is the world’s most popular open source web platform, thanks to a passionate community of people who collaborate on its development in a wide variety of ways. You can help—whether or not you have any 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 critical to keeping WordPress speedy, stable, and secure. It’s also a vital way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17392\">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you&#8217;re new to testing, follow <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17289\">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. If you are comfortable writing a reproducible bug report, you can also report it on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. Before you do either, you may want to 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<h3 class=\"wp-block-heading\">Please update your WordPress product</h3>\n\n\n\n<p>If you build themes, plugins, blocks, or patterns, your efforts play an integral role in adding new functionality to WordPress and helping bring new people and ideas to the most vibrant (and massive!) open source community in the world.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your products with the WordPress 6.6 betas and release candidates. With RC3, you’ll want to make sure everything is working smoothly, and if it&#8217;s a plugin, update the <em>“Tested up to”</em> version in its <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">readme file</a> to 6.6.</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\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang=\"es\" dir=\"ltr\">¿Español?</bdo> <bdo lang=\"fr\" dir=\"ltr\">Français?</bdo> <bdo lang=\"ru\" dir=\"ltr\">Русский</bdo>? <bdo lang=\"ja\" dir=\"ltr\">日本</bdo>語? <bdo lang=\"hin\" dir=\"ltr\">हिन्दी</bdo>? <bdo lang=\"bn\" dir=\"ltr\">বাংলা</bdo>? 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\">The RC3 haiku</h2>\n\n\n\n<p>One week to go. Then:<br>Open the paintbox! Try the tools!<br>Play a new jazz tune.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to  <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a> and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>. for peer 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:\"17497\";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:61:\"\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:42:\"WP Briefing: Episode 83: Learning Pathways\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2024/07/episode-83-learning-pathways/\";s: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, 08 Jul 2024 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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17489\";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:421:\"Discover how Learning Pathways can guide you through your WordPress journey with clarity and purpose. In the latest episode of WordPress Briefing, host Josepha Haden Chomphosy welcomes special guest Wes Theron to discuss the newly introduced Learning Pathways. These curated lesson sets are tailored to various experience levels, roles, and use cases, ensuring a personalized learning experience for every WordPress user.\";s: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:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/07/WPB083.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:35130:\"\n<p>Discover how Learning Pathways can guide you through your WordPress journey with clarity and purpose. In the latest episode of WordPress Briefing, host Josepha Haden Chomphosy welcomes special guest Wes Theron to discuss the newly introduced Learning Pathways. These curated lesson sets are tailored to various experience levels, roles, and use cases, ensuring a personalized learning experience for every WordPress user. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Guest: <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\">Beginner WordPress Developer</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-user/\">Beginner WordPress User</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/playground/\">WordPress Playground</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETacCXdCCxwdAo-_xciwlQJ\">Learn WordPress YouTube Playlist</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2024/06/wordpress-6-5-5/\">WordPress 6.5.5 is now available!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/06/15/wordpress-contributor-mentorship-program-q4-2024-call-for-interest/\">WordPress Contributor Mentorship Program Q4 2024</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/6-6/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 6.6 Official Release</a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/watch?v=OyYdkXAx7qw\">What’s new for theme developers in WordPress 6.6</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meetings/\">Upcoming WordPress Meetings</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17489\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> As a steward of the WordPress community, one of the big overarching questions that I grapple with is how to make sure people who have just found out about us know how to get around. Obviously, there&#8217;s the contributor path, which is important to me because I am especially concerned with the longevity of our little open source community, but there&#8217;s also a path for folks who are learning how to use the software.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> And so, joining me today to talk through a project called Learning Pathways is Wes Theron. Wes, welcome to the WordPress Briefing.</p>\n\n\n\n<p>[00:01:11] <strong>Wes:</strong> Good day. Thank you very much for having me. It&#8217;s a pleasure.</p>\n\n\n\n<p>[00:01:13] <strong>Josepha:</strong> Before we get into this project that we&#8217;re talking about, do you want to just tell me a little bit about who you are and what you do with the WordPress project?</p>\n\n\n\n<p>[00:01:22] <strong>Wes:</strong> Yeah. So, as you know, my name is Wes Theron. I&#8217;m based in New Zealand, and I&#8217;m an instructional designer. And, I am part of the Training Team. So, most of my life revolves around creating learning content for learn.WordPress.org.</p>\n\n\n\n<p>[00:01:38] <strong>Josepha:</strong> Oh, that&#8217;s quite a life. Teaching people how to use WordPress.</p>\n\n\n\n<p>[00:01:42] <strong>Wes:</strong> Yeah, I teach WordPress. We run online workshops. I create video tutorials, courses, and now, of course, this great project we&#8217;re working on, Learning Pathways.</p>\n\n\n\n<p>[00:01:52] <strong>Josepha:</strong> Yeah. So, I&#8217;ve talked about Learning Pathways a few times here on the podcast, but for folks who have not heard me talk about it or who just need a more in-depth understanding, why don&#8217;t you tell us a little bit about this project as it stands today?&nbsp;</p>\n\n\n\n<p>[00:02:06] <strong>Wes:</strong> Yeah, so when Learn started out, I think the main goal was to just get learning content on the site. But, in May of last year, we shared an individual learning survey with folks, and we were hoping to basically find out what are the needs of the learners? What are learners after? And from that individual learner survey, we actually learned a few things. We learned that tutorials, courses, and online workshops were the most used content types. We also saw that web-based learning is the most popular learning method. And then there was a clear need for a structured way of consuming learning material. And that&#8217;s basically where the Learning Pathways project was born; to create Learning Pathways that basically target various types of learners, but also various skill levels. So July of last year, we started with outlines, creating outlines for these learner pathways.</p>\n\n\n\n<p>[00:03:10] <strong>Wes:</strong> And then, in October of last year, we actually started creating content. So, the first learner pathways we started working on was the User Learning Pathway and the Developer Learning Pathway. And what that entails is of course, creating a Learning Pathway for beginner users, intermediate users, and then advanced users.</p>\n\n\n\n<p>So that&#8217;s how we kind of broke it up. And last week, the Beginner Developer Pathway was actually published, so that&#8217;s very exciting. And a few weeks before that, the Beginner WordPress User Pathway. And yeah, of course, we&#8217;ve got many other pathways in the pipeline that we want to work on. For example, a Designer Learning Pathway and even a Contributor Learning Pathway.</p>\n\n\n\n<p>[00:03:57] <strong>Josepha:</strong> Yeah, when we&#8217;re talking about pathways, what we mean is, like, we are figuring out what you probably need to know when you first arrive and then helping you to identify what you build on based on what your goals might be.</p>\n\n\n\n<p>[00:04:11] <strong>Josepha:</strong> Like, obviously, the beginner user, the goal is basically just like, learn how to get WordPress doing stuff at all. Like that&#8217;s, that&#8217;s an easy goal to understand. But when you all were doing the work to figure out what needed to be in the pathway for a beginner developer, and as you&#8217;re looking towards doing the work around intermediate and advanced topics, like how are you all able to determine what most likely you need in those various steps in the learning process?</p>\n\n\n\n<p>[00:04:42] <strong>Wes:</strong> So, of course, a lot of research went into that. When we created the outlines for these Learning Pathways. We shared it with the community. We asked for feedback. And yeah, a lot of research was done to make sure we cover all the all the bases. </p>\n\n\n\n<p>[00:04:59] <strong>Josepha:</strong> I know that there were a couple of different proposals about how to, like do skills assessments, maybe? There was something where like we were talking with companies that employ WordPress folks in the ecosystem, and then we were talking to WordPressers who were currently trying to make sure that their skills were advanced enough to get those jobs. And we were trying to figure out like the distance between those and where we actually have some concerns around like the language choices that they need, like basic developer language choices and jargon that goes in there and stuff like that.</p>\n\n\n\n<p>[00:05:34] <strong>Josepha:</strong> So this, if I recall correctly, the research for this has been going on for like maybe two or three years, right?</p>\n\n\n\n<p>[00:05:42] <strong>Wes:</strong> Yeah, definitely. And we&#8217;ve reached out to many stakeholders within the WordPress community. And as you say, even agencies, and businesses, you know, trying to find out what do they want people to know when they employ them. And yeah, then of course, speaking to the community, speaking, speaking to folks at WordCamps reaching out to folks an online workshops.</p>\n\n\n\n<p>[00:06:04] <strong>Wes:</strong> So, yeah, it&#8217;s definitely been an ongoing process and also seeing what resources are lacking and what needs to be there.&nbsp;</p>\n\n\n\n<p>[00:06:12] <strong>Josepha:</strong> Yeah, so, the very first, the very first iteration of any training that the WordPress project was offering on, I think it was on learn.WordPress.org, but I don&#8217;t actually know for sure, was a troubleshooting workshop, because when you are trying to figure out WordPress for the first time, when you are trying to figure out any software for the first time, being able to figure out what went wrong is a really important part of that. And so that was like the only workshop that existed over there for quite some time. And so it&#8217;s really nice to see how we have really, not only created a bunch of resources in general, if you all have not looked at learn.WordPress.org lately, it has, like, workshop outlines that you can use to do a training by yourself at your meetup group or at a school or whatever it is.</p>\n\n\n\n<p>[00:07:08] <strong>Josepha:</strong> But then also, I want to say it was maybe two, three years ago, that you all, as a team, the Training Team, started doing these online workshops. And so, when you created the Learning Pathways, considering like how much time and research has gone into this project overall, did you all have learnings that came from those workshops that you had already done? Is this like a collection of workshops or is this something where you can do it at home and learn by yourself and then go someplace else and learn more about WordPress? Like how does that function in what we have already?</p>\n\n\n\n<p>[00:07:45] <strong>Wes:</strong> Yeah, so maybe I should first, maybe let&#8217;s define a learning pathway. So I, I thought about this, but a learning pathway, I would say, is a route taken by learner through a range of modules, lessons, and even courses to build knowledge progressively. So it&#8217;s similar to a course, but of course usually covers like a specific topic or subject where learning pathways usually have a larger goal.</p>\n\n\n\n<p>[00:08:11] <strong>Wes:</strong> So I wouldn&#8217;t say that the online workshops form part of the Learning Pathways project. And maybe I can also clarify that the teacher notes or the lesson plans that you refer to is something that&#8217;s also changing going forward. </p>\n\n\n\n<p>[00:08:23] <strong>Josepha:</strong> Oh, good. Because I wrote some of those, and I am not an instructional designer. And so, ha!</p>\n\n\n\n<p>[00:08:30] <strong>Wes:</strong> We&#8217;ve actually decided to move away from having two different content types. So, we had tutorials. You know, video tutorials, and we had lesson plans, and as you said, the lesson plans were notes that somebody could use to run an online workshop or to go to a WordCamp or at their local meetup and use that to teach something. But moving forward for Learning Pathways, we are actually just going to have one content type, namely lessons. And then lessons from part of creating a course or lessons from part of creating modules and then Learning Pathways. The other exciting thing, and something we haven&#8217;t mentioned, is that at the end of this month, when we launched the Learning Pathways or the first few Learning Pathways, it actually coincides with a website redesign.</p>\n\n\n\n<p>[00:09:18] <strong>Wes:</strong> So, yeah, beyond the lookout, hopefully, learn.WordPress.org is going to have a brand new face at the end, from the end of July or, yeah, or August. So, yeah, that&#8217;s very exciting.</p>\n\n\n\n<p>[00:09:30] <strong>Josepha:</strong> Excellent. Excellent. So, you said that these Learning Pathways are part of a larger goal. Is that a goal for your learners or a goal for WordPress? A goal for the team?</p>\n\n\n\n<p>[00:09:40] <strong>Wes:</strong> I would say all of the above.</p>\n\n\n\n<p>[00:09:42] <strong>Josepha:</strong> Goals for everybody. We&#8217;re like the Oprah of goals. Don&#8217;t come get me, Oprah. That&#8217;s all I got to say about it.</p>\n\n\n\n<p>[00:09:48] <strong>Wes:</strong> Yeah, I think for us as a team, at the end of the day, we want folks to be able to use the content and find the content and utilize all the learning material on learn.WordPress.org. And then, of course, at the end of the day, for learners, we want folks to be able to succeed in whatever they are trying to do. Is it to build their own website? Is it to maybe find a job as a developer? And. Yeah, I mean, the list can go on.</p>\n\n\n\n<p>[00:10:21] <strong>Josepha:</strong> Yeah. So, on the subject of wanting to help people succeed, I think that as far as I hear from the majority of contributors that I have worked with over the years, like helping other people figure out how to do this and making sure that they can succeed is always something that is top of mind for contributors to open source probably in general, but definitely to WordPress. Like, we really care about helping other people figure out how to have the same sort of benefits that we&#8217;ve had in the project and with the software. So if you have somebody who is familiar with all the bits and pieces of WordPress and really, really want to like show up and help teach some things. Is it the case that they can take part in like running a Learning Pathway? Is it something where we mostly need people to help us build some content? Like if we&#8217;ve got people who are just desperate to help other people succeed in WordPress, what kinds of things can they show up and help do on this project?</p>\n\n\n\n<p>[00:11:22] <strong>Wes:</strong> Yes, please come to the Training Team. There are many ways to get involved. If you just want to review content, you can do that. But yeah, we do have a need for content creators, folks, you know, creating a video lesson or putting their hand up and saying, I will actually create an entire module or an entire learning, a Learning Pathway. We do have some awesome contributors that&#8217;s part of the Training Team that are already doing that. Some people are writing scripts. Some folks are actually, you know, creating everything from the beginning to the end. So they are writing the script, they recording the video, publishing the video, et cetera. And then we&#8217;ve, of course, have people reviewing content. We&#8217;ve got folks running online workshops. If maybe creating video content is not their, is not their forte, they can can run online workshops. So yeah, many ways getting involved.</p>\n\n\n\n<p>[00:12:16] <strong>Wes:</strong> But Josepha, I wanted to point something else out that I haven&#8217;t done. I think there was a real need for Learning Pathways because, at the moment, if somebody new to WordPress or new to developing with WordPress wants to find learning content. You know, where do they go? What&#8217;s the main platform to go to? I think most people probably go to YouTube, right?&nbsp;But a lot of the content there are, are scattered and fragmented. </p>\n\n\n\n<p>So a lot of learning material or learning about WordPress is all over the place. It&#8217;s not in one place. And as I said, a place where you can actually learn from A to Z, learn progressively learning in a structured way. Yes, we know there are courses available that you can pay for, but the awesome thing about this project is that we are providing these Learning Pathways, these learning resources, for free for folks to be able to work through at their own time. I know that&#8217;s something else you asked earlier on. So yes, this is a course in quotation marks; this is a Learning Pathway that somebody can start whenever it suits them, you know, in the comfort of their own home, and they can work through the Learning Pathway from the beginning to the end. Or, if they feel I actually know everything taught in module one and two, I&#8217;m going to start at module three, they can do that. They basically come in at their skill level.</p>\n\n\n\n<p>[00:13:43] <strong>Josepha:</strong> Yes. I think it&#8217;s really important to try to meet people where they are. And I know that it&#8217;s difficult because, like, we don&#8217;t take a lot of data from our users. You don&#8217;t have to give us basically anything in order to use WordPress. And by basically, I mean you literally don&#8217;t have to give us anything to use WordPress.</p>\n\n\n\n<p>[00:14:01] <strong>Josepha:</strong> And so we always have some difficulty in figuring out what is it that our users need the most in order to succeed the quickest. And so I agree that there was a real need for this not only because, like, there&#8217;s plenty of content for getting from, like, some knowledge to a good amount of knowledge. There&#8217;s almost no content around, like, I didn&#8217;t know CMSs existed until yesterday, and now I need to quickly learn how to do it because it&#8217;s become a thing I need to do in my job. There&#8217;s some really clear, like use cases for being able to onboard quickly and progressively.<br><br>And I understand that, like, having a clear, structured way to learn doesn&#8217;t always fit with the idea of meeting people where they are. But I do really think that, that like what you were saying, it can be as structured as you need it to be. But also, if you get into it and you think to yourself, you know, I know this information already. I can move on to the next module. I can move on to the module after that. Similar to the way we do that at WordCamps also. If you get into a session and you thought it was going to be useful for you, and you discover that it&#8217;s not once you&#8217;re there, you don&#8217;t have to stay. You can go to a different room where they&#8217;re teaching about SEO if it turns out that you don&#8217;t need to learn about JavaScript today.</p>\n\n\n\n<p>[00:15:23] <strong>Josepha:</strong> And I think that that&#8217;s, it&#8217;s kind of the value that this is hoping to bring, like, because it is a little bit built one on top of the other when you discover that you have already learned something, you can easily try out the next step and know that it&#8217;s probably a good next step.</p>\n\n\n\n<p>[00:15:38] <strong>Wes:</strong> Exactly. And if you maybe want to teach this to other folks. The plan is to, you know, we had lesson plans. We have a lot of lesson plans on Learn. But the plan is also to, instead of having, as I said, two different content types, is to have lessons but then add a tab where you can click on teacher notes and actually teach something as well if that is your goal. But yes, our lessons and modules also include quizzes and, hopefully, some practical activities. We&#8217;ve incorporated WordPress Playground where, where folks can actually, you know, test out what they&#8217;ve learned or test their knowledge. So yeah, I agree with you that you can basically join the Learning Pathway wherever you feel the most comfortable.</p>\n\n\n\n<p>[00:16:28] <strong>Josepha:</strong> So we&#8217;ve been kind of in the weeds of the project itself, the program itself, and if you want to like do stuff with that and in that. Let&#8217;s switch gears a little bit and talk about just what people who are wanting to join those pathways would need to know. Do you have any advice for somebody who is just today learning about these Learning Pathways and they think to themselves, I definitely want to sign up for one of those. Like, for one, how do they get started? And for two, your like top two or three bits of advice for as they get started? </p>\n\n\n\n<p>[00:17:05] <strong>Wes:</strong> So you can make your way to learn.WordPress.org, and you can basically open the, the pathway, and you can start wherever, wherever you want to. We have made it possible to actually view these pathways or our content without logging in with your dot org profile. The other thing I also wanted to mention is that our content is actually hosted on YouTube now.</p>\n\n\n\n<p>So the great thing is we have these pathways within YouTube as well. So, folks can go to the, YouTube channel and see our content. And, of course, that basically reaches a very wide audience. And hopefully some of those videos will also bring people to the dot org site so that they can access the content.</p>\n\n\n\n<p>[00:17:57] <strong>Josepha:</strong> I think it&#8217;s great that you don&#8217;t have to sign up for a profile. If you are a brand new WordPresser and ran into this in your dashboard and are listening to this podcast now. So dot org profiles are a place where you can kind of log your activity in the WordPress community and the WordPress project. You do not have to have one in order to use WordPress. You don&#8217;t have to have one in order to look at these courses or to learn from them. But I always think that it&#8217;s kind of nice to get your profile set up so that people kind of know who you are and what you&#8217;re doing. And then also your activity shows up. Like, you can see that you enrolled in the course and you get to know for yourself that you made some progress. I know that when you&#8217;re getting started, it&#8217;s hard to, like, see your progress because you don&#8217;t know how far you have to go. And so, like progress when you&#8217;re starting out is really difficult to feel is real. And so I like it just so that you have a few reminders to yourself, like, look how far I&#8217;ve come as you&#8217;re trying to figure out how far you still have to go. And so I like that a lot. </p>\n\n\n\n<p>[00:18:58] <strong>Wes:</strong> You won&#8217;t be able to access all the content on Learn without your dot org profile. But one of the things we&#8217;ve made possible is to access these Learning Pathways, the new ones being launched without, you know, removing those blockers. So, of course, when you work through a Learning Pathway, you will be able to track your progress, and you will be able to see which lessons you have completed. So yeah, one of the pieces of advice I would give to somebody starting with the Learning Pathways actually to first go through the modules. And go through the lessons to see which things you know and feel comfortable with so that you don&#8217;t waste time maybe going through the first module and say, oh, I know this, and you&#8217;ve wasted time. Rather do a bit of research, a bit of reading, and then find the right place for you to start the journey.</p>\n\n\n\n<p>[00:19:45] <strong>Josepha:</strong> That&#8217;s excellent. I also, just as a learner, I try to always learn some stuff. And also, as you get older, it&#8217;s harder and harder to learn things partially because like you&#8217;re in a set path, but also, and here&#8217;s my advice to new learners: you worry about looking foolish. Like you, you worry, you&#8217;re showing up, and you don&#8217;t know anything about anybody else in the classroom. And so there&#8217;s this feeling of like, what if I&#8217;m the only person who does not know how to make this work? What if I&#8217;m the only person who can&#8217;t figure out what Wes meant by &#8220;Playground&#8221; or whatever it is? There&#8217;s this real feeling of looking silly when you&#8217;re doing something like this.</p>\n\n\n\n<p>[00:20:25] <strong>Josepha:</strong> I can&#8217;t control what anybody else says or does to anyone else, unfortunately. But what I can say is that I think that there&#8217;s never a bad time to start something you wish you had done, right? Like, the best time to have learned how to use your CMS, your website, make your website work was probably a year ago or something, but the second best time is today. And so, like, why not go ahead and get started and be part of that small group of adults that are learning new things every single day? I think that&#8217;s great. And so that&#8217;s my tip is to just embrace looking silly sometimes because you&#8217;re making some choices about your future, and that&#8217;s always a good choice.</p>\n\n\n\n<p>[00:21:04] <strong>Wes:</strong> And I would also say test your knowledge. So you&#8217;ve mentioned WordPress Playground. And as I said, we&#8217;ve incorporated into the Learning Pathways, but sometimes you watch a video, or you read something, and you feel like, oh yeah, I know this, but you know, the proof is in the pudding. So go and test it out. Use a test website or use WordPress Playground and test yourself to see if you can actually implement this or do something. So yeah, that&#8217;s definitely one of the other tips I want to highlight; you know, they also say you, you learn by doing.</p>\n\n\n\n<p>[00:21:38] <strong>Josepha:</strong> Yeah, absolutely. And also, like if you have gotten to a point you&#8217;ve done the learning, you&#8217;ve done some practicing, you think you&#8217;ve got it and want to like try to figure out what other things can be done with it. I recommend this is how I did a lot of my early WordPress learning to organize an event with your local meetup.<br><br>Like, I did not know enough about WordPress when I started organizing WordPress meetups. I literally knew nothing. And I basically brought people in and was like, hey, we need people to teach us about this, us being half me. Come in and teach us. And, and that can be a really good thing, partially because, like, you get to know your local folks and see what&#8217;s going on and get a sense for, like, what is out there, especially if you&#8217;re learning this in order to run a business or to accomplish something for your job that you already have, like knowing what&#8217;s out there is super helpful. But then I find that once you embrace the fact that sometimes you will look silly, and that&#8217;s the only way that we can know we&#8217;re learning something. Like once you&#8217;ve embraced it, having some people who are willing to look a little silly with you is kind of, kind of fun, kind of nice. Also, like we&#8217;re all going to look at this problem that we definitely don&#8217;t understand and hopefully look like, at the end, we know what we&#8217;re doing, but between looking at it the first time and at the end of this meetup, we&#8217;re all going to look a little bit silly, ask silly questions. And I think that that&#8217;s a really helpful thing, too. But yeah, knowing some basic information is a great place to start before you do that, especially if you get anxious about looking silly. And I think these pathways are going to really help to get folks a little bit of a leg up on those big questions that they have as you&#8217;re starting to learn how to use WordPress.</p>\n\n\n\n<p>[00:23:18] <strong>Josepha:</strong> So we talked about, like, tips and tricks for learners in general. But if you had something that you wanted to share with us that, like, you&#8217;re really excited about for either the Training Team or for the Learning Pathways in general, I think the Learning Pathways are slated to be shipped by, like, end of September or something. So, like, a lot of them are coming quite quickly.&nbsp;</p>\n\n\n\n<p>[00:23:38] <strong>Wes:</strong> So I am most excited about the website redesign and the new look and feel of the website. And also, you know, one of the goals for us as a Training Team is for learn.WordPress.org to be one of the places people come to and learn about WordPress. And I feel these Learning Pathways and the new website redesign and all the hard work that&#8217;s gone into this project is hopefully going to, make that happen. As I said, our content is also available on YouTube. So we&#8217;ve really tried to make it easy for folks to find our content and also now to digest our content in a progressive and in a structured way. Because, you know, learning is hard. And hopefully, these Learning Pathways have made it easier for folks to, as you said, to build on your knowledge. You know, a lot of times, there&#8217;s knowledge gaps. And I think that&#8217;s what makes learning so hard. And hopefully with these pathways, you can build that knowledge one step at a time.</p>\n\n\n\n<p>[00:24:44] <strong>Josepha:</strong> Yeah. And as is the way with open source, like we can only make these pieces of content better if you all show up and help us like try it out, learn some stuff, and tell us what was confusing. Tell us what was too big a step. Cause yeah, you&#8217;re right. There are some knowledge gaps and when you&#8217;re on the other side of knowing something, it is so hard to tell how big a step is, you know?</p>\n\n\n\n<p>[00:25:11] <strong>Wes:</strong> Exactly.</p>\n\n\n\n<p>[00:25:12] <strong>Josepha:</strong> And so we need y&#8217;all to come in here and tell us very plainly as a new learner like that was eventually what I needed, but this part here was especially confusing. This part over here was too like too many little steps like we just we&#8217;re trying to make sure that it works for you WordPressers, future WordPressers of the world. And so yeah, come build some learning with us over here on the Training Team.</p>\n\n\n\n<p>[00:25:35] <strong>Wes:</strong> And yes, please, we want feedback because, as you say, as we iterate, we want to improve. So there will be a place where you can provide feedback, and at the end of the pathway where there will also be a satisfaction survey for folks to to complete.</p>\n\n\n\n<p>[00:25:50] <strong>Josepha:</strong> Great. Well, folks, we&#8217;re gonna have a bunch of links in the show notes. There&#8217;s so much stuff out here to learn with and about WordPress. Wes, thank you so much for joining me today.</p>\n\n\n\n<p>[00:26:01] <strong>Wes:</strong> Thank you for having me. And I will see you all on Learn.</p>\n\n\n\n<p>[00:26:05] (Music interlude)</p>\n\n\n\n<p>[00:26:12] <strong>Josepha:</strong> That brings us now to our small list of big things. Although I have to say we have a bunch of links that we&#8217;re going to share in the show notes. If you&#8217;re listening to this in a place where there are not show notes, you can head over to WordPress.org/news. That&#8217;s where we keep all of those. If you are lucky, we also will help you find it on Twitter/X, but I think that it&#8217;s hard to find things over there these days. So WordPress.org/news is your best bet. Now, it is time for the small list of big things.</p>\n\n\n\n<p>So, first up on my list is that WordPress 6.5.5 is now available. It&#8217;s got a few fixes in it, some maintenance things and some security fixes as well. I recommend that you update your sites immediately. You can download it from WordPress.org/download, or you can just visit your WordPress dashboard. If you&#8217;re on a managed host, they may have already done this for you, too. But auto-updates, manual updates, CLI updates. However, you want to get it done, get it done. But it is recommended to do this as soon as possible. 6.5.5.&nbsp;</p>\n\n\n\n<p>[00:27:16] <strong>Josepha:</strong> The second thing on my list is that the WordPress Contributor Mentorship program has a call for interest out. This is a program that we launched about a year ago as well. And we had such a good bit of success at the end of the first round in February that there was significant interest in doing another cohort. So, that program connects seasoned WordPress contribution experts with folks who are new to contributing and offer a fantastic opportunity for mentees to gain hands-on experience contributing to WordPress while their mentors share their expertise and improve their leadership skills. So, most of the time, what you are going to be contributing to is probably a release of WordPress, but there are also a lot of opportunities to contribute to things like the Training Team that we&#8217;ve been talking about today and other teams as well. Not everything is focused all around our release cycle. We have things happening in the WordPress project literally all the time. It is a project that never sleeps.&nbsp;</p>\n\n\n\n<p>[00:28:17] <strong>Josepha:</strong> Speaking of projects that never sleep, our next official release, our second release of the year, is coming out. WordPress 6.6 is coming out just about a week from now. It is the second major release of 2024 and has a lot of things in it that you will want to check out. If you have not yet seen the hallway hangout where we take a look at what was happening in the release, what we intended to get into the release, take a look at it. And if you haven&#8217;t tested it yet, if you are one of our plugin developers, if you are building something on top of WordPress core, now is the time to check that out and test it against your products.</p>\n\n\n\n<p>And then the final thing is that it&#8217;s a new month, my friends. Here we are in July, and we have a ton of things happening in the project. That&#8217;s the theme of my small list of big things: the project that never sleeps. But we have a lot of team meetings that are happening. If you haven&#8217;t attended one in a while or even if you have never attended one of these meetings and you were trying to figure out when to start, now is as good a time as any. You can join your fellow community members and contribute to the WordPress project. And there are ways that you can do that from home and from your computer and for some parts of the project, like from your phone, if you are taking photos out and about and submitting those. So check out make.WordPress.org/meetings. It&#8217;ll give you a sense for everything that&#8217;s happening. Do not get overwhelmed by that calendar. You can just choose which team you think is most interesting to you. </p>\n\n\n\n<p>[00:29:45] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Your small list of never-sleeping things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:30:15] (Music outro)</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:\"17489\";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: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.6 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/2024/07/wordpress-6-6-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, 02 Jul 2024 17:09: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.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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: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=17469\";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:345:\"WordPress 6.6 RC2 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, please evaluate RC2 on a test server or a local environment. Reaching this phase of the release cycle is a [&#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:8:\"marybaum\";s: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:10955:\"\n<p>WordPress 6.6 RC2 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, please evaluate RC2 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, your testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><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><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-RC2.zip\">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.6-RC2</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.6 RC2 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class=\"wp-element-caption\">Please test WordPress 6.6 RC2 in one or more of these four ways.</figcaption></figure>\n\n\n\n<p>The target for the WordPress 6.6 release is <strong>July 16, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.6 RC2?</h2>\n\n\n\n<p>Thanks to your testing and many other contributors‘ up to now, this release includes more than 19 bug fixes for the Editor and more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">20 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\" data-type=\"post\" data-id=\"17289\">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, 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.6?since=2024-06-24&amp;until=2024-06-30\">GitHub commits for 6.6</a> since June 25</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F25%2F2024..07%2F01%2F2024&amp;milestone=6.6&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since June 25</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? You might want to make your first stop <a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">The WordPress 6.6 Field Guide</a>. Then, check out this list:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/01/hallway-hangout-section-styles-and-other-block-style-variation-updates/\">Hallway Hangout: Section styles and other block style variation updates</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/01/recap-hallway-hangout-exploring-grid-layouts/\">Recap Hallway Hangout: Exploring Grid Layouts</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/28/editing-custom-fields-from-connected-blocks/\">Editing custom fields from connected blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/28/updates-to-the-interactivity-api-in-6-6/\">Updates to the Interactivity API in 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes+6-6/\">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">You can contribute. Here&#8217;s how</h2>\n\n\n\n<p>WordPress is the world’s most popular open source web platform, thanks to a passionate community of people who collaborate on its development in a wide variety of ways. You can help—whether or not you have any 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 critical to keeping WordPress speedy, stable, and secure. It’s also a vital way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17392\">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you&#8217;re new to testing, follow <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17289\">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. If you are comfortable writing a reproducible bug report, you can also report it on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. Before you do either, you may want to 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<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.6 (scheduled for July 9), the <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">financial reward for reporting new, unreleased security vulnerabilities</a> doubles. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>If you build themes, plugins, blocks, or patterns, 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 products with the WordPress 6.6 beta releases. With RC2, you’ll want to finish 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.6.</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\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang=\"es\" dir=\"ltr\">¿Español?</bdo> <bdo lang=\"fr\" dir=\"ltr\">Français?</bdo> <bdo lang=\"ru\" dir=\"ltr\">Русский</bdo>? <bdo lang=\"ja\" dir=\"ltr\">日本</bdo>語? <bdo lang=\"hin\" dir=\"ltr\">हिन्दी</bdo>? <bdo lang=\"bn\" dir=\"ltr\">বাংলা</bdo>? 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\">Release the haiku</h2>\n\n\n\n<p>6.6 draws near.<br>In two weeks the final&#8217;s here.<br>Test. Test. Then test more.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\'https://profiles.wordpress.org/juanmaguitar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juanmaguitar</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a></em> <em>and <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a> for peer 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:\"17469\";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:33:\"WordPress 6.6 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/2024/06/wordpress-6-6-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, 25 Jun 2024 16:23:50 +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.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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: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=17429\";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:356:\"The first release candidate (RC1) for WordPress 6.6 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, please evaluate RC1 on a test server or a local environment. Reaching this phase of [&#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:8:\"marybaum\";s: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:11225:\"\n<p>The first release candidate (RC1) for WordPress 6.6 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, please evaluate RC1 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC1 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><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><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.6-RC1</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.6 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class=\"wp-element-caption\">Please test WordPress 6.6 RC1 in one or more of these four ways.</figcaption></figure>\n\n\n\n<p>The current target for the WordPress 6.6 release is <strong>July 16, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Two notes about changes in the RC period</h2>\n\n\n\n<p><strong>Hard string freeze:</strong> From now until July 16, there is a <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> in place—no strings may change, and no new strings may be committed. That&#8217;s to give the Polyglots team time to translate WordPress 6.6 into as many languages as possible before final release.</p>\n\n\n\n<p><strong>Two-committer signoff:</strong> Commits in the RC period also require two Core committers to sign off on every merge. Since release candidates are supposed to be ready to go, only major fixes and blessed tasks should merge at this late date.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.6 RC1?</h2>\n\n\n\n<p>Thanks to your testing and many other contributors‘ up to now, this release includes more than 40 bug fixes for the Editor and more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F27%2F2024..03%2F05%2F2024&amp;milestone=6.5&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">40 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\" data-type=\"post\" data-id=\"17289\">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, 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.6?since=2024-06-18&amp;until=2024-06-24\">GitHub commits for 6.6</a> since June 18</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=06%2F18%2F24..06%2F24%2F2024&amp;milestone=6.6&amp;max=1000&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since June 18</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/2024/06/21/wordpress-6-6-css-specificity/\">WordPress 6.6 CSS Specificity</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/site-wide-background-images-in-wordpress-6-6/\">Site-wide background images in WordPress 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/24/section-styles/\">Section Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">The WordPress 6.6 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-6/\">All 6.6-related developer notes</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 who collaborate on and contribute to to its development. The resources below outline a wide variety of ways you can help the world’s most popular open source web platform, whether or not you have any 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 critical to making sure WordPress is speedy and stable. It’s also a vital way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17392\">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you&#8217;re new to testing, follow <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17289\">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. If you are comfortable writing a reproducible bug report, you can also report it on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. Before you do either, you may want to 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<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.6 (scheduled for July 16), the <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">monetary reward for reporting new, unreleased security vulnerabilities</a> doubles. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>If you build themes, plugins, blocks or patterns, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.6 beta releases. With RC1, you’ll want to finish 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.6.</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\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang=\"es\" dir=\"ltr\">¿Español?</bdo> <bdo lang=\"fr\" dir=\"ltr\">Français?</bdo> <bdo lang=\"ru\" dir=\"ltr\">Русский</bdo>? <bdo lang=\"ja\" dir=\"ltr\">日本</bdo>語? <bdo lang=\"hin\" dir=\"ltr\">हिन्दी</bdo>? <bdo lang=\"bn\" dir=\"ltr\">বাংলা</bdo>? 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\">Release the haiku</h2>\n\n\n\n<p>We&#8217;re here already?<br>RC1 means three weeks left.<br>Have some fun—come test!</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for collaborating on this post.</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:\"17429\";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:15:\"WordPress 6.5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2024/06/wordpress-6-5-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jun 2024 19:10:30 +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:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17426\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"WordPress 6.5.5 is now available! This release features three security fixes. Because this is a security release, it is recommended that you update your sites immediately. This minor release also includes 3 bug fixes in Core. You can download WordPress 6.5.5 from WordPress.org, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. [&#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:\"Aaron Jorbin\";s: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:5127:\"\n<h2 class=\"wp-block-heading\">WordPress 6.5.5 is now available!</h2>\n\n\n\n<p>This release features three security fixes. Because this is a security release, <strong>it is recommended that you update your sites immediately. </strong>This minor release also includes <a href=\"https://core.trac.wordpress.org/query?component=!Build%2FTest+Tools&amp;milestone=6.5.5&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=component&amp;order=priority\">3 bug fixes</a> in Core.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.5.5.zip\">download WordPress 6.5.5 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>WordPress 6.5.5 is a short-cycle release. The next major release will be version 6.6 which is scheduled for July 16, 2024.</p>\n\n\n\n<p>For more information on WordPress 6.5.5, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-5-5/\">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 cross-site scripting (XSS) vulnerability affecting the HTML API reported by Dennis Snell of the WordPress Core Team, along with Alex Concha and Grzegorz (Greg) Ziółkowski of the WordPress security team.</li>\n\n\n\n<li>A cross-site scripting (XSS) vulnerability affecting the Template Part block reported independently by Rafie Muhammad of Patchstack and during a third party security audit.</li>\n\n\n\n<li>A path traversal issue affecting sites hosted on Windows reported independently by Rafie M &amp; Edouard L of Patchstack, David Fifield, <a href=\"https://hackerone.com/x89\">x89</a>, <a href=\"https://hackerone.com/apple502j\">apple502j</a>, and <a href=\"https://hackerone.com/mishre\">mishre</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.5.5 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/costdev\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/grantmkin\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rajinsharwar\">Rajin Sharwar</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</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://wordpress.slack.com/archives/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><em>Already testing WordPress 6.6? The fourth beta is now available (<a href=\"https://wordpress.org/wordpress-6.6-beta4.zip\">zip</a>) and it contains these security fixes. For more on 6.6, see the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/\">beta 3 announcement post</a>. Learn more about <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">testing WordPress 6.6 here</a>.</em></p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, and <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</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:\"17426\";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:61:\"\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:43:\"WP Briefing: Episode 82: WCEU Hallway Track\";s: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://wordpress.org/news/2024/06/episode-82-wceu-hallway-track/\";s: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, 24 Jun 2024 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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17409\";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:312:\"Big events create big moments, and WordCamp Europe 2024 was no exception. Join host Josepha Haden Chomphosy on this episode of the WordPress Briefing as she shares her top insights  and favorite highlights from the event. Discover what the WordPress community focused on during this exciting three-day 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:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/06/WPB082.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s: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:10086:\"\n<p>Big events create big moments, and WordCamp Europe 2024 was no exception. Join host Josepha Haden Chomphosy on this episode of the WordPress Briefing as she shares her top insights  and favorite highlights from the event. Discover what the WordPress community focused on during this exciting three-day gathering.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://europe.wordcamp.org/\">WordCamp Europe</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/6-6/\">WordPress 6.6 RC1 (and upcoming schedule)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/05/31/wordpress-project-contributor-handbook-v2/\">WordPress Project Contributor Handbook v2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2024/06/12/the-sustainability-teams-handbook-for-events-is-here/\">The Sustainability Team’s Handbook for Events&nbsp;is here!</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/2024/volunteering-at-wordcamp-us-2024/\">Volunteering at WordCamp US 2024</a>&nbsp;</li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40]&nbsp;<strong>Josepha:</strong> My friends, another WordCamp Europe is in the books. We had the second-highest number of tickets sold in the history of our event series, with the first being WordCamp Europe in Berlin. But even with that number of tickets sold, that number of people gathering together to talk about WordPress and related things, there were still a lot of people who didn&#8217;t get to join us.</p>\n\n\n\n<p>[00:01:01] <strong>Josepha:</strong> For some, that came with experiencing FOMO, but some of you embraced the JOMO of it all. Either way, at this point, there are a good collection of wrap-ups and round-ups going around, so I&#8217;m here to tell you a bit about what was buzzing in the hallway track.&nbsp;</p>\n\n\n\n<p>Firstly, everyone was so excited to see old friends and make new ones. Everywhere I turned, I saw WordPressers in clusters catching up, most included new to the crew faces. So we know that we were using the Pac-Man rule that we love so much. But even while they were catching up on the last two, three, four years, they were also talking to each other about how to get more folks to things like this. </p>\n\n\n\n<p>Since we all generally agree that your first time meeting other WordPressers can be a truly pivotal moment in your WordPress journey, it was a delight to hear so much brainstorming focused on that. From mentorship to community introduction and the future of our events, the question of how to keep our ecosystem healthy and thriving was a big topic. Does any one of us have all the answers to this? No, but fortunately, we&#8217;ve got a global set of thinkers working on this global question. So, together, I&#8217;m sure we can come up with some good guesses to try out.</p>\n\n\n\n<p>[00:02:21] <strong>Josepha:</strong> Secondly, I saw a ton of talks and discussions about career development, not only about how to learn more but also how to be a champion for open source in your company, how to advocate for contribution as a best business practice. And what other communities can teach us about how they commit to their user&#8217;s continuing education, for lack of a friendlier term.</p>\n\n\n\n<p>And boy, do I love a good conversation about how to make working in open source easier, make it more meaningful, and more impactful. I&#8217;m in favor of anything that helps to dignify our profession. The front-facing, easy-to-use experience of WordPress, in particular, has been misunderstood to mean that we are a simple piece of software for simple tasks. And that is the way with our mission really. If we succeed at democratizing publishing or learning or commerce for that matter, we are taking the arcane and making it mundane. But simple to use doesn&#8217;t mean simple to create. And I want all of our future employers and clients to see that.</p>\n\n\n\n<p>[00:03:24] <strong>Josepha:</strong> And then the final thing that I saw lighting up the hallway track was the idea of bringing life and excitement back to the web. WordPress has been fighting against closed systems for a long time, but as Matt alluded to in his keynote, merely having an open web is still not quite as fun as having an active and dynamic one. And we saw that both in general desire to bring fun back to being online, but also in the fresh variety of demos and workshops that we saw in the fun that was brought to the event. There were new and shocking implementations of Playground, I must say. Which, as far as I can tell, will basically be able to run everything one day.</p>\n\n\n\n<p>[00:04:03] <strong>Josepha:</strong> But at WordCamp Europe, it ran; it powered our second massive hybrid translation event, where we translated something like 50,000 strings. We also had an amazing speed-building duel with an accepted future challenge between Jessica Lyschik and Matt Mullenweg. And not for nothing; the way we designed; the way the event area was put together included ways to stop and just have fun.</p>\n\n\n\n<p>There was a little grassy area with yard games and smaller pods of chairs for those quick hallway catch-ups that you just don&#8217;t get anywhere else. And for me, it was simply lovely to see everyone embracing the fun that was there, but also hearing about how much they wanted to help the web embrace the fun that could be.</p>\n\n\n\n<p>[00:04:48] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:04:55] <strong>Josepha:</strong> Thanks for listening to my hallway track recap. Hopefully, it caused JOMO, not FOMO. And now, let&#8217;s turn our attention to the small list of big things.</p>\n\n\n\n<p>[00:05:05] <strong>Josepha:</strong> First thing on my list is WordPress 6.6 update. So we are reaching the release candidate phase tomorrow. WordPress 6.6 RC1 will be released, so download and join the community helping us to get this release out the door. It is scheduled for July 16th. If you have plugins or themes or any sort of business that uses WordPress, now is the time to get in and test it on a test site. I don&#8217;t recommend putting it in production at any point, but come and test it. Help us break it so that we can make sure that it doesn&#8217;t break for other people, for the, you know, 43% of the web that uses it when we get it out the door on the 16th.&nbsp;</p>\n\n\n\n<p>The second thing on the list is that we have a WordPress Project Contributor Handbook V2 out there. It aims to be the quintessential resource for everyone in our community. And it will provide a bird&#8217;s eye view of where to find key information and different aspects of our community. How it all kind of connects together. And, just like a release, we really need some feedback from you. There is the repo on GitHub where you can go and kind of make inline comments, join the discussion about it. It can be a go-to resource if we look at it together and make sure that it has as much information as clearly stated as you wished you had when you were learning your way around WordPress for the first time.&nbsp;</p>\n\n\n\n<p>[00:06:27] <strong>Josepha:</strong> The third thing on the list is actually another handbook. So, the Sustainability Team has put together a handbook specifically for events. It&#8217;s their first version, and over the past few months, members of that team have been sharing their ideas and experiences on how WordPress community events can be held more sustainably. All this input created a first draft, which eventually became this first version. And so we&#8217;ll put a link in the show notes, wander over there, take a look at it, see what some best practices for sustainable events are in the WordPress ecosystem.&nbsp;</p>\n\n\n\n<p>[00:07:02] <strong>Josepha:</strong> And then the final thing on my list is about WordCamp US. I realize this is a podcast about WordCamp Europe right now. And so it&#8217;s odd to think that I&#8217;m moving right along into WordCamp US. However, there is a deadline coming up. July 1st is the last day to sign up to be a volunteer at this event. It&#8217;s taking place this year in Portland, Oregon, on the west side of the US. And it should be a really fun time. It&#8217;s middle of September. Come on out there. Learn about WordPress. Learn about contribution. Maybe get some voodoo donuts. You know, the important things.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:08:06] (Music outro)&nbsp;</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:\"17409\";s: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\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 11 Aug 2024 14:33: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:\"Fri, 02 Aug 2024 13:33:19 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:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20220428165603\";}','off'),
(1268,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1723429980','off'),
(1269,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1723386780','off'),
(1270,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1723429980','off');
INSERT INTO `wp_options` VALUES
(1271,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{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:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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:13:\"\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:59:\"Do The Woo Community: Stepping Outside the WordPress Bubble\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=85084\";s: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:58:\"https://dothewoo.io/stepping-outside-the-wordpress-bubble/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7217:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Over the years, certain people in our space have talked about stepping outside the WordPress bubble. I include myself in that group.</p>\n\n\n\n<p>And with each iteration of the community, personally, I always feel like it&#8217;s something that is not only a good idea for us to think about but also a healthy way to broaden our thoughts and opinions. For some people, it&#8217;s a bit scary to do this because they find the bubble a comfort zone. Others are much more comfortable. And even more so, some step outside of it for good, which is often the best decision for them.</p>\n\n\n\n<p>What does it mean to step outside the bubble? Well, it&#8217;s what you make it. Learning something new. Joining conversations that give you a more open mind. Or perhaps attending an event or conference that allows you to expand your scope on how you do business and who you do it with.</p>\n\n\n\n<p>Some things to ponder.</p>\n\n\n\n<p>One of the biggest traps in our space is our Slack channels, which are one of two things: an echo chamber or a place with like-minded people who follow a single path. Now, I am not saying don&#8217;t participate in these. Instead, I suggest you find additional avenues of conversation that are not just in compliance with how you feel or think about something in the community. Reaffirmation is helpful, but it can also get you stuck.</p>\n\n\n\n<p>With that all said, let me share how we, as a community at Do the Woo, are trying to help you step outside the bubble with two shows.</p>\n\n\n\n<p>Open Talk on Open Source. This is one of our newer shows that I have talked about a bit in the past. It is hosted by Robert Jacobi and Courtney Robertson, both avid open source proponents. The idea for the show was inside my head since last year.</p>\n\n\n\n<p>What inspired me to pull it together was not only had I heard others talking about the need for this, but it also nagged at me. The fact that so many of us in the WordPress ecosystem love open source for the obvious reason but are not exposed to all the amazing projects around us that bring open source to the surface and also integrate or work alongside WordPress itself. As a result, this show is perfect for anyone who loves WordPress as an open-source project and wants to discover those projects outside our space and what they mean to you and the growth of open source.</p>\n\n\n\n<p>Then we also have our new show about Scaling Enterprise. Working with the Scale Consortium, this show has also been in the works for quite some time and is now out in the wild with hosts Brad Williams, Karim Marucchi, and Tom Willmot. What makes this show unique is it&#8217;s broken up into two separate shows, The Buyer&#8217;s View and The Inside Track.</p>\n\n\n\n<p>The Inside Track, which premiered yesterday, is more focused on WordPress in Enterprise. On the other hand, The Buyer&#8217;s View gives us a look at open source software beyond WordPress when it comes to enterprise. So essentially, you get the best of both worlds.</p>\n\n\n\n<p>These two shows are examples of how we want to help you explore technology beyond the WordPress bubble. And I&#8217;m sure even within our other existing shows, you will find bits and pieces of it as well. Plus, I imagine you may find more about it on our new blog that is just around the corner.</p>\n\n\n\n<p>Lastly, I would like to share my own experience that lends itself to events outside of WordPress. This last March, I attended CloudFest in Germany for the first time. It started with the Hackathon that led into the event. And yes, there was also a WordPress day. Something I believe you are going to see grow.</p>\n\n\n\n<p>Now I know some people came only for that day, and I am hoping next March that they decide to stick around for the entire event. Now it is focused on technology in the cloud, so not everything may be of interest. But I can guarantee you that you will meet some amazing people with all sorts of talents and views that will make it worth the experience.</p>\n\n\n\n<p>Myself, I used to go to these conferences in my other pre-WordPress life. And I was so happy that I stepped out of the bubble of WordCamps and experienced CloudFest. In fact, I was so impressed, chances are good I will be going again next March. So hope to see you there and if you have any questions about it, ping me.</p>\n\n\n\n<p>Well, that is that. And as I said at the beginning, find your own paths to explore the tech communities outside of WordPress no matter what you do professionally in our space. Take some breaks from those Slack channels and reflect on the bigger picture. Give yourself some time to reevaluate how this may just make you happier and more flexible with your own ideas and thoughts. I have done this recently myself in a lot of different ways aside from what I have already mentioned around the podcast and events. Maybe that is something for another time.</p>\n\n\n\n<p>So speaking of WordCamps, if you are going to WordCamp US, let&#8217;s connect or reconnect. I&#8217;m looking forward to seeing everyone and know that having a balance of inside and outside the bubble is nothing better than a happier frame of mind. So until the next time.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong>BobWP on Community, BobWP</strong> talks about the importance of stepping outside the WordPress bubble to broaden our thoughts and opinions.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p>The key takeaways from the transcript are:</p>\n\n\n\n<p><strong>The Importance of Stepping Outside the Bubble</strong>: It&#8217;s beneficial to explore beyond the WordPress community to gain new perspectives, learn, and grow.</p>\n\n\n\n<p><strong>Learning and Broadening Horizons</strong>: Engaging in new activities, joining diverse conversations, and attending different events can help broaden your scope and improve how you do business.</p>\n\n\n\n<p><strong>Avoiding Echo Chambers</strong>: Participating in diverse conversations and exploring different avenues can prevent getting stuck in an echo chamber.</p>\n\n\n\n<p><strong>Initiatives at Do the Woo</strong>: The community is encouraged to step outside the WordPress bubble through new shows like &#8220;Open Talk on Open Source&#8221; and &#8220;Scaling Enterprise,&#8221; which highlight technology beyond WordPress.</p>\n\n\n\n<p><strong>Value of Events Outside WordPress</strong>: Attending events like CloudFest offers opportunities to meet diverse people and gain insights beyond the WordPress ecosystem.</p>\n\n\n\n<p><strong>Personal Growth</strong>: Exploring outside familiar zones can lead to personal and professional growth, making one happier and more flexible in their ideas and thoughts.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://dothewoo.io/podcasts/open-talk-on-open-source/\">Open Talk on Open Source</a></strong></li>\n\n\n\n<li><strong><a href=\"https://dothewoo.io/podcasts/scaling-enterprise-wordpress-and-open-source-software/\">Scaling Enterprise, WordPress &amp; OSS</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.cloudfest.com/\">CloudFest 2025</a></strong></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:\"Thu, 08 Aug 2024 08:56: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:1;a:6:{s:4:\"data\";s:13:\"\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:83:\"WPTavern: #131 – Abraham Waita on Nurturing Young WordPress Enthusiasts in Uganda\";s: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=158288\";s: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:97:\"https://wptavern.com/podcast/131-abraham-waita-on-nurturing-young-wordpress-enthusiasts-in-uganda\";s: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:27109:\"Transcript<div>\n<p>[00:00:00] <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, nurturing young WordPress enthusiasts in Uganda.</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 in some 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 Abraham Waita.</p>\n\n\n\n<p>Abraham is a Woo Happiness Engineer at Automattic and is very active in the WordPress communities of both Kenya and Uganda. He&#8217;s recently given a talk at WordCamp Europe, which we discuss in this episode.</p>\n\n\n\n<p>Abraham has been instrumental in rolling out WordPress to high schools in Uganda. Fostering a rapidly growing young WordPress community. His talk entitled, Diverse and Sustainable Future: How High School Teachers in Uganda are Nurturing a Young WordPress Community, shines a light on this initiative.</p>\n\n\n\n<p>We explore the dynamics of the WordPress community in Uganda, it&#8217;s impressive growth and the challenges it has faced along the way. Abraham provides insights into how WordPress is being taught in high school, through the ICT curriculum, and the creative project students have undertaken.</p>\n\n\n\n<p>He also discusses the importance of community support, including sponsorships and hardware donations, and how these contributions can immensely benefit the educational enterprise.</p>\n\n\n\n<p>Towards the end of our conversation, we get into the broader impact of this initiative on students&#8217; futures, and how companies, or individuals, can sponsor this endeavor. If you&#8217;re passionate</p>\n\n\n\n<p>about education, WordPress, or community growth, 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 Abraham Waita.</p>\n\n\n\n<p>I am joined on the podcast by Abraham Waita. Hi Abraham.</p>\n\n\n\n<p>[00:03:05] <strong>Abraham Waita:</strong> Hey Nathan. I&#8217;ve just come from my talk and I&#8217;m feeling the nervousness is dying down, so I&#8217;m finally enjoying WordCamp Europe.</p>\n\n\n\n<p>[00:03:12] <strong>Nathan Wrigley:</strong> Have you just done it just now?</p>\n\n\n\n<p>[00:03:13] <strong>Abraham Waita:</strong> A few hours ago, but the emotions leading to the talk were so high, so right now I&#8217;m just letting everything go like down.</p>\n\n\n\n<p>[00:03:22] <strong>Nathan Wrigley:</strong> I&#8217;m very impressed of anybody that can do a talk at an event like this because it must be very nerve wracking. And until it&#8217;s over, I guess you&#8217;re carrying it around until it&#8217;s actually finished. So well done, thank you.</p>\n\n\n\n<p>That is actually the topic of the conversation today. We&#8217;re going to talk about the subject that you talked about on stage. But before we get into that, could you just introduce yourself. Maybe, I don&#8217;t know, a minute, thirty seconds. Just tell us who you are, where you live, who you work for, that kind of thing.</p>\n\n\n\n<p>[00:03:46] <strong>Abraham Waita:</strong> Yeah, so, Abraham, I&#8217;m based in Nairobi, Kenya, but I&#8217;m actually active in two WordPress communities. That&#8217;s the WordPress community in Kenya, and the one in Uganda. And the funny fact is that I attend more WordCamps in Uganda than in Kenya. That&#8217;s why I am associated with the community in Uganda more than the one in Kenya. I work at Automattic as a Woo Happiness Engineer, so I&#8217;m usually supporting people using WooCommerce, specifically with, I help with payment issues and, outside that is when I go to do community work.</p>\n\n\n\n<p>[00:04:22] <strong>Nathan Wrigley:</strong> So the talk that you did was entitled as follows, Diverse and sustainable future: How high school teachers in Uganda are nurturing a young WordPress community. And when I saw that title, I thought, well, I really want to know a little bit more about that. So that&#8217;s what we&#8217;ve got you in to talk about today.</p>\n\n\n\n<p>Can you just tell us a little bit about the community, the WordPress community in Uganda? Is it growing? Is it shrinking? Is it large? Is it small? The only point of reference that I&#8217;ve got is WordPress. I confess, I&#8217;ve never been to Uganda, I don&#8217;t know anything about it. I&#8217;m imagining quite a few of the people listening have also not been to Uganda. But I&#8217;d be just interested to hear, just tell us what it&#8217;s like over there for the WordPressers.</p>\n\n\n\n<p>[00:04:59] <strong>Abraham Waita:</strong> Yeah. The community&#8217;s growing at a very high rate right now because we are rolling out WordPress to all high schools in Uganda, and all high schools combined have 1.4 million students. So as we introduce more of them to WordPress, the community keeps growing, and that&#8217;s one of the things we are having, is the surging numbers in attendees who want to come to WordCamps. Because the venues are now limited such that we have to introduce some sort of limitations to who can come. And as we look for bigger venues, the community&#8217;s growing very rapidly right now.</p>\n\n\n\n<p>[00:05:34] <strong>Nathan Wrigley:</strong> That&#8217;s interesting because that stands in stark contrast to where I am, which is the UK. When Covid came along, that kind of really did shutter the WordPress community down, and the events have not come back yet. But you have a very different experience in Uganda, so that&#8217;s really nice to hear. It&#8217;s growing, and in fact, at events, you&#8217;re turning people away because there&#8217;s not enough space in the venues. That&#8217;s absolutely fascinating.</p>\n\n\n\n<p>Is it just WordPress, or is it open source in general? So for example, would I find, I don&#8217;t know if you know, but would I find a growing Drupal community as well, or is it uniquely WordPress?</p>\n\n\n\n<p>[00:06:08] <strong>Abraham Waita:</strong> It&#8217;s mostly WordPress because it&#8217;s the tool that&#8217;s being broadcasted in high schools, like being spread out in high schools. So that&#8217;s the main focus for now. As we try to move into more schools with WordPress, we are getting more of that development in WordPress.</p>\n\n\n\n<p>Maybe other CMSs will also grow as a result of people looking for alternatives, but for now it&#8217;s mostly WordPress that&#8217;s growing.</p>\n\n\n\n<p>[00:06:30] <strong>Nathan Wrigley:</strong> In the part of the world where I live, if children were to encounter WordPress, it would probably be because of a parent. As far as I&#8217;m aware, and forgive me if I&#8217;ve got this wrong, there&#8217;s no school program. I mean, maybe some ingenious teacher is offering a club after school, but as far as I&#8217;m aware, there&#8217;s no state sponsored, government led WordPress training. Is that what&#8217;s happening in Uganda? Is it officially inside the school time, it&#8217;s being taught as an actual lesson, or is it more end of the day club kind of thing?</p>\n\n\n\n<p>[00:07:04] <strong>Abraham Waita:</strong> It&#8217;s taught in a subject called ICT, and it was open-ended for teachers to interpret how they would like to teach it, because the curriculum just said, we need your students to be able to come up with a project that solves problems in their communities. So initially how they were teaching that subject, the ICT subject, was with tools that could not meet this requirement. And so they ended up turning to WordPress, and that&#8217;s how, right now, you&#8217;ll find, yes, students are in a computer lab learning WordPress.</p>\n\n\n\n<p>[00:07:35] <strong>Nathan Wrigley:</strong> Got it. Okay, so it&#8217;s entirely up to the individual teacher how far they want to go with that. And they could ignore WordPress altogether, but it&#8217;s allowed, and many people are doing it. Why have they chosen WordPress in particular? Is it just because there is a community, and there&#8217;s understanding, broadly, of how it works?</p>\n\n\n\n<p>[00:07:51] <strong>Abraham Waita:</strong> So, the biggest contributor was the, number one, it&#8217;s open source, and then the community involvement. So it&#8217;s now, let&#8217;s say, that there&#8217;s already a community around WordPress. There are WordCamps, there are meetup groups, so they&#8217;re not really starting from scratch if they want to spread it.</p>\n\n\n\n<p>And those are some of the preexisting conditions that have made WordPress to grow quickly because you have sponsored WordCamps, you have preexisting meetup groups, and it&#8217;s from there that other things have come up. So we have moved from two active meetup groups to six, and most of the new ones are teacher led. They are using the meetup spaces to share knowledge to each other. And from the knowledge sharing, now the teachers move back to students, and the students get to benefit from what the teachers have learned. So it&#8217;s like a, not a food chain of knowledge, but yeah, something like that.</p>\n\n\n\n<p>[00:08:48] <strong>Nathan Wrigley:</strong> Yeah, I understand. Yeah, so it&#8217;s kind of top down. It&#8217;s trickling down, yeah. And what kind of things are being taught? Because there&#8217;s just literally millions of things that you could teach people about WordPress. But, are you starting at the basics? Like how to install WordPress, here&#8217;s how to create a page. And just tell us what these curricular might look like.</p>\n\n\n\n<p>[00:09:06] <strong>Abraham Waita:</strong> Sure. So the initial point is usually getting WordPress installed, and due to internet challenges, it&#8217;s usually on local hosts and using XAMP. And once the students know how to install WordPress on local host, they are now introduced to building pages, posts, and then lastly plugins.</p>\n\n\n\n<p>So it&#8217;s from the plugins where the teachers now start stepping backwards, and they allow students to explore. So we have seen students who have come up with crazy projects because they went above and beyond in the exploration journey. So like, one of the projects, I ask the students, so how did you build this platform? You say, it allows students to filter the schools. And he was like, oh, I have plugins for this, and here I set up custom post types, I am using ACF something. And I was impressed because the teacher did not teach him that. He just went exploring, and from there, he got to know more than, let&#8217;s say, the teacher, and come up with huge projects.</p>\n\n\n\n<p>[00:10:07] <strong>Nathan Wrigley:</strong> There&#8217;s a lot of guided learning, but then also you are seeing the children are just taking it off in any direction. I mean, I guess if you teach any subject, a proportion of children will be disinterested, and I&#8217;m sure that&#8217;s the case with WordPress. But there&#8217;s always going to be those who just hook into it and think, this is the best thing ever, and go off and explore and, as you said, start making things like custom post types, and what have you.</p>\n\n\n\n<p>And I feel that, in the last few years, the way WordPress has gone since the advent of Gutenberg, the block editor, it&#8217;s made it much more powerful for a vanilla, non plugin WordPress, so just a vanilla install of WordPress. To get yourself something credible just with the block editor. So I imagine there&#8217;s a lot of experimentation with blocks and things like that as well.</p>\n\n\n\n<p>[00:10:51] <strong>Abraham Waita:</strong> Yeah, actually one of the WordCamps I attended, the first session was covering blocks, and using Gutenberg to develop a functional site. And it&#8217;s from there that it&#8217;s like an entry point for beginners. Those are the learning points, what you can do with just a basic installation of WordPress.</p>\n\n\n\n<p>[00:11:11] <strong>Nathan Wrigley:</strong> Yeah, got it. Just to recap a little bit, you&#8217;ve got the meetups and there&#8217;s, now it&#8217;s gone from two to six, and at those you&#8217;ve got a lot of teachers attending as attendees to that event. And then they&#8217;re learning, and then they&#8217;re going back to their schools, and then they&#8217;re doing all these things. So it&#8217;s not like there&#8217;s one curricular, there&#8217;s just multiple different ways that it&#8217;s being taught.</p>\n\n\n\n<p>[00:11:32] <strong>Abraham Waita:</strong> Yeah. So it&#8217;s a total of about six sustainable initiatives, that the teachers are using to spread WordPress quickly, as quickly as possible to all schools, to teachers and to students.</p>\n\n\n\n<p>[00:11:43] <strong>Nathan Wrigley:</strong> Do you need more support in this endeavor? Is it growing at the point where you need to reach out and, I don&#8217;t know, maybe make it eight meet ups or twelve meet ups? And also, the finance of all of that because, although there&#8217;s a lot of voluntary time in, you know, you still have to do things like pay for the venue possibly, and things like that. Would you welcome some more support?</p>\n\n\n\n<p>I imagine that there&#8217;ll be people listening into this podcast who maybe work for a company that&#8217;s got an initiative, that they may wish to contact you and discuss things. So are you looking for support, financial or otherwise?</p>\n\n\n\n<p>[00:12:11] <strong>Abraham Waita:</strong> Sure. We really are looking for all possible support. So mostly, if there are, let&#8217;s say more sponsors currently, the sponsors that are available, we really appreciate them, but we still require more assistance. So there are some areas we could really grow.</p>\n\n\n\n<p>Number one is getting bigger venues. So, as I said, we now have to limit to around 200 students, but what if now we could allow a thousand students from different schools.</p>\n\n\n\n<p>Another thing, we have competitions going on, and a rewarding factor for participating in a competition is you get a present or something. So in the past, I would like to give maybe a shout out to two companies who have given some presents in the past. We have Yoast, who gave a free SEO training to winners of one competition. Alongside wordpress.com, who had some swag for them as well. It&#8217;s also a motivating factor.</p>\n\n\n\n<p>Apart from that, yeah, there&#8217;s something else called a sponsor in kind in Uganda. So it goes all the way from, like last time someone gave a router, a 4G router to give internet to the production team, to the attendees, so that there&#8217;s wifi. And that&#8217;s as little as it can be like, from just being an enabler of the basic services to, let&#8217;s say, being a sponsor at a given level. And, yeah, your funds will really go a long way in that event. Maybe lunch for the attendees, something else like that.</p>\n\n\n\n<p>[00:13:41] <strong>Nathan Wrigley:</strong> Yeah. So before we end this podcast, I&#8217;ll make absolutely sure that we&#8217;ve got any links to any pages that you may wish to point people towards. But we&#8217;ll also make sure that your contact details are there, and i&#8217;m imagine that you&#8217;ll be happy to receive emails about this subject.</p>\n\n\n\n<p>You mentioned about motivating factors. Is that an important part of it? When these children are turning up to learn, are they seeing it just, I don&#8217;t know, it&#8217;s a bit of fun, I can build a website, or is there more to it? Like, okay, this could be a job for me.</p>\n\n\n\n<p>Is there a certain sense of it carrying through after school. I don&#8217;t know if you track that, or if it&#8217;s been going for long enough to see that, look what we did, we&#8217;ve now got, I don&#8217;t know, 100, 200, 300 people who are building websites for clients all over the world. Is it carrying on after school? Is it, sustainable?</p>\n\n\n\n<p>[00:14:23] <strong>Abraham Waita:</strong> Okay, so for carrying on, we are looking forward to the end of this year because that&#8217;s when the first cohort under the new curriculum will be examined. So when they go out, it&#8217;s the first group we will have coming out of high school with WordPress education. And then it&#8217;s, from there we can see whether they are taking it outside school. But from now, for the time being, yes, we have seen them taking some projects. So we have students who have built websites for their schools, where the schools didn&#8217;t have any websites, and now they have websites because the students learn how to use WordPress.</p>\n\n\n\n<p>[00:14:56] <strong>Nathan Wrigley:</strong> So it is carrying on.</p>\n\n\n\n<p>[00:14:58] <strong>Abraham Waita:</strong> Yes.</p>\n\n\n\n<p>[00:14:58] <strong>Nathan Wrigley:</strong> Definitely carrying on, but I guess only time will tell how that goes. But if you&#8217;re pushing a lot of children through the project, I&#8217;m sure that, in the end, it will have that effect.</p>\n\n\n\n<p>How does the actual lesson look? I think you mentioned something like a computer lab, or something like that. Again, I&#8217;ve no idea what schools are equipped with in Uganda. So, is it a bit like a classroom environment, where there&#8217;s computers around the wall and you just begin, and you carry on from where you left last time? Or is it, everybody sit down, look at the whiteboard at the front, or the blackboard or whatever it may be, and I&#8217;m going to teach you this thing, and then you&#8217;ve got to go over and experiment with that? What does the actual lesson look like?</p>\n\n\n\n<p>[00:15:31] <strong>Abraham Waita:</strong> As a requirement for the ICT, the schools are offering ICT, they require computer labs. So it&#8217;s up to them to know how to, let&#8217;s say, schedule the classes into smaller groups to fit the number of computers they have, so that each student can attend like practically a lesson. But during WordCamps, you&#8217;ll find most students don&#8217;t have laptops. So during WordCamps, we just have a projector screen, and if it&#8217;s a tutorial, we are taking them through, one student will actually be doing the practical bit of it. But the learning part, we use computer lab, mostly computer labs in their schools.</p>\n\n\n\n<p>[00:16:09] <strong>Nathan Wrigley:</strong> It&#8217;s difficult to sort of say, but where I come from in the UK, there&#8217;s a lot of laptops lying around. There&#8217;s many, many, laptops. I&#8217;m sure that quite a few of the children have got laptops, that&#8217;s not always the case.</p>\n\n\n\n<p>Would you welcome anything like that? You know, do you need more actual hardware? You mentioned things like routers, and financial contributions and things. Anybody listening to this who might happen to have some of that stuff lying around, is that something you would welcome, or you&#8217;ve got to use certain things, and buy them through government channels, or what have you?</p>\n\n\n\n<p>[00:16:35] <strong>Abraham Waita:</strong> Yeah, that would be really welcomed because one of the challenges is that there are schools who really can&#8217;t teach WordPress because they don&#8217;t have the basic requirement of a computer lab, because they don&#8217;t have laptops, they don&#8217;t have computers, they don&#8217;t have anything to teach this subject. So they are limited.</p>\n\n\n\n<p>So the students in those schools unfortunately can&#8217;t benefit like the others. If there&#8217;s hardware support, computers, laptops, anything that can load WordPress installation, because it&#8217;ll be localised, it&#8217;s minimal resources. Anything like that could really go a long way in such schools.</p>\n\n\n\n<p>[00:17:07] <strong>Nathan Wrigley:</strong> Have you played with Playground?</p>\n\n\n\n<p>[00:17:10] <strong>Abraham Waita:</strong> Personally, not yet, but I would say it&#8217;s now a great thing, to have a quick installation of WordPress on the site. Although, in Uganda, for now it may be a challenge, because you need continuous connection, which the students may not have. That&#8217;s why, for now, they are still on XAMP and local host installations, something like that.</p>\n\n\n\n<p>But, yes, that will be the future because the connectivity is coming and, yeah, we will have more opportunities to introduce students also to that. I also look forward to playing around with Playground.</p>\n\n\n\n<p>[00:17:43] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s an amazing technology, and it feels that any part of the world, Uganda or anywhere else, it would be just such a superb tool for the classroom because you click a button, and four seconds, five seconds later, you have a WordPress installation.</p>\n\n\n\n<p>There&#8217;s a few little caveats around that. There&#8217;s a few things that you can&#8217;t do, but broadly speaking, it works.</p>\n\n\n\n<p>At the moment, when you close the browser, it goes away. But in the near future, one of the developers in the project, I think there are three of them now, they&#8217;re going to make it persistent.</p>\n\n\n\n<p>So, you close the browser, and then sometime later open the browser, and it will still be there. But of course, I guess one of the things with that is that then it&#8217;s still stuck on your computer, which is fine if you possess a computer, but if you go home and the computer was at school, you then can&#8217;t use it. But maybe in the future it will be able to be exported somewhere.</p>\n\n\n\n<p>[00:18:32] <strong>Abraham Waita:</strong> Yeah.</p>\n\n\n\n<p>[00:18:33] <strong>Nathan Wrigley:</strong> How does the sort of hosting aspect go? Because you mentioned that a child had built school website. Did school pay for the hosting of that? How did it all of that happen?</p>\n\n\n\n<p>[00:18:41] <strong>Abraham Waita:</strong> So there&#8217;s a lot of voluntary efforts going on, and some companies offer free hosting if possible. Sometimes the schools pay for the hosting. So it&#8217;s a mix. Sometimes the schools will pay, sometimes a volunteer will just support them by hosting. So that&#8217;s one of the hosts supporting, or sponsoring in kind initiatives I was mentioning. You don&#8217;t have to give, let&#8217;s say, a financial contribution, but hosting a site is one of the contribution ways.</p>\n\n\n\n<p>[00:19:09] <strong>Nathan Wrigley:</strong> I mean, it all sounds absolutely amazing. It&#8217;s lovely to see a part of the world where WordPress is growing so rapidly. And I guess, you know, it&#8217;s from the endeavors of people like you that it&#8217;s all happening. So thank you for all of your hard work.</p>\n\n\n\n<p>Can you mention any websites, or places we could go, organisations that we could find out about, that would enable us to find out more, but also maybe, I don&#8217;t know, send some sort of sponsorship, or donation, or something like that?</p>\n\n\n\n<p>[00:19:35] <strong>Abraham Waita:</strong> You can, first of all, to reach out to the organisers of the different WordCamps, if you&#8217;d like to sponsor a WordCamp. You can go to central.wordcamp.org, and then you&#8217;ll find a listing of the upcoming WordCamps. And you&#8217;ll find, let&#8217;s say, in July, there&#8217;s a Uganda Websites competition. If you click on it, you can now find your way to the sponsor&#8217;s page, and sponsor directly from there.</p>\n\n\n\n<p>If you&#8217;d like to connect with the teachers association that has been behind all the efforts of all these outreach program in spreading WordPress to schools, you can first reach out to them on Twitter. They are @ICTTeachersUG, and their site is ictteachersug.net. And lastly, if you&#8217;d like me to connect you with, because there are so many other people involved, if you&#8217;d like me to connect you with, let&#8217;s say, whoever is leading the next meetup, or the next WordCamp, you can find me on LinkedIn as Abraham Waita, and I&#8217;ll be happy to link you.</p>\n\n\n\n<p>[00:20:36] <strong>Nathan Wrigley:</strong> I will make sure that all of those links go into the show notes. So if you go to wptavern.com/podcast, you&#8217;ll be able to find the episode there, and you can click on the links and hopefully connect with Abraham.</p>\n\n\n\n<p>Thank you so much for chatting to me today. What an impressive community you&#8217;ve got over there. I hope it continues, and I hope you manage to teach more children as the days, and weeks, and months go by, all about the virtues of WordPress. Thank you very much.</p>\n\n\n\n<p>[00:20:58] <strong>Abraham Waita:</strong> Thank you Nathan.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/abraham-waita/\">Abraham Waita</a>.</p>\n\n\n\n<p>Abraham is a Woo Happiness Engineer at Automattic and is very active in the WordPress communities of both Kenya and Uganda. He’s recently given a talk at WordCamp Europe, which we discuss in this episode.</p>\n\n\n\n<p>Abraham has been instrumental in rolling out WordPress to high schools in Uganda, fostering a rapidly growing young WordPress community. His talk, entitled &#8220;Diverse and Sustainable Future: How High School Teachers in Uganda are Nurturing a Young WordPress Community,&#8221; shines a light on this initiative.</p>\n\n\n\n<p>We explore the dynamics of the WordPress community in Uganda, its impressive growth, and the challenges it has faced along the way. Abraham provides insights into how WordPress is being taught in high schools through the ICT curriculum and the creative projects students have undertaken.</p>\n\n\n\n<p>He also discusses the importance of community support, including sponsorships and hardware donations, and how these contributions can immensely benefit the educational enterprise.</p>\n\n\n\n<p>Towards the end of our conversation, we get into the broader impact of this initiative on students&#8217; futures, and how companies or individuals can support this endeavour.</p>\n\n\n\n<p>If you&#8217;re passionate about education, WordPress, or community growth, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p>WordCamp&#8217;s in Uganda 2024: <a href=\"https://lira.wordcamp.org/2024/\">Lira</a> and <a href=\"https://jinja.wordcamp.org/2024/\">Jinja</a></p>\n\n\n\n<p>WordCamp&#8217;s in Kenya 2024: <a href=\"https://nairobi.wordcamp.org/2024/\">Nairobi</a></p>\n\n\n\n<p><a href=\"https://www.apachefriends.org/download.html\">XAMP</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">ACF</a></p>\n\n\n\n<p><a href=\"https://x.com/ICTTeachersUG\">ICT Teachers Association of Uganda (ITAU)</a> on X</p>\n\n\n\n<p><a href=\"https://www.ictteachersug.net/\">ICT Teachers&#8217; Association of Uganda [ITAU]</a> website</p>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/abraham-waita/\">Abraham on LinkedIn</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 Aug 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\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:99:\"Do The Woo Community: Insights from the 2023 State of Enterprise WordPress Survey with Mario Peshev\";s: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://dothewoo.io/?p=85063\";s: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:98:\"https://dothewoo.io/insights-from-the-2023-state-of-enterprise-wordpress-survey-with-mario-peshev/\";s: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:47379:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-5 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-1 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained\">\n<img width=\"1650\" height=\"1650\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2021/03/avalara-logo-_dtw.png?resize=1650%2C1650&ssl=1\" alt=\"\" class=\"wp-image-75400\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-2\"><strong><a href=\"https://www.avalara.com/us/en/products/enterprise.html\" target=\"_blank\" rel=\"noreferrer noopener\">Avalara</a></strong>:  providing cloud-based and scalable global tax compliance that is hassle-free, safe and secure plus topped off with enterprise-class security.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Brad:<br />Hey everybody. Welcome to another episode of the Enterprise WordPress Podcast, Scaling Enterprise. This is The Inside Track edition of the podcast, which I&#8217;m very excited to dig into. So on this show, we&#8217;re really digging into enterprise WordPress, of course, but really within the community, within WordPress, what&#8217;s happening, what&#8217;s going on with Enterprise? Who&#8217;s launching cool sites, what kind of crazy functionality or examples within the enterprise have we seen to really kind of validate what WordPress can do at scale within these large organizations? So I&#8217;m really excited to dig into a new show. So I have brought on a couple of my friends, good friends on the show. So let&#8217;s meet them and then we&#8217;ll dive right into it. First up, we got Mr. Tom over there at Human Made. Tom, why don’t you tell everybody who you are and what you do, especially around the enterprise side of WordPress?</p>\n\n\n\n<p>Tom:<br />Sure. Well, if folks listen to the episode we put out a couple of weeks ago, which was with Karim, you might remember me from that. If not, plug, go and listen to it. It was a great episode. I’m the co-founder and CEO of Human Made. Also, one of the founding members of Scale Consortium. Been doing Enterprise WordPress for coming on 15 years or so. So got plenty of scars and stories to tell.</p>\n\n\n\n<p>Brad:<br />Lots of stories to tell. We can’t wait to get into some of those stories, the ones you’re allowed to share outside those NDAs. Right. And next up, of course, we have Mario. Mario, why don’t you introduce yourself.</p>\n\n\n\n<p>Mario:<br />Hey everyone. First off, pleased to be here. Great crowd. I’ve known you guys for over a decade now, maybe close to 15 years. My name is Mario Peshev. I run several different companies. One of them is DevriX, it’s a WordPress Boutique Agency, profiling in small and medium enterprises. Even though we work with some Fortune one thousands, we used to work with Meta, automotive companies, banks, telecom. So Enterprise is very dear to my heart. If it wasn’t for Enterprise, I wouldn’t have discovered WordPress. Well, and I wouldn’t have stuck long enough in WordPress if it wasn’t for Enterprise either. So that’s definitely something I love talking about.</p>\n\n\n\n<p>Brad:<br />Awesome. And I’m especially excited because not only do we know each other, we all run our own agencies. We’ve been doing this for, well longer than 10 years, over a decade. But I also think it’s interesting because of just our locations within the world and especially kind of bringing not only experiences within WordPress online but also where we live. So I’m in Philadelphia. I’m on the east coast in the United States. Tom, where are you at?</p>\n\n\n\n<p>Tom:<br />I am in France. So currently enjoying the Olympics originally from the UK.</p>\n\n\n\n<p>Brad:<br />Are you at the Olympics?</p>\n\n\n\n<p>Tom:<br />Well, I want to say I’m at the Olympics right now.</p>\n\n\n\n<p>Brad:<br />Are you living in France now? I didn’t even realize you moved.</p>\n\n\n\n<p>Tom:<br />I do live in France. Yeah, I’ve lived here for a couple of years now.</p>\n\n\n\n<p>Brad:<br />You are a big Olympics fan if you moved there two years ahead just to get ready for it. That’s cool. Mario, you’re a little bit further over there, right? Where are you at?</p>\n\n\n\n<p>Mario:<br />Not too far off from Tom right now I’m in Bulgaria, which is just one time zone ahead, but we used to be a little further apart when you used to live in the UK, right, Tom?</p>\n\n\n\n<p>Tom:<br />Exactly. Yeah,</p>\n\n\n\n<p>Brad:<br />A little closer. But yeah, I think it’s just having not only a perspective, like I said, of what we do online because it’s amazing that we can connect this. I’m still blown away by technology and that we can just kind of get together and chat about things. So it’s got to be a lot of fun. I think we’re going to have different perspectives as well with our clients and just our experiences. So let’s jump in. I know we’ve got a lot of big topics you want to kind of dive into and talk about. The first one that I really, I like to ask people this and people ask me this a lot too, but I think it’s a fun question. It’s really just defining enterprise specifically within the WordPress world, right? It’s such a big, it’s just a heavy word, right? Enterprise. What does that mean? I’d love to hear, I think each one of us maybe take a turn and just kind of in our own words, when someone says enterprise or enterprise WordPress, what does that mean to you? How do you describe WordPress within the enterprise? And Tom, you want to kick us off?</p>\n\n\n\n<p>Tom:<br />Sure. I mean, probably in its simplest form inside the WordPress space, usually it just means big stuff, right? Big projects or big companies or something. Probably that’s how we all first came across it. WordPress is starting to be used for more serious stuff. I think also you can think in the broader software world, enterprise often just means customized, not going to take it off the shelf. You go on the pricing page, it says a hundred bucks a month, 200 bucks a month contact us. Enterprise is the contact us option.</p>\n\n\n\n<p>Brad:<br />It’s the no price listed option, right?</p>\n\n\n\n<p>Tom:<br />No price listed option. There’s no off the shelf plan for you. You need to customize it. And so you need to work with, often you need to work with one of our service providers to do that. I think in the enterprise CMS space, you can often think of the difference as being enterprises need a platform. They don’t really think of it as we want a website and what’s the CMS? We need a website. They think we need a platform to power all our websites to power all the stuff we’re doing to integrate with all the stuff we are using to fit with all of our workflows, hence the need for it to be heavily customized. So I guess, yeah, probably that’s how I’d think about it.</p>\n\n\n\n<p>Brad:<br />Yeah. Mario, let’s see your take and I’ll give you mine and we’ll see if we’re all thinking the same way, if we’re laying a little different.</p>\n\n\n\n<p>Mario:<br />Yeah, I love the definition of enterprise being the cost plan. It’s always custom. You always talk to an enterprise sales rep. You always have a custom quote, an RFP, and presentations, index, and stuff. And the reason you do that is you’re talking to 12 different stakeholders. You have to escalate to the board and get approved from the CFO and it’s just slow to this process. If we have to get super literal, once again enterprises, it comes from Latin and then it goes to French. And I don’t speak French, so Tom can correct me, but it comes from, what is it, entrepreneur or so, which is like to undertake or however it’s translated. Tom, do you know the actual definition? You’ve been living there for two years.</p>\n\n\n\n<p>Tom:<br />I don’t know the old French definition of enterprise unfortunately, but I’ll do my research for the next show.</p>\n\n\n\n<p>Mario:<br />There we go. But yeah, I mean essentially it is just to undertake and we are all entrepreneurs, right? Because we start new businesses, we undertake actions. So semantically speaking, even one person company is an enterprise. Realistically speaking, we have micro-enterprises up to 10 people or a certain revenue cap. Then we have small enterprises up to 50 people, small-medium enterprises up to 250, and then they just keep scaling up in the grand scheme of things. Looking at the top of the chart, I always take a look at like s and p 500 or NASDAQ companies. Most of the FAANG companies, they do have hundreds of thousands of employees. Amazon I believe is probably the largest out of the tech at least. They used to pick at about 1.5 million staff members and now they’re at 1.3, 1.4. But we are talking about tens, hundreds of thousands, maybe even millions of team members, which of course, if you can imagine org chart, it gets to lots of different C levels and VPs and senior VPs and then directors and supervisors and all these kind of trailing down. So the difference between a small startup project and an enterprise, I usually speak to more people. You have to take more decisions, you have to deal with data privacy, security, scalability, and lots of other different considerations that you may not necessarily be dealing with in a small team environment. How about you, Brad?</p>\n\n\n\n<p>Brad:<br />Yeah, I kind of go back to how Tom simplifies it, like big WordPress, that’s how I’ve always described it. Big WordPress, big challenges, big goals, big needs. When I say big, it may not be that what they might need is necessarily a big lift to build, but when you build something in the enterprise for a big conglomerate or big company, things take a lot more work to do, even simple tasks. So I think big, it’s not always this massively complex customized system. It just means building things in that are going to scale in the enterprise. They’re going to handle the traffic, they’re going to meet all those really strict security requirements, accessibility requirements, all these things that every company out there is important to them. But they need agencies like ours to help them through that, navigate through that, especially when it comes to WordPress. But yeah, I love to hear, I think most people think when you hear enterprise, it’s like Microsoft or it’s just these biggest of the biggest, the whatever, the s and p 100. But it could</p>\n\n\n\n<p>be quite a bit bigger than that. I honestly think, Tom, you guys do a lot of work with universities and stuff. I think a lot of the universities, I consider enterprise because they have big needs and big challenges. They certainly have enterprise needs.</p>\n\n\n\n<p>A lot of content that they’re trying to figure out how to make it in a way that people can find what they need, which is probably one of the biggest challenges for universities and even local government is the sheer size of content they have to have out there and then make it easy to find what you’re looking for. But yeah, that’s how I kind of define it. I think it’s a big term because it should be, but it can mean a lot of different things to a lot of different people, which we’ll talk about a little bit. The state of enterprise survey that went out, we’ll get into that, but the way it’s defined within the survey, which I thought was pretty good too, is a high profile brand, a publisher with a national and or global audience or a corporate conglomerate. So I think that kind of helps summarize it too, but it’s really big WordPress big needs.</p>\n\n\n\n<p>So why is enterprise and WordPress so important? Why are we talking about it? Especially when I say we, I mean not just the three of us on the show, but agencies that really help build WordPress at scale within the enterprise. Obviously this is important to us, but why is it important for the larger community within WordPress? Why is enterprise, why are we focused so much on it? Why are we spending so much time? I almost try to help grow WordPress within the enterprise, help corporations realize that it’s a great product that can compete with anything that they’re using, but why is it because the majority of people that use WordPress could care less about the enterprise, right? This is a very small percentage of WordPress builders and users that would be considered in this space. So the big question is why is it important for WordPress that we’re actually talking about the enterprise and trying to get more people to adopt WordPress within the enterprise? I’ll just open it up, whoever wants to jump in.</p>\n\n\n\n<p>Mario:<br />Well, so from where I stand, one of the reasons is the versatility of WordPress as a platform. So when we take a look at different software applications or tools or so, we do have a pretty broad spectrum of a single creator or a solopreneur type of systems and very high scale enterprise solutions out there. And WordPress is one of the very few platforms that is able to serve both at the same time. There are certain, and I’m probably not going to name specific names or so, but just the Indie hacker solopreneur tools that are one personality. They don’t have a team plan. You cannot add more members. There’s no security data, privacy support and stuff. It’s just one single person can use that. All the freelancers or single individual people. And then there’s the Adobes, the sales forces and all the other corporations building pretty hardcore tools, think of SAP, you cannot deploy an SAP as an ERP for any organization that has fewer than I would say, 500 people probably if you’re 200, maybe you can use it and not spend the 20 people’s time, full-time operating DRP.</p>\n\n\n\n<p>But for the most part, you need to be a massive conglomerate to be able to use that. And unlike all of these, WordPress is probably the one, and if not one and only one of the very few ones, Drupal may probably fall in the same camp, but the one that’s super suitable for starting out being a freelancer or photographer or a journalist or blogger or so, but then at the same time serving universities and NASA and the White House and all the other different segments covering the enterprise. So the reason it’s so important is historically speaking in 2003, when WordPress started, it started as a blogging platform. It wasn’t supposed to be the go-to enterprise tool, while other players in the market were, that’s how they started. This was the pivot, this was the goal. And now we are managing, what is it, 43.5% or so of the web, but our enterprise coverage is still limited because we’re not talking enough about all the capabilities and opportunities of WordPress, which is why lots of enterprise are just not considering WordPress as one of the suitable tools to use, which is a shame. And that’s essentially why we have to talk more about that.</p>\n\n\n\n<p>Tom:<br />I mean, that probably speaks to the opportunity and challenge for WordPress and why it’s so important. In some ways, as you said, Brad, the majority of users aren’t enterprise users. It’s a fairly small user base, but actually as an economic segment of the WordPress economy or something, enterprise is actually huge. I dunno what the stats would be, but I imagine it’s up there, maybe hosting and e-commerce or something is larger, but probably after that, the enterprise part of the ecosystem is probably the third largest or something. And so the amount of money and resources that bring into the ecosystem is pretty large. And we see that the number of enterprise agencies that contribute means core or something. Again, it’s fairly sizable. So I think that’s just one factor. I think part of its importance is just the outside influence it has and the outside role it has to play.</p>\n\n\n\n<p>I think in WordPress, I think also just the fact that these well-known brands, sure, maybe you’re just moving one website to WordPress when you’re doing NASA, but it’s such a well-known brand, it has this huge impact actually out in the market in terms of WordPress being taken seriously. I mean, one of the things I love about WordPress is that NASA are using WordPress core. You as a freelance photographer can go and download WordPress core and you get the same thing. That’s actually really not true. SAP is a good example. You wouldn’t want to use SAP if you were a freelance photographer, but you couldn’t even if you wanted to. There’s not that many products actually where that’s true, where you really get the same product. And so I think that’s another reason why it’s important. All of the innovation that happens at the enterprise tier can flow down and be available to everybody, which is really cool.</p>\n\n\n\n<p>Brad:<br />Yeah, I mean that’s a great point. The innovation, and especially from open source, the more we contribute, we as a community within the WordPress project, the more anyone contributes, the better the project’s going to be, the better the software. And so the enterprise is bringing where we see those contributions, which many of these large organizations are starting to get into more, which is awesome. But we’re starting to see where they’re more focused on these areas that smaller sites would never even maybe run into those problems. Like the scalability side of it, right? The site’s going to have a million posts in one month, is that going to scale? So being able to contribute, you can go in there and actually help WordPress if there are bottlenecks, of course we know it can scale and can handle that, right? Especially if you have the right host and server setup.</p>\n\n\n\n<p>But understanding if there are bottlenecks, I can think of a specific one. This was back, I don’t know, eight, 10 years ago. But as multi-site was starting to get more popular, networks were getting bigger, and WordPress was having a real challenge handling large networks. So if you imagine you have a thousand sites in your network and you got a network dropdown list, it would just bomb because it was trying to load all these sites. And same with users. If you had a million users, WordPress would just break because you couldn’t load a million. It would just break trying to pull that data back. These sites that were basically pushing WordPress to its limits, expose those limits. And now we have as a community worked on that and made it so it does scale. You can have an unlimited amount of users, unlimited amount of sites in the network, and it’s not just going to blow up, it’s going to work. And that all came from these larger builds, kind of pushing the limits and then discovering, Hey, we got to fix this. This isn’t going to scale if we don’t do something about it. And now it’s like I said, we’ve all seen it at scale on these massive networks or massive sites. So I love that idea of just those larger problems trickling down and hopefully being fixed within the enterprise teams and contributing back. That’s the number one thing. If they’re not contributing back then open source isn’t going to work anyways, right?</p>\n\n\n\n<p>Tom:<br />I mean, I think we’ve seen that play out right where it used to be. I mean, I think probably one of the reasons why Enterprise WordPress is kind of synonymous with just big WordPress is actually it was quite hard to do big WordPress back in the day. And so a lot of the stuff we were solving then as enterprise-like service providers was just scale and performance. But actually a lot of that has been solved. Now it’s not particularly hard to run WordPress at scale. And that’s thanks to that work trickling down being fed back directly and now we can focus on other stuff, which is cool.</p>\n\n\n\n<p>Brad:<br />And going back to another point, I think, Tom, you might’ve made around kind of validating WordPress, you mentioned NASA, Whitehouse.gov, probably the number one, probably the most targeted government website in the world, probably one of ‘em at least, if not number one, is running WordPress. So being able to say that with full confidence as an agency owner trying to validate WordPress to an enterprise, there’s a lot of value behind</p>\n\n\n\n<p>that, right? No, we didn’t build that site, but somebody did it. It’s amazing. And it’s on WordPress, right? NASA is doing it. Whitehouse.gov is doing it. You can do it. Microsoft’s running it. Their whole security team does an annual audit of WordPress. If Microsoft says it’s okay to run it, it’s probably okay for you. So it helps validate and make these conversations easier, especially as we’re trying to bring WordPress to the table for a lot of these organizations.</p>\n\n\n\n<p>Because I think, Mario, you mentioned earlier about Adobe, AEM. I can remember sales pitches where I’m sitting there in a boardroom of Viacom pitching WordPress and why all their sites should be on WordPress and some weren’t, and they’re trying to figure out what they wanted to go all in on. And then right behind us was Adobe with about 30 people, multiple professors of data science coming up there showing all, and I’m like, versus my much smaller team, I’m like, how do we compete? And that was where it was really eyeopening that we need to collectively within this community, those of us that are in the WordPress space, we need to work together. We need to put our voices together, our thoughts together and help lift WordPress into the enterprise base, which is exactly what we’re doing here, right? Exactly what Scale Consortium is doing, what we’re doing here, working with the WordPress core team and contributors, because now we’re working on the WordPress dot org slash enterprise page.</p>\n\n\n\n<p>If you didn’t know that exists, go check it out. Not a ton to look at yet, but I promise you we’re working on it. And so it’s nice to see that things are happening because even just a couple of years ago, none of this, there wasn’t an enterprise page. We were all on our own trying to pitch WordPress and realizing that’s not going to get us where we need to go. So that’s why it’s important because WordPress actually grows because of the enterprise, just like it grows from small businesses using it. So it is a good thing for all of us.</p>\n\n\n\n<p>I want to mention a little bit about the state of the Enterprise WordPress survey. So this has gone around and it was from 2023, so obviously we’re a little past the halfway mark of 2024, but I think it’s interesting to look at it retrospectively, but also I wanted to also highlight the fact that the 2024 survey is also live. So if you have not seen it, definitely go. It’s SOEWP.com, state of enterprise WordPress. SOEPW.com is where you can take the 2024 survey, but you can also view the results of last year’s survey. This is really spearheaded by a number of agencies. I think Big Bite and Human Made, you guys were pretty involved in this, and I know a lot of us were helping promote it because it’s getting data back, but essentially they interviewed approximately over a hundred corporations enterprise what would be considered enterprise level companies, enterprise brands, I should say Macy’s, NewsCorp. These are big, these are enterprise, right? Big WordPress the Times, and it got some really interesting data back. So if you guys have any data points that stand out, there are a few that stood out to me that I thought we should touch on, but if there’s any other data points you want to talk about, please, let’s do it because it’s interesting. I love this type of data. I haven’t seen this before specifically on WordPress and Enterprise, so just having anything to talk about and look at it I think is really interesting. Yeah,</p>\n\n\n\n<p>Tom:<br />I mean that’s the first thing. I think before we get to the actual results, I think that this is such a great example of something that doesn’t happen unless we all get together and do it right, that we actually have a real lack of data underpinning what we’re doing and pooling our resources to put something like this together. It’s not actually a huge amount of work and it can bring a lot of value even though this one is a few months past now, it’s the first one. So actually we can learn a lot from it.</p>\n\n\n\n<p>Brad:<br />In the next one. I would expect now that people know it’s there, I’m sure some people missed it. And now on the WordPress dot org slash enterprise page, they have linked it up with a nice banner at the bottom. So I would expect we’ll have quite a bit more data points for the next one. So definitely share it. If you listen to the show, check it out, share it with anyone, especially corporations that might actively want to fill this out. It can really help shape some of the future of WordPress, especially at the enterprise side.</p>\n\n\n\n<p>Tom:<br />What stood out to you from the actual results?</p>\n\n\n\n<p>Brad:<br />So the one that stood out to me, I think really just like the important factors of choosing WordPress. This is something, as an agency owner, I like to know this. Why did they choose WordPress? What were the items that kind of pushed them over the edge? I think cost is always going to be one of those things that’s always going to be a bit of a factor. But when you’re in the enterprise, WordPress is probably one of the cheaper options when you really think about licensing and costs and Adobe and Sitecore and some others versus WordPress. WordPress is generally going to come out on top, probably almost in every case. It’s going to come out on top from a cost perspective. But the number one thing on this list in terms of what was the most important was functionality followed by scalability, extensibility, and usability.</p>\n\n\n\n<p>So it’s really about the flexibility of WordPress, which I guess that makes sense. That’s probably what I would assume too, but the WordPress is so flexible, scalable that they can really extend it to do what they need to do. And that is the core of enterprise because WordPress is not going to just install it and it’s ready for the enterprise. There is a lot you have to do to kind of get it ready. And a lot of that is customizations. And a lot of that’s really specific to the organization you’re working with because again, they have such unique setups and unique systems, and most of them, they may be on a WP engine or WordPressVIP, but many of them are not. A lot of them are still hosting their own stack or maybe they have their own hardware, which I know sounds crazy, but some of these organizations do because how they can control everything about what’s on that and who has control over that data, which is important to them. But on the flip side, something that caught my attention was the fact that multilingual capabilities were not as important, which I thought was kind of surprising. Every larger corporation I worked with, multilingual capabilities were important. Having localized content, especially in any region, there’s a global presence, an office or something of that company, but I’m really surprised it was over 57% said it’s not important. Over half said it’s not important. Yeah.</p>\n\n\n\n<p>Tom:<br />Well, what’s your take on that, Mario? I wonder if that gels with what you would assume the importance of multilingual would be?</p>\n\n\n\n<p>Mario:<br />Well, and that’s something that made an impression on me as well. So my personal way I’m interpreting this at least is first off, we do have a pretty sizable percentage of publishers here in that specific survey. So I would say that when we’re considering national publishers, particularly in, let’s say, the States or the UK or post-Australia, they wouldn’t be focusing that much on multilingual. That’s kind of one thing that stands out. We’ve been working with different, again, enterprises primarily in North America, they don’t care that much about multilingual. And again, as someone who lived in Europe, and my language, I’m not a native English speaker, I can totally understand how important this may be in certain scenarios. Again, you guys have worked with Microsoft or some of the other top orgs that have 12 languages in the dropdown by default. So for some that’s important, but this may not necessarily be the most integral factor here.</p>\n\n\n\n<p>The other thing that stands in mind that kind of stuck up here is I believe that they fully realize the power of workplace multi-site and the ability to launch different instances for different regions for sites because it’s pretty common in enterprise. Most if you go to Nike or the Louis Vuitton brand, you land on the landing page with lots of flags and say, Hey, which country? And then it leads you to some form of a localized website. So these are completely different standalone instances. And I think this is also pretty important to recognize enterprise are not afraid of maintaining 20 different websites, even though they may look alike and just run a DevOps tooling to upgrade all this at the same time, unlike what we do ourselves. But a couple of other things that stood out in the survey, first off, and Brad kind of briefly touched on that, but functionality like 70% of the IS functionality was very important.</p>\n\n\n\n<p>This was the leading factor. 70% said WordPress is there for functionality. And I think we are not talking about this enough when I think of what are the options for an enterprise, they can go with a hosted kind of CMS through show, which of course it is hosted. It has a limited finite number of integrations, modules, developers through show. They can do bespoke, build a team and build something for three years and spend like $12 million just building a bespoke system and then still don’t have integrations or they can go open source. And when I think of open source, I just can’t think of any better solution that has, again, the flexibility</p>\n\n\n\n<p>, versatility, integration, feature set number of plugins or API integrations, we show it to WordPress. So I think this is pretty important. And last but not least, or actually two things, but I’ll try to do it real quick. First off is build cost. So 22% of the service that they build their enterprise MVP, like less than 50 grand. I challenge any enterprise to do the same with any other platform whatsoever.</p>\n\n\n\n<p>Brad:<br />Is that a one-pager?</p>\n\n\n\n<p>Mario:<br />Well, yeah, maybe just a mockup. Maybe just a mockup. If their creative team doesn’t waste four times on charting a log or something.</p>\n\n\n\n<p>Brad:<br />It’s just a strategy phase</p>\n\n\n\n<p>Mario:<br />And hosting costs. We get lots of enterprises migrating to us because they say, Hey, we find it better to pay, let’s say 10 grand a month retainer for you to changes because we pay more for hosting. So we are paying 15 grand, 20 grand or so for just keeping the lights on, no custom development or changes or human contact whatsoever. And we believe we can bring our hosting down to 2 to 5k a month and spend the other 10k and to essentially incur zero costs whatsoever and actually get professional development behind. So comparing that with what it actually costs, maintaining an enterprise system once it’s already there is something that is a place where WordPress really shines.</p>\n\n\n\n<p>Brad:<br />Yeah, I mean they’re all good points for sure. I did pick up on the cost thing and it’s hard to say less than 50,000, whatever that was, but there are smaller projects within Enterprise. But yeah, like you said, there’s usually a lot more hoops you have to jump through. So even a simple website turns into a much larger lift and build. The one area I think we really as a community need to work on or maybe as an enterprise we need to work on is contributing. So if you look at does your organization contribute to open source, 62% said no, just flat out, nope, we do not contribute. Now I do think you should take that with a grain of salt because that holds true if they’re not working with an agency, if they’re not working with outside partners, if it’s just their development team within their organization, they’re not contributing.</p>\n\n\n\n<p>That’s a flat no. However, I bet this is a little bit mixed bag, right? Where the no is, no, we don’t. But we work with DevriX or we work with Human Made, may work with WebDevStudios and they do. It’s like indirectly by them hiring us and letting us build their sites and investing in not only their site but in us as an agency, we’re able to roll that forward into our five for the future efforts and our contribution efforts. I know of our agencies contribute to WordPress. I know that for a fact and we would not do that if we didn’t have an agency or did not have good clients that could allow us the time to do that. So I do think we should take that grain of salt. I’ve worked with a lot of enterprise companies that don’t contribute, but the agencies and companies that work with do.</p>\n\n\n\n<p>Tom:<br />I think it’s something we could do quite a bit more around actually as a space, like you say, I think a lot of those companies don’t really realize that’s the case. We are probably not doing a good enough job of making that part of the pitch. I think it’s pretty common these days more and more common for this open source contribution stuff to fit quite nicely into goals or other initiatives that are happening in the enterprise. Again, there are dots that are probably not being connected. Even some kind of five for the Future Rep program that could extend to enterprise users of WordPress I think would be pretty interesting to think about.</p>\n\n\n\n<p>Brad:<br />Yeah, the great way to look at it too is if your team, your developers are contributing. It’s not just putting things on the void and your corporation organization gets nothing out of it, right? Yes, they’re contributing to WordPress, which of course you’re going to directly benefit from, but you’re also leveling up your developers. They’re a hundred percent getting better at WordPress and understanding how WordPress works and getting into the core software and understanding how to read the code and how to work with Track and how to interact with the community. So your developers are going to level up, which means you’re going to get more out of them. The value is going to increase out of the salary versus benefits that you’re getting from them and work that you’re getting. So there are just a lot of advantages to it. But I think organizations, it’s a bit of a mindset shift.</p>\n\n\n\n<p>They need to be working on our stuff. Why are they working over there? Well, they are working on your stuff by working over there and you can also prioritize initiatives within contributing that are important to your organization. It’s still contributing. It’s still helping. Even if you’re saying, I really want you to contribute to this thing, we kind of need it. It still helps everybody. So I don’t think that’s a bad thing. If you want to contribute one thing, if you’re looking for an easy ticket, get featured images automatically added into RSS feeds, that’s still out there. But if that’s important to your organization, your team could do that and it could probably get in the next release of WordPress. So that’s probably, like you say, there’s an educational component to it too of they just look at it as time they’re not spending on the business, but they actually kind of are. So that’s something we’re working on we&#8217;ll continue to work on because we love contributing to WordPress all of us. So it’s just working with these organizations and helping them understand how they can do it and how that benefits them.</p>\n\n\n\n<p>Tom:<br />Something that jumped out to me in the survey that I’ll just mention at the end was the demographic of the respondents. I think something like 40, maybe slightly higher percent were leadership positions, which again, we’ve not been doing this survey before, but I would think that reflects a change compared to five, six years ago when actually WordPress was usually coming in bottom up. It wasn’t leadership led as I think that’s the stat I’ll be keeping an eye on over the surveys as we run them year on year. I think that for me tracks one of the major threads of enterprise WordPress as evolution. How do we go from bottom-up champion to leadership led?</p>\n\n\n\n<p>Brad:<br />Yeah, that’s actually a great point. You’re not wrong. It used to stubble up from it, the tech people that worked with it and kind of liked it and they were like, Hey, we should look at this. Or maybe even marketing had an angle on it too because they were familiar with it from a marketing angle. But yeah, seeing it from the top down, that is a bit of a shift and that’s a good shift. And then of course just around this one is very encouraging too, and we’ll wrap up the survey here, but around the block editor, right, we’re always talking about what is the adoption, who’s using the block editor? Are they on the old classic WYSIWYG editor? And by and large, it seems like they are adopting it. There’s only about 19% that said they’re still on classic. And I think I was thinking about this.<br />I’m like, I’m sure this is largely impacted by the fact that corporations and enterprise have budgets. They have money they can invest to say we need to upgrade. This is the new thing, we got to get on it. Whereas smaller and medium businesses, if they just rebuilt their site a couple of years ago, they’re not going to reinvest to do it just to get blocks right now, if you’re a media site, you should because the value you’re bringing to your editors is going to be worth it. But a lot of sites, it’s just not there. So I would imagine that’s part of it. But just to see the adoption with the block editor being so high, and to be fair, about 27% is both so kind of a mixed bag, but at least they are using some blocks and then 54%, so over half is they’re all in on the block editor in Gutenberg. So that’s nice to see.</p>\n\n\n\n<p>Tom:<br />Yeah, it’d be interesting to compare that to the broader, I dunno how that compares to broader usage of block editor, but I did that. I think that also connects back to the previous point where actually a lot of us who are doing enterprise work, were involved in the block editor because we are part of the project. And so we were able to bring that experience very early to our clients. A lot of us were launching Production Enterprise on the plugin before it was even merged into core. Whereas a lot of the broader web ecosystem, that transition has been more difficult. The ramp ups were more difficult learning a whole new thing, whereas I think of enterprise agencies didn’t face that so much. We were involved already.</p>\n\n\n\n<p>Brad:<br />Yeah, a hundred percent. It’s such a game changer for organizations, especially media organizations. Once they see it, there’s that light bulb moment. Oh yeah, we definitely want that.</p>\n\n\n\n<p>Tom:<br />Yeah, demo’s amazing.</p>\n\n\n\n<p>Brad:<br />Cool. Well, we’re kind of coming up on time, so I want to briefly just touch on upcoming events. I know we have WordCamp US coming up, so if you’re anywhere you want to come, it’s in Portland, Oregon and it’s coming up on September 17th, 20th. I will be there. Are either one of you going to be able to make WordCamp US this year?</p>\n\n\n\n<p>Tom:<br />I will also be there. Yeah, looking forward to that.</p>\n\n\n\n<p>Brad</p>\n\n\n\n<p>:<br />Yeah, Tom will be there. Mario, you got to make it over.</p>\n\n\n\n<p>Mario:<br />It’s close to school year, so unfortunately I’ll be here.</p>\n\n\n\n<p>Brad:<br />Yeah, I know. Yeah, timing gets tough. The timing of WordCamp US is always a little bit tough with school. I think last year was the week right before school started for me. I know it’s different everywhere, but you got to kind of juggle that with the family, right? So it’ll be a really fun event. So Tom and I will be there, a number of members of the Scale Consortium with the group of agencies that are working with the enterprise. So if you’re there, track us down. Love to talk, WordPress Talk, enterprise, all that good stuff. I want to give you both a chance to promote where people can find you online if they want to reach out and talk to you, blog, your website, company, Twitter, X, whatever. So Tom, where can people track you down?</p>\n\n\n\n<p>Tom:<br />Probably Twitter is the best, just my name @Tom Willmot. You should check out scaleconsortium.org if you’re interested in what we’re doing over there. And this general initiative to come together as an enterprise WordPress space and grow the pie for us all and humanmade.com.</p>\n\n\n\n<p>Brad:<br />Awesome. Hey Mario, where can everyone find you?</p>\n\n\n\n<p>Mario:<br />Yeah, LinkedIn and Twitter are going to be the two best places. Look up Mario Peshev and more than happy to chat. If you need any WordPress or B2B growth solutions, DevriX.com is the place to go. And if you have any questions about enterprise, I’m pretty sure that all of us are going to be more than happy to help out. We are not just spending a hundred percent of our time on just sales pitches and closing business. We definitely want to make WordPress for the enterprise a better place and educating a lot for free writing books, giving sessions and podcasts and lots of different events. So it’s a completely different culture than what you’re probably used to IT webinars and sales pitches and BDR calls as well.</p>\n\n\n\n<p>Brad:<br />WordPress is a fun side of enterprise.</p>\n\n\n\n<p>Mario:<br />Yes,</p>\n\n\n\n<p>Brad:<br />Definitely less stuffy over here. Come on in. The water’s fine, right?</p>\n\n\n\n<p>I also love the fact you both called it Twitter. I’m still in the Twitter camp, so I’m on Twitter still somehow. Williamsba and over at webdevstudios.com if you want to check out our professional side of things. But this has really been a lot of fun. I’m really excited about the show. I want to bring on a lot of different guests and get different experiences. I want to bring on not just agencies, I want to bring on site administrators, site owners, I want to bring on marketing. I want to bring on people that are using WordPress in the enterprise and really hear about their experiences. Good, bad, otherwise, right? But get a lot of people from Scale Consortium on here as well because they’re all working within the enterprise. So it’s going to be a lot of fun. So if you’re interested in coming on the show, please reach out to myself or Bob WP, you can hit us up. And we’re in most of the WordPress Slacks post status, so love to have you on and looking forward to some future episodes on WordPress and the enterprise, the inside view. So I appreciate it, Tom. Mario, thanks for joining and we’ll see everyone next time.</p>\n\n\n\n<p>Mario:<br />Great chat everyone. See you</p>\n\n\n\n<p>Tom:<br />See you next time.</p>\n</div>\n\n\n\n\n<p>In this first episode of <strong><em>The Inside Track</em></strong> via our show, <strong><em>Scaling Enterprise, WordPress and OSS</em></strong>, hosts <strong>Brad Williams</strong> and <strong>Tom Willmot</strong>, along with special guest <strong>Mario Peshev from DevriX</strong>, introduce you to the world of enterprise WordPress. Together, they share the unique challenges and opportunities of using WordPress at scale within large organizations. </p>\n\n\n\n<p>They discuss the definition of enterprise in the context of WordPress, share insights from their extensive experience running their own agencies, and highlight key findings from the State of Enterprise WordPress survey. Additionally, they touch on the importance of contributing to open source, and the impact of multilingual capabilities. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Definition of Enterprise WordPress</strong>: Enterprise WordPress refers to large-scale WordPress implementations that cater to big projects or companies, often requiring customized solutions to meet complex needs.</p>\n\n\n\n<p><strong>Importance of Functionality</strong>: The primary reason enterprises choose WordPress is its flexibility and functionality, which allows it to be extended and customized to meet specific organizational requirements.</p>\n\n\n\n<p><strong>Cost-Effectiveness</strong>: WordPress is often a more cost-effective option compared to other enterprise solutions, making it an attractive choice for companies looking to manage their budgets while achieving robust functionality.</p>\n\n\n\n<p><strong>Multilingual Capabilities</strong>: Surprisingly, multilingual capabilities were not deemed as critical by many enterprises, despite the expectation that larger organizations would prioritize localized content.</p>\n\n\n\n<p><strong>Contribution to Open Source</strong>: A significant number of enterprises do not directly contribute to open source. However, many indirectly support contributions through the agencies they work with, which invest time and resources back into the WordPress community.</p>\n\n\n\n<p><strong>Leadership Involvement</strong>: There is a shift towards leadership-led adoption of WordPress in enterprises, indicating that decision-makers are recognizing the value and capabilities of WordPress for large-scale projects.</p>\n\n\n\n<p><strong>Adoption of the Block Editor</strong>: A majority of enterprises have adopted the Gutenberg block editor, showing a trend towards utilizing the latest WordPress features to enhance content management and editing capabilities.</p>\n\n\n\n<p><strong>Community and Collaboration</strong>: The episode emphasizes the importance of collaboration within the WordPress community to continue advancing the platform, particularly in the enterprise space, and highlights initiatives like Scale Consortium.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://scaleconsortium.org/\">Scale Consortium</a></strong></li>\n\n\n\n<li><strong><a href=\"https://soewp.com/\">Take the survey &#8220;State of Enterprise WordPress, 2024 Report&#8221; </a></strong></li>\n\n\n\n<li><strong><a href=\"https://soewp.com/2023-report/\">See the report for the 2023 State of Enterprise WordPress</a></strong></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:\"Wed, 07 Aug 2024 08:50: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:3;a:6:{s:4:\"data\";s:13:\"\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:107:\"Do The Woo Community: A Deep Dive into Block Bindings, APIs, and the LSX Tour Operator Plugin with Ash Shaw\";s: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://dothewoo.io/?p=84990\";s: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:90:\"https://dothewoo.io/a-deep-dive-into-block-bindings-apis-and-the-lsx-tour-operator-plugin/\";s: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:49601:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-10 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-3 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-7 wp-block-group-is-layout-constrained\">\n<img width=\"1650\" height=\"1650\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2021/03/avalara-logo-_dtw.png?resize=1650%2C1650&ssl=1\" alt=\"\" class=\"wp-image-75400\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-4\"><strong><a href=\"https://developer.avalara.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Avalara</a></strong>: help developers make sure their Woo projects are tax compliance done right with Avalara&#8217;s API. Visit their extensive developer resources today.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Zach:<br />Hello and welcome to another episode of the Woo DevChat. I am here with Carl Alexander, as usual, and Carl, I see Carl board peeking over your shoulder there. How are the two of you doing?</p>\n\n\n\n<p>Carl:<br />Always, always creeping out.</p>\n\n\n\n<p>Zach:<br />Right? Right.</p>\n\n\n\n<p>Carl:<br />I mean, he&#8217;s doing what he needs to do. Creep out people on Zoom calls and also scare children at birthday parties. That&#8217;s his retirement life.</p>\n\n\n\n<p>Zach:<br />I am coming up on an interesting milestone. I believe the first time that we met was at a WordCamp Minneapolis and it&#8217;s just around the corner again.</p>\n\n\n\n<p>Carl:<br />That&#8217;s good that you remember because most of my interactions with people are like, I don&#8217;t remember the first time I met you. I just know, I don&#8217;t remember not knowing you. We crossed paths so many times and I was like, but I don&#8217;t know when it was. I just don&#8217;t know when it was the first time. I think my most vivid memory of, okay, I really know this person was like, and we met a few times already, was at Pressnomics.</p>\n\n\n\n<p>Zach:<br />Yeah.</p>\n\n\n\n<p>Carl:<br />You were sitting in the lobby talking to someone, I don&#8217;t know who, but you were sitting in the hotel lobby having a chat with someone and I just remember, I dunno, that&#8217;s my most vivid memory of, okay, this is Zach.</p>\n\n\n\n<p>Zach:<br />I think my most vivid memory was in one of the after parties. We were in a large venue and it was you, me, Michelle Schulp, and a few other people.</p>\n\n\n\n<p>Carl:<br />Yeah. I think most people&#8217;s most vivid, vivid memories of me are after parties. I was going to say the same. If you ask Robert Jacobi, that&#8217;s all he talks about.</p>\n\n\n\n<p>Zach:<br />Right, and I have to correct myself. It&#8217;s Michelle Schulp Hunt now. Congratulations, Michelle.</p>\n\n\n\n<p>Carl:<br />Oh yeah, Michelle Schulp Hunt. Yes.</p>\n\n\n\n<p>Zach:<br />Yeah. So WordCamp Minneapolis is right around the corner. It&#8217;s coming up on August 16th. I will be there. It&#8217;s at the Mall of America this year. So if you&#8217;re listening to this episode and you are anywhere near Minneapolis St. Paul, please come join us. Go to Minneapolis dot WordCamp dot org slash 2024 and I would love to see some of you there. Maybe we can have an onsite dev chat with some of the people. So yeah, I&#8217;m looking forward to going.</p>\n\n\n\n<p>Carl:<br />Exciting.</p>\n\n\n\n<p>Zach:<br />Yeah, it&#8217;ll be a good time. And then right around the corner after that is WordCamp US in Portland.</p>\n\n\n\n<p>Carl:<br />Yeah, so I&#8217;ll be there.</p>\n\n\n\n<p>Zach:<br />I will definitely be there as well. And it&#8217;s going to be, I think, a really good camp from everything that I&#8217;m seeing. The venue looks cool now. Everything looks like it&#8217;s going to be a good time.</p>\n\n\n\n<p>Ash:<br />Is it going to be Portland weird?</p>\n\n\n\n<p>Zach:<br />I think so. And I think that you may have just introduced yourself. So for anybody who is wondering what the third voice there is, that is Ash Shaw. Ash, why don&#8217;t you give us a little bit of an introduction of yourself?</p>\n\n\n\n<p>Ash:<br />Hi, I am Ash. Yeah, I&#8217;m 43 now. I started my career in tech back in &#8217;99 when Microsoft was trying to find cheap labor. So they came up with MCSE. I quickly learned that that wasn&#8217;t really that much fun and we&#8217;ve got a great Linux community in Cape Town called Plug Cape Linux User Group. I discovered them through a friend and a few people in the group showed me some tricks. I fell in love with open source, more specifically open source in the broader term. I got a CIS admin job at a university. Moved on from that to starting Lightspeed Development, which I shortened to Lightspeed back in 2003. We moved to working with WordPress in about 2007. The inspiration came from something called BarCamp. BarCamp Cape Town. They were kind of informal community organized events, not about specific tech, but about tech in general. I met a very interesting person back then, Jeremy Thurgood, who was working on Amazon&#8217;s cloud infrastructure way back then. I just remember he had this bizarre device attached to his laptop that was a security device, so anything in and out of his laptop was encrypted. Back then it was a brick of a laptop with this giant device attached. Very bizarre.</p>\n\n\n\n<p>Carl:<br />That&#8217;s crazy. I&#8217;d never heard of that, but that sounds like really…</p>\n\n\n\n<p>Ash:<br />I&#8217;d never seen that again.</p>\n\n\n\n<p>Carl:<br />Yeah, it&#8217;s like crazy. And I did some work with law firms, so they were pretty security conscious, but the best we had was the original RSA 2FAs.</p>\n\n\n\n<p>Ash:<br />Yeah, to be honest, I don&#8217;t remember what it was exactly. I just remember he said it was to encrypt the data and anything going in and out of his laptop. Yeah. Then I met another chap who introduced me to WordPress and blogging and I realized that there was a whole community behind it and communities have always intrigued me and I&#8217;m a social person, so I started getting involved in trying to find more events and then I think it was one of the first 10 WordCamps that happened in Cape Town. Matt Mullenweg attended. It was back in 2008. It was what sparked a serious round of inspiration and drive to actually learn more. My lead developer is still with my company. He joined us back in, I think it was December 2006. So that was a long time ago. And we&#8217;ve had an interesting journey through the different versions of WordPress and we built for a political party, the Democratic Alliance. We built a multi-site blogging network on an initial alpha of BuddyPress. We&#8217;ve never done that again.</p>\n\n\n\n<p>Carl:<br />I wonder why. I wonder.</p>\n\n\n\n<p>Ash:<br />It was the first forever. My lead developer said never again if I&#8217;m going to continue working.</p>\n\n\n\n<p>Carl:<br />It&#8217;s so funny. One of my first projects at an agency with WordPress was around BuddyPress and I was like, what was the forum? The one that turned into the BBPress?</p>\n\n\n\n<p>Ash:<br />The forum BBPress.</p>\n\n\n\n<p>Carl:<br />It was BBPress. Okay, yeah. I was like, no, never again.</p>\n\n\n\n<p>Ash:<br />No, they didn&#8217;t integrate properly.</p>\n\n\n\n<p>Carl:<br />But it made it so complex.</p>\n\n\n\n<p>Ash:<br />Yeah.</p>\n\n\n\n<p>Carl:<br />It&#8217;s gotten better now, but it is still complex.</p>\n\n\n\n<p>Ash:<br />I think Andy Peatling, who originally worked on it, I&#8217;m not sure if he&#8217;s still involved, but I know JJJ, he&#8217;s…</p>\n\n\n\n<p>Carl:<br />Not, he&#8217;s not. He&#8217;s at Automattic. But I met Andy Peatling when we were using BuddyPress because I used BuddyPress as my initial way of structuring complex code and large code bases in WordPress. That was the only large code base I was aware of. So he came to WordCamp Montreal and I remember talking with him and just saying thank you. I would have no idea how to structure this code. Just like we were doing really large projects. And I&#8217;m like, how do people do this? It&#8217;s like, this is insane. And then the only example we had was BuddyPress.</p>\n\n\n\n<p>Ash:<br />Yeah. So the BuddyPress was quite interesting. I worked with it for quite a while. And then my passion for the community and all of that drove me to organize a couple of WordCamps in Cape Town. Then I handed over to the community in 2014. I remember it was the last WordCamp San Francisco, and I managed to get in to join the WordPress Summit where we mapped out the next year of the roadmap. It was really fascinating. And somebody at WooThemes, I was complaining to them about Canvas theme and how they kept making changes and they kept breaking all of our site&#8217;s CSS classes changing and this and that, and it was a nightmare. And he said, well, if you have a problem with it, build your own. And I thought to myself, good idea. And we based it on underscores initially and that classic theme. We were stuck with Bootstrap three until, well, it&#8217;s still got Bootstrap three.</p>\n\n\n\n<p>We didn&#8217;t know how to change that. And then last year we built, or the previous theme is LSX, the classic theme. And then last year we built LSX design, which was a block-based theme, and that meant we almost had to relearn everything. I took a bit of a sabbatical in 2020 to 2021, a one-year sabbatical. And when I came back in 2022, I started researching things again and I was like, what is happening? Everything&#8217;s changed. And at the WordCamp Porto I was inspired to go down that rabbit hole. And you guys mentioned ADHD. Well, I&#8217;m in the same boat and I went deep and yeah, it&#8217;s been a great journey, I must say, figuring out where to take this product, learning all new skills. My team has been on board and we&#8217;ve had a blast.</p>\n\n\n\n<p>Carl:<br />I think that&#8217;s why a lot of people with ADHD like to be solopreneurs or start their own thing and stuff, because a lot of ADHD people that I know also just love learning. They love learning new stuff. You get a nice dopamine hit whenever you skill up at things. So what&#8217;s the easiest way to skill up at is to just do a whole bunch of things, which business requires you to do.</p>\n\n\n\n<p>Zach:<br />It&#8217;s been a journey I&#8217;ve gone through multiple times, right? I&#8217;ve talked about this on the show before, but I was a flash developer and I don&#8217;t know if you&#8217;re aware, but that kind of disappeared overnight. So we definitely ended up having to retool a whole bunch of us into new technologies. And that&#8217;s how I ended up finding WordPress was as part of that retooling. I actually learned UX and went through a whole bunch of UX courses during that time too. And my first job after Flash was in</p>\n\n\n\n<p>a role as a UX architect, so I stepped away from development for a little while and broadened my horizons a bit and learned some design, learned some other things around what makes good user experience, and then came back to development and WordPress basically full bore after that. And the gateway to me really getting involved with WordPress was WooCommerce, and that&#8217;s why I&#8217;m here. So yeah, I mean that whole learning new things, it&#8217;s something that we are remarkably good at when it&#8217;s something we find interest in. The problem is if we don&#8217;t find interest in it, it&#8217;s very hard for us to then focus and work on it. At least I find that for myself, if I&#8217;m not interested.</p>\n\n\n\n<p>Carl:<br />I&#8217;ve had the luck that I am pretty good at delayed gratification. So that really helps I think for that because yeah, it&#8217;s really easy. I know a lot of people that are like, oh, and they&#8217;re shifting to new things right away, and it&#8217;s hard to stay focused and do the consistent work that is required to get good at anything. Really.</p>\n\n\n\n<p>Ash:<br />The WooCommerce software got launched at WordCamp Cape Town 2012, and that was one of the events I organized. And at that point I was working with WPEcommerce by Dan Millwood and Jeff Ward.</p>\n\n\n\n<p>Carl:<br />Yeah, I remember them.</p>\n\n\n\n<p>Ash:<br />I think Dan Mill moved into gaming. I&#8217;m not sure what happened to Jeff. He was a really great developer.</p>\n\n\n\n<p>Carl:<br />Yeah, I remember Dan. We were in a couple of private Facebook groups together. I hadn&#8217;t heard his name in so long, but yeah, I remember when because they tried to get it back up and going for a little bit and then you moved on to something else.</p>\n\n\n\n<p>Ash:<br />Yeah, gaming.</p>\n\n\n\n<p>Zach:<br />So my first real introduction to WooCommerce was building a digital marketplace for a record label that I was a part of. And so all digital, all downloads, and that was a benefit of WooCommerce that most other e-commerce platforms didn&#8217;t have at the time was the ability to create a digital marketplace really easily. We did that for every artist that was on our record label. We had a website where you could buy all of the music we had, and that was 2012 that we started the project for that. And that was built on the white light theme from Woo and just very, very early days of WooCommerce.</p>\n\n\n\n<p>And last month we had Beka Rice on and we were talking about the wild west of WooCommerce development. And back then there was a board where you could go and choose plugins you wanted to develop. And that&#8217;s how all of the plugin development that became the marketplace started was with a board of ideas that people claimed things on. And so it&#8217;s really kind of interesting to see where we are today, and probably more importantly for this conversation to see that WooCommerce itself is inspiring some of the things that other people are doing, yourself included. So why don&#8217;t we talk just a little bit about where, first of all, you&#8217;ve done a large update to your plugin and that&#8217;s the LSX tour operator plugin, and you&#8217;ve been using some really, really new cutting edge features and WordPress. But first let&#8217;s talk about the inspiration that you drew from WooCommerce as you started this process of rebuilding your plugin.</p>\n\n\n\n<p>Ash:<br />I&#8217;d say it all started with the block theme that we developed last year. We were working with Frank Klein from WP Development Courses. He was mentoring our team on block development practices, best practices, things like that. What an amazing man. He has a wealth of knowledge, I swear. He lives on the GitHub issues for WordPress and Gutenberg. You mention something and he is like, oh, well, and he goes and digs up a ticket that he was the one who either started or facilitated a bunch of information towards. So then because my company is a Woo expert company, we wanted our theme to be deeply integrated with Woo blocks. That was a bit of a nightmare last year and still somewhat of a challenge this year, but in the past six months, I must say it&#8217;s gotten better, exponentially better. So we decided to add support for a lot of the block themes. I mean, the blocks that were beta blocks because I didn&#8217;t really like the original blocks, to be honest.</p>\n\n\n\n<p>The product blocks that they had, they had a number of separate blocks that they then replaced with the product collection block. And the way they did that, it was really impressive for me. It&#8217;s basically like a container. And then recently you would, when you want to add a product collection, it gives you a number of templates, like five specific templates and then one general kind of default one. And that really stuck in my head. Then another one of the blocks, which is still beta product collection, came out of beta recently is the gallery beta. And that one&#8217;s so much better than the old gallery block. And I have another e-commerce site back in South Africa. It&#8217;s a side project of mine, and I build that using my company&#8217;s open source theme, and it&#8217;s like a test ground for all of what we are doing. So when something comes out, I will test everything possible. I&#8217;ll try this config and that config and that config and figure out what doesn&#8217;t work. So then I write up GitHub issues for my teammates, and then they will add support. Either it&#8217;s new support for a new WordPress release, and I must say that 6.3, 6.4, 6.5 and 6.6 releases, they just bounce the functionality and capabilities radically. And then when I was at WordCamp Europe recently, I was demoing what we are doing with the Woo blocks to both the CEO of WooCommerce, and he and Pi were really excited about this. They loved what we were doing. We&#8217;ve got full compatibility for all their blogs.</p>\n\n\n\n<p>And then we started on this venture of redeveloping our classic PHP-based tour operator plugin, which I was quite honestly scared of doing when we started building that plugin. It&#8217;s also an open source plugin, and it was built to work with our classic theme. And the reason it never really got adopted was because it only worked with that one theme. It was too much to actually get it to work with many themes. We would&#8217;ve needed to write so much code to add compatibility. Now with block themes and blocks, this opens a whole lot of potential. We haven&#8217;t done the testing with other themes yet, but I imagine that things are going to work pretty or better than ever they ever did in the past. So we&#8217;ve been looking at how I was just to unpack a little bit more about the tour operator plugin is it&#8217;s got three core post types with four or five taxonomies.</p>\n\n\n\n<p>So you can imagine those are quite a number of templates. So these templates are needed to map out the block-based templates. They can&#8217;t all just run off essential all archives templates. They each need their own one because they have a host of custom fields. So what I&#8217;m working with my developer on is how we can approach this in a similar way to the product collection block where we&#8217;ll come up with hopefully one query loop type of block for all the post types, but realistically we&#8217;ll probably need to do a few for each of the main post types that we&#8217;re still experimenting with. So then another thing that I&#8217;ve got earmarked is the pattern assembler within WooCommerce for customizing the design.</p>\n\n\n\n<p>I&#8217;ve been testing, it&#8217;s not in the main release yet from what I understand. I think it&#8217;s in a future release. It&#8217;s only in the beta versions, but I imagine if I had eight pairs of fonts for a tour operator site and the ability to then define site logo and site icon and all of that sort of thing through a similar interface that would radically reduce the time that we need to build sites. What we have done with quite a lot of success so far is migrated the many custom fields. So just to give you an idea, a single tour, we will have a couple of the main fields. It&#8217;s got its normal WordPress fields, title, excerpts, body, but then we&#8217;ve also got a, there&#8217;s a featured image, which is standard, but then we also have a hero image that could be a wide image that isn&#8217;t very tall or high. And then a host of values like price and day-by-day itineraries are repeatable groups of fields. So day one or day one to day three, we&#8217;ll then have a number of fields. We solved those in the past using CMB2, which is a good framework. It worked well for us. Have you guys got experience?</p>\n\n\n\n<p>Carl:<br />That&#8217;s old? I&#8217;ve used it before. It&#8217;s been around.</p>\n\n\n\n<p>Ash:<br />Yeah.</p>\n\n\n\n<p>Carl:<br />I feel like I saw it almost 10 years ago.</p>\n\n\n\n<p>Ash:<br />So we can bypass a lot of that. We need it for some of the things that we want to achieve, but with the block bindings API we&#8217;re able to hook into the original slugs that we&#8217;d created for the custom fields. And one of the things that we&#8217;ve developed for our tour operator plugin is an integration with a data partner. So they&#8217;re called whereto.com and they have two types of customers, accommodation providers and tour operators. The accommodation providers pump in their accommodation information like descriptions, rooms, all of that sort of thing. And then tour operators, when they create digital itineraries, they would say, I start in this city and I go to that city and I go to this region, and then they create a really rich media itinerary. But now to display that on a website, you could just embed it with an iframe, but that&#8217;s not great. So we built an integration to their rest API that literally connects to every single data point they have for destinations.</p>\n\n\n\n<p>Carl:<br />You cache that?</p>\n\n\n\n<p>Ash:<br />Well, we actually import it and we&#8217;ve set up triggers that it&#8217;ll poll a specified cron job to check at certain times. Is there a change? Pull it in. We&#8217;ve got rules that we can set up where if the WordPress side has been changed, then it won&#8217;t change. It won&#8217;t import and overwrite. Or maybe you do want it to, there</p>\n\n\n\n<p>are a host of ways we can configure nonetheless, the where to importer.</p>\n\n\n\n<p>Carl:<br />You happy with that?</p>\n\n\n\n<p>Ash:<br />Yeah, it&#8217;s working really well.</p>\n\n\n\n<p>Carl:<br />I&#8217;m a big fan of consuming API now. I think that&#8217;s way better than a lot of stuff that we had to do early on, like you said, iframes or I feel like that&#8217;s a nice change of the development landscape in the last 10 years as people are just like, now let me just do an API for this. And then they just let you pull the data and then you get it yourself.</p>\n\n\n\n<p>Ash:<br />So much better. It does become somewhat unwieldy because imagine that you have 500 accommodation listings attached to 50 tours or a hundred tours and all of the images attached to that, and then the people who load the accommodation data, they don&#8217;t necessarily know that images need to be resized and whatnot. So we over the years had to develop methods to resize images on import scale things. And with the day-by-day itineraries, there aren&#8217;t actually images attached to an individual day. So we managed to create a way for it to automatically assign a random image to the day, for example. And that would be an image from the accommodation listing that&#8217;s attached to that day.</p>\n\n\n\n<p>Carl:<br />Yeah, exactly.</p>\n\n\n\n<p>Ash:<br />One of the things that we&#8217;ve done to interlink the different post types is to use a version of Posts 2 Posts by Scribu.</p>\n\n\n\n<p>Carl:<br />I remember that. Yep. Oh my God. Yeah, he&#8217;s the OG WPCLI developer too, right?</p>\n\n\n\n<p>Ash:<br />He discontinued development on that plugin, but that&#8217;s not an issue because we&#8217;ve modified it and brought it into our system.</p>\n\n\n\n<p>Carl:<br />And it wasn&#8217;t a lot of code, if I remember correctly. It was easy to, if you wanted to just pull it into your own code base, it wasn&#8217;t a huge, it was one of those small plugins that do a lot, that can do a lot of lifting, but code-wise, it wasn&#8217;t like, oh, this is so big that there&#8217;s no way we can bring this into our own code base. It was simple. So it was good. It was easy for other developers to just look at what he did and bring it in.</p>\n\n\n\n<p>Zach:<br />I think context is important here for people who aren&#8217;t familiar. So what the Posts 2 Posts plugin did was it allowed you to create many relationships between posts. And as we know, or you may not know if you&#8217;re listening to this, posts are everything in WordPress pretty much. So pages are posts. Posts are posts.</p>\n\n\n\n<p>Carl:<br />It&#8217;s like the core data type of WordPress.</p>\n\n\n\n<p>Ash:<br />WooCommerce orders are post types.</p>\n\n\n\n<p>Carl:<br />Yeah, everything&#8217;s a post type, which is why the scaling issue that we basically were beating the dead horse of the high-performance order tables.</p>\n\n\n\n<p>Zach:<br />Yeah, now that high-performance order storage exists, it&#8217;s not quite a post type anymore for orders, which is a good thing. Right.</p>\n\n\n\n<p>Carl:<br />I was thinking about that too. You were describing your data model earlier and I was like, oh, I wonder how you were saying, I mean, you&#8217;ll have issues like scaling with anything with WordPress. You were talking about 500 accommodations and 80 tours, and that can have an impact as well on performance.</p>\n\n\n\n<p>Ash:<br />With the importer, it does in time. So you can imagine the number of images that get imported into the database for each listing and all of that. So that&#8217;s something where we&#8217;ve learned how to manage the larger sites. Most smaller sites, it&#8217;s not an issue on the larger sites. We manage those on a case-by-case basis. But yeah, the post-to-post really helped us create the relationships. So for example, if you import a tour, you&#8217;ll have those accommodation items connected. You&#8217;ll also connect destinations. Destinations are hierarchical, like pages are hierarchical where you&#8217;ve got a top level and a sub-level. So a destination is to the top level is a country and the sub-level is a region. And those have different templates. So if you were on a country, you don&#8217;t display accommodation, but you do display featured tours. Tours move through a country, they also move through a region, but accommodation would only display on a region template, for example.</p>\n\n\n\n<p>So yeah, one of the next things that we&#8217;ve got planned is obviously with all of this kind of data, searching for the information for the end user is critical. And we&#8217;ve used FacetWP for a long time and sometimes SearchWP, although I&#8217;m not sure that that helps the performance very much. It does sometimes help having a search engine. But FacetWP is a great plugin for our needs. So we built a little integration to the classic plugin. Now they have a block. It&#8217;s just really for short codes. It&#8217;s not really a true block, and we do some styling around that. Ideally, what I want to be doing with in the future, and it&#8217;s on our roadmap, is something like Woo filters where you&#8217;ve got your active filters, your price slider, filter by post type, filter by taxonomy, filter by featured, and something that we have that filtering on archives being your top level or category top level for a post type being all tours or a category archive.</p>\n\n\n\n<p>And those filters can be relevant to that post type or that category. But then what happens when you search globally, because a lot of people want to search the site globally. So then we&#8217;ve come up with a solution using Facet WP where one of the filters will be content type. So say that user does a search in the header for Cape Town where I&#8217;m from, and it comes up with blog posts, pages, destinations, tours, accommodation reviews, special offers, and maybe a team members even attached to mentions Cape Town. So then that filtering allows you to filter by content type. So that&#8217;s something we haven&#8217;t started with that yet, but I mapped everything out for it today actually while I was chatting about things with my developer.</p>\n\n\n\n<p>Then the checkout block is something I want to start pulling apart as an inquiry because I would like customers in the future, or not customers, but users of the plugin in the future, not to have to depend on a form plugin. And I was thinking that if we could do something like a checkout block, but an inquiry block where I drop it into either a section on the page or a mode or something like that, that would be really great to post that information to a post type like orders, but it would be inquiries. And if you think about the block bindings API, so if you&#8217;ve got a single tour, we&#8217;ve managed to get the vast majority of fields to output properly.</p>\n\n\n\n<p>One thing I&#8217;m not sure how my developer is going to solve, but he has a plan is as I mentioned, that repeatable field, we have repeatable fields for gallery images as well. So if you add an image, you need to add alt information, alt tags, you need to add maybe a caption or you add a host of info. So that part that&#8217;s on the roadmap. But we are very happy with the first part of the rebuild. A lot of it was done via the site editor and I did that and with the help of my developer. Then once I designed all the layouts, he would help me add some of the block bindings code to the plugin, then I&#8217;d work with it a little bit. I&#8217;d do some designs, he&#8217;d take my block templates, he&#8217;d put them into the plugin, and then I&#8217;d do some more and back and forth like that. So it&#8217;s been a really fun journey and amazing to push the limits of the site editor.</p>\n\n\n\n<p>Carl:<br />Yeah, because that&#8217;s all relatively new too.</p>\n\n\n\n<p>Ash:<br />Yeah, exactly.</p>\n\n\n\n<p>Carl:<br />Do you feel it&#8217;s stable enough? Like you worry that they&#8217;ll, one of the things that with the Gutenberg experiment is that things have not been always that stable.</p>\n\n\n\n<p>Ash:<br />So one of the things that I&#8217;m a little bit worried about now, we&#8217;ve looked into it, and again, my worry has a plan for that, but that is the change of the theme to theme JSON 3, where there are now defined spacing values that are within the theme JSON and or name spaces. I&#8217;m not sure what the correct terminology is. And also for font sizes or font names, should I say the sizes? You can decide because when we started last year, I was in discussion with Carolina who had done an audit of a hundred block themes, and she had taken the average of different naming for both spacing and for font sizes. So they&#8217;ve changed a few things from what the average in the community was, and that is going to probably cause HAC because then those changes, either we are going to do a find and replace in the database or I&#8217;m interested to see how we do that. And I just redeveloped my company website, so I spent a lot of time setting font sizes and setting spacing and using our own theme JSON values. So I imagine that&#8217;s going to take some time to refactor.</p>\n\n\n\n<p>Zach:<br />So it&#8217;s my understanding that it only uses the new defaults if there&#8217;s nothing set in the theme already. So it shouldn&#8217;t override anything.</p>\n\n\n\n<p>Ash:<br />No, it won&#8217;t. But I&#8217;m somebody who likes to do things the WordPress way, and I would like future sites that we develop to use the new naming space namespace. And I think rather following what the standards are than trying to do your own thing is a better approach. And it&#8217;s becoming much easier to do that with theming, with block themes now, before it was the Wild West with themes, I mean classic themes that developed their own options frameworks, and that was a nightmare. So I want to steer clear of that sort of thing.</p>\n\n\n\n<p>Zach:<br />Yeah, I think we&#8217;re finally getting out of the world where the theme could be a kitchen sink theme, right? Where it included a whole bunch of functionality that wasn&#8217;t in any way related to anything it needed to be. And so I think we&#8217;re finally moving away from that with block themes, and hopefully we&#8217;ll get away from the world where people had this necessity to package 482 plugins with their theme just to</p>\n\n\n\n<p>make it look like it had more functionality than it did because that&#8217;s been a horrible practice the whole time. And that&#8217;s what I call a kitchen sink theme, right? It&#8217;s everything and the kitchen sink.</p>\n\n\n\n<p>Ash:<br />Indeed.</p>\n\n\n\n<p>Zach:<br />Those are really, really horrible practices to just have a theme do more than theme, right? That&#8217;s plugin territory and always should have been, but we ended up building themes that did way more than just the visual theming of a site. And so I think this starts to refocus themes as being themes and not theme plus functionality. Patterns are a theme-related thing. And the ability to set patterns in your theme JSON for your theme and share patterns that you&#8217;ve created in the pattern library is huge, right? That gives us new design capability. It doesn&#8217;t relegate us to only being able to use the things that are available inside the available blocks. We now have these groupings of patterns that are also available. And it looks like in your theme, you have a number of patterns. They actually look really great, and you have all of these available to make sure that people have all the building blocks they need, plus all of these design templates to start from as they&#8217;re building.</p>\n\n\n\n<p>Ash:<br />Yeah, the patterns were an interesting journey for us when we started. We didn&#8217;t know what to do to be quite honest. Now we have a much better concept of how we could use patterns and what we need to use them for. So the patterns that are in our C1 WordPress dot org are quite literally following what a lot of people in last year were doing. Frost wp, for example, was our inspiration. So then we made some changes to our color scheme and the patterns aren&#8217;t looking great at the moment, so I&#8217;m busy working on some patent changes for next week&#8217;s release and we&#8217;re going to be sorting out colors and that sort of thing. As we were talking about earlier, the learning i dopamine hits, well, it was a bit of a light bulb moment when I started creating some patterns for our own company website in the most recent rebuild. And now I know what full page patterns I want to create, and those full page patterns are going to be made up of useful smaller patterns, not just random team patterns and random testimonial patterns and things like that. I know what I want now. I just need to finish building them.</p>\n\n\n\n<p>Zach:<br />I think the other really cool thing I saw that you&#8217;ve done is you&#8217;ve actually released a Figma design system document that fits alongside your plugin and it&#8217;s a design system in general. You have a style guide, but you&#8217;ve made extensive use of Figma variables. And I think that&#8217;s huge because I&#8217;ve been digging further and further into Figma lately. I had a baseline knowledge, but I&#8217;m really digging into components and how creating components with variants works and being able to build a library of interactive things that you can build your prototypes with. And the power is just so deep in what Figma can do. So seeing that you&#8217;ve built a toolkit that&#8217;s built very similarly to the way that I&#8217;m trying to do the work that I do right now in Figma is pretty cool.</p>\n\n\n\n<p>Ash:<br />That was an interesting journey as well, because we started the Figma file last year and we created three separate files, a style guide file, a WordPress file, and a WooCommerce file because we thought that was a good idea to separate them. It would be if you were in a large organization doing a large design system for IBM or something like that, or Uber, A lot of them do these separate files, and that&#8217;s where I took some of my inspiration from. But then this year we decided when we did a radical upgrade on the design system to merge everything into a single file, and we started with the LSX design theme, and we called it the LSX design system.</p>\n\n\n\n<p>And there we created two sections within it, major sections other than the style guide and the cover, and that was for the WordPress pages and elements. And we broke those down by components and then blocks and then patterns and template parts and full page layouts and templates. And then we did a WooCommerce section in a similar structure. And then recently after WordCamp Europe, as I mentioned, they really liked what we were doing. So I got the idea to showcase what we&#8217;re doing with WooCommerce in a prototype. And my teammate, Zared, has done the most incredible prototype. The Woo prototype actually allows you to add to cart and you can add up to four products to your mini cart. You can view the mini cart, you can empty the mini cart, you can search. It&#8217;s insane. And we really pushed the limits of variables.</p>\n\n\n\n<p>And last year, none of that was actually possible because what we were researching was the lead designer, I forget his name right now, the lead designer from GitHub was working on design tokens and it was a separate system. And we stumbled, I stumbled upon it through the WordPress vip.com websites and their blog where they were doing stuff in Figma and then exporting to theme JSON and pretty much populating the theme JSON with the colors and fonts and values that you would need or that you were working on in Figma. That was really powerful. But now this year, Figma has next leveled it. And when we started on the LSX tour operator design system, we put so much work into the variables and the naming conventions and all of that, we forked the file on the LSX design file, and we came up with that as a basis for the tour operator plugin came up with new colors because it has a different color scheme. We&#8217;ve gone from more of a safari color scheme. And then we left the Woo prototype in there while we were generating the tour operator prototype. We could only start that obviously once we&#8217;d finished all the templates for a tour operator.</p>\n\n\n\n<p>And it&#8217;s been an interesting revelation because the WooCommerce prototype was very much variable heavy and quite technical and interactive. Whereas the tour operator one is more of a clickable prototype. There&#8217;s less that you can do with it. We don&#8217;t add anything to a cart. We also don&#8217;t really need to test doing filling in a checkout form or something like that. So that sort of thing is unnecessary. And we decided to focus on creating a very clear prototype design that will guide us for the coming months of our development on the tour operator plugin. So that&#8217;s, I&#8217;ve got to say, been very rewarding and satisfying. My teammate, Zared, has in the space of four months, gone from zero Figma knowledge to advanced Figma design. He wasn&#8217;t even a designer before.</p>\n\n\n\n<p>Carl:<br />That&#8217;s awesome. That&#8217;s awesome. Now I want to be an advanced Figma person. All I&#8217;ve had is Figma stuff shared with me. And then I just look at it a bit and it&#8217;s like that&#8217;s the extent of my interaction is with Figma. I&#8217;m kind of hyped up just hearing you talk about it.</p>\n\n\n\n<p>Ash:<br />It&#8217;s really, it&#8217;s amazing. And their videos on the YouTube channel, their own videos are incredible. They all come with Figma files, workspace files, you can learn so much. And unfortunately, they made a radical interface change this week. I think it was this week. I opened it up on Monday I think it was, and I was like, what&#8217;s happening? Where is everything? My teammates had the same thing. We needed to get stuff done, and the two of us were faffing trying to figure out, oh, where&#8217;s this? And where&#8217;s now we&#8217;ve got it. But it was the most radical interface change I&#8217;ve seen in an application in ages.</p>\n\n\n\n<p>Zach:<br />Yeah, they announced all of that at Config that they were going to be changing the UI considerably. And just to bring this full circle to where we started today with talking about history, I have known Sho Kuwamoto, who is the VP of product at Figma, and I&#8217;ve known him for a very long time. He was the senior director of engineering at Adobe for the tools portion of Flex and was very responsible for the creation of Flash Catalyst, which was a design tool for the Flex framework. And so he&#8217;s been at Figma now for nine years. And so a lot of the beauty of what Figma is came out of learnings that happened in the Flash world. And so very, very cool stuff. And we are now seeing the benefit of all of that history. And so if you are interested in any way in learning a little bit about that history, there was a session during Config, which is Figma&#8217;s conference for those of you who are listening who don&#8217;t know about the impact of Flash on Figma and in general on the world. And so if you want to see where all of this stuff that we&#8217;re doing now came from back in the final days of we were innovating very quickly, and all of those innovations JavaScript has finally caught up to. So there&#8217;s been a very large gap in time that the things that we used to do in Flash have not been possible, or at least not as easy to do by any means. And so now we&#8217;ve gotten to a point where it&#8217;s all come full circle and tools like Figma exist because of that history. So really, really cool stuff. So I think that&#8217;s a really good spot to start to wrap up here today. It&#8217;s been really great getting to know some of your processes here. And I&#8217;m sure we could probably talk for another hour or two, but I think that Bob would give us trouble.</p>\n\n\n\n<p>Carl:<br />We never got to the questions I have from pre-show. So definitely.</p>\n\n\n\n<p>Ash:<br />I think that Bob might get in trouble if we keep him much longer. So I&#8217;m trying to not hashtag Bug Bob too much. I&#8217;m still trying. It&#8217;s going to happen. So if you&#8217;re listening to this and you want to help me make Bob smile, just post something with hashtag Bug Bob, and let&#8217;s see if we can get a whole bunch of things in his inbox. Go ahead and tag him in too @BobWP and let&#8217;s have some fun with that. But it&#8217;s really a remarkable thing that you&#8217;ve built so much on the new functionality that&#8217;s</p>\n\n\n\n<p>in the block editor, the block bindings API is very new. A lot of these things are cutting edge, and it&#8217;s really cool to see some of that happening. And so I think it would be great to have another conversation at some point in the future. But before we do that, let&#8217;s go ahead and wrap today up. So Ash, where do people go to find you on this collection of tubes we call the internet?</p>\n\n\n\n<p>Ash:<br />So our company website would be a good place. We&#8217;ve got LightspeedWP Agency, that&#8217;s for more agency-related things, or our product website, which is LSX design on the web. Generally, our social profiles are Lightspeedwp. So if you look at GitHub, YouTube, Twitter, those three are all LightspeedWP and Facebook and Instagram are LightspeedWPdev.</p>\n\n\n\n<p>Zach:<br />Very cool. And before we close up here, I just generally ask Carl if he has a final question.</p>\n\n\n\n<p>Carl:<br />We got to save Bob today. We got to save Bob.</p>\n\n\n\n<p>Zach:<br />Okay.</p>\n\n\n\n<p>Carl:<br />I was just excited by the Figma stuff.</p>\n\n\n\n<p>Zach:<br />It&#8217;s really neat.</p>\n\n\n\n<p>Carl:<br />I lit up at that because I was just like, for me, I think, and probably for a lot of developers and even yourself before you got into it, Figma for me is like, it&#8217;s a designer tool. You do mockups with it, and that&#8217;s about it.</p>\n\n\n\n<p>Ash:<br />Well, I&#8217;ve posted two blog posts yesterday. I posted a blog post on announcing the new LSX tour operator design system and our process and a number of things just to explain more about how we got to the end point. And then today I posted a blog post kind of in preparation for this, about our journey from classic to cutting edge. That&#8217;s what I called it.</p>\n\n\n\n<p>Carl:<br />Bob will link those in the show notes.</p>\n\n\n\n<p>Ash:<br />Exactly. So there&#8217;s a lot more information there on exactly what you wanted to know.</p>\n\n\n\n<p>Zach:<br />Very cool. Yeah, I&#8217;m sure that there will be a lot of people that have an interest in the other things that you&#8217;ve done here. Those blog posts are great resources. That&#8217;s part of what I was going through while I was asking questions here. And we will link some other things to the show notes for this show that we&#8217;ve talked about, things like FacetWP and that new store designer in WooCommerce and some of the other stuff. But yeah, I really appreciate the time you spent to talk with us about your process here. These are always really interesting conversations, and I&#8217;m glad that we were able to dig deep on some of the things. Let&#8217;s talk again in the future here. We&#8217;ll work out when, and we&#8217;ll have you back to talk some more.</p>\n\n\n\n<p>Ash:<br />Well, thanks for letting me talk about my passions, and it was an absolute blast. You guys are very interesting, and I&#8217;m sure we could go on forever.</p>\n\n\n\n<p>Zach:<br />We could. Well, as always, if you have any ideas for what you&#8217;d like to hear here on the Woo DevChats, Carl and I and Mike and Marcel are all open to ideas to hearing your feedback. So again, that&#8217;s hashtag Bug Bob on every social media platform, just to let him know what you want to hear or go to DotheWoo.io and let us know there. And we really appreciate the fact that you sit here and listen to Carl and I geek out with a guest every month. So thank you for being here, Ash. It&#8217;s been great getting to know you and we will talk soon.</p>\n\n\n\n<p>Ash:<br />Cheers.</p>\n\n\n\n<p>Carl:<br />Talk soon.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong><em>Woo DevChat</em></strong>, hosts <strong>Zach and Carl</strong> chat with <strong>Ash Shaw from LightspeedWP</strong> about the evolution of WordPress development and his journey in the tech industry. </p>\n\n\n\n<p>Ash shares insights into the challenges and opportunities of integrating cutting-edge features like block bindings and APIs into WordPress plugins. They look into the inspiration drawn from WooCommerce for the LSX tour operator plugin and discuss the significance of community and continuous learning in tech. </p>\n\n\n\n<p>The conversation highlights the importance of adapting to new technologies, the power of open-source communities, and the pushing the boundaries of what&#8217;s possible in WordPress development.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Integration Challenges and Innovations</strong>: Ash Shaw discusses the integration of cutting-edge features like block bindings and APIs into WordPress plugins, specifically the LSX tour operator plugin.</p>\n\n\n\n<p><strong>Inspiration from WooCommerce</strong>: WooCommerce served as a significant inspiration for Ash&#8217;s development process, highlighting how it influenced the rebuilding of his plugin.</p>\n\n\n\n<p><strong>Evolution of WordPress Development</strong>: The conversation delves into the evolution of WordPress, focusing on the transition from classic PHP-based themes to modern block-based themes.</p>\n\n\n\n<p><strong>Community and Continuous Learning</strong>: The importance of community involvement and continuous learning in the tech industry is emphasized, with Ash sharing his journey from attending WordCamps to organizing them.</p>\n\n\n\n<p><strong>Figma Design System</strong>: Ash highlights the creation of a Figma design system for their plugin, showcasing the power of Figma variables and components in developing interactive prototypes.</p>\n\n\n\n<p><strong>Faceted Search Integration</strong>: The use of FacetWP for advanced search capabilities in WordPress sites is discussed, including plans to further enhance this functionality.</p>\n\n\n\n<p><strong>API Consumption and Data Management</strong>: The benefits of consuming APIs for data management are explored, including the importation and caching of data from external sources like whereto.com.</p>\n\n\n\n<p><strong>Impact of ADHD on Learning and Productivity</strong>: The hosts and Ash touch on how ADHD influences their learning processes and productivity, finding ways to leverage it positively in their work.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://www.linkedin.com/in/ashshaw/\">Ash on LinkedIn</a></strong></li>\n\n\n\n<li><strong><a href=\"https://lightspeedwp.agency/\">LightSpeedWP.agency</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/company/lightspeedwp/\">LightSpeed on LinkedIn</a></strong></li>\n\n\n\n<li><strong><a href=\"https://github.com/lightspeedwp/\">LightSpeed on Github</a></strong></li>\n\n\n\n<li><strong><a href=\"https://lightspeedwp.agency/streamlining-design-and-development-with-figma/\">Streamlining Open Source Development with Figma at LightSpeed</a></strong></li>\n\n\n\n<li><strong><a href=\"https://lightspeedwp.agency/from-classic-to-cutting-edge/\">The re-birth of the LSX Tour Operator plugin</a></strong></li>\n\n\n\n<li><strong><a href=\"https://lightspeedwp.agency/announcing-the-new-lsx-tour-operator-design-system/\">Announcing the new LSX Tour Operator Design System</a></strong></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:\"Tue, 06 Aug 2024 09: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:4;a:6:{s:4:\"data\";s:13:\"\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:87:\"Do The Woo Community: Let’s Talk WordCampUS 2024 with Julia, Aaron, Katie and Bernard\";s: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://dothewoo.io/?p=85016\";s: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:81:\"https://dothewoo.io/lets-talk-wordcampus-2024-with-julia-aaron-katie-and-bernard/\";s: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:41723:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>BobWP:<br />Well, today&#8217;s show, of course, is a special show because there is a huge event just around the corner, and not only do I have wonderful guests here, but this is a very, not the first time, but we have one of our sponsors send somebody here virtually as a guest host, Bernard Meyer. How do you like this? How do you like being a co-host?</p>\n\n\n\n<p>Bernard:<br />It is my first time and 30 seconds in, it is one of the most amazing experiences of my life. It&#8217;s only going to get better.</p>\n\n\n\n<p>BobWP:<br />Yeah, so why don&#8217;t you just give a quick intro of who you are because this is really the first time you&#8217;ve been on the podcast.</p>\n\n\n\n<p>Bernard:<br />Yeah. So my name is Bernard Meyer. I&#8217;m the Senior Director of Communications and Creative at Omnisend. Omnisend is one of the sponsors for WordCamp US. Actually, WordCamp US will be our one-year anniversary of WordCamps. We just started last year at WordCamp US 2023, so this will be a full-year cycle. We are excited. Each WordCamp has been even better. This will be my first time at WordCamp US, so I&#8217;m expecting amazing things only because of what our CEO and VP of Marketing said about the last WordCamp US. According to what I heard, this is going to be even better. I&#8217;m also a contributor on the marketing team and the media core team and an organizer on the WordCamp Asia communications team. So I&#8217;m deep in there and, yeah, that&#8217;s my short version.</p>\n\n\n\n<p>BobWP:<br />Very cool. Now, we have three of the organizers here as we usually do on Do the Woo for the flagship WordCamps. We always love to get that pumped up. We got to start talking about this. Everybody&#8217;s excited. I&#8217;m flying all the way from Portugal. I will say that I still question why they waited until I moved from the Pacific Northwest before putting a WordCamp up there, but I have my suspicions, and that&#8217;s for another entire podcast, so we won&#8217;t get into that part of it. Anyway, we&#8217;re going to have our three guests introduce themselves and we&#8217;re going to dive into WordCamp US. So let&#8217;s start with Katie.</p>\n\n\n\n<p>Katie:<br />Hi all. I&#8217;m Katie Richards. I am one of the four folks on the lead organizing team for WordCamp US this year. This is my first time on the lead team. Last year I was involved with WordCamp US as the lead of the PR and comms team. So naturally this year, I am working with PR and comms, but also with the volunteers and the photography teams, trying to make sure that we have enough folks on the ground to make this event awesome and everyone knows what they need to know to have a successful event. When I&#8217;m not doing WordCamp stuff, I am the project manager of the community growth team at A2 Hosting.</p>\n\n\n\n<p>BobWP:<br />Cool. Julia.</p>\n\n\n\n<p>Julia:<br />Hello. Well, it&#8217;s a delight to be here and I last met in Taiwan at WordCamp Asia over a really lovely dinner, so it&#8217;s good to see you again, Bernard. My name&#8217;s Julia Golomb and I also am part of the lead four for WordCamp US along with Katie and Aaron who are here, and then Sandy Edwards who&#8217;s not on this recording today. And I am sponsored by Automattic to contribute full-time to the WordPress community team.</p>\n\n\n\n<p>BobWP:<br />All right, and last, but very not least, Aaron.</p>\n\n\n\n<p>Aaron:<br />So I&#8217;m Aaron Campbell. I&#8217;m also on that lead four team for WordCamp US. I&#8217;ve been in the WordPress space a long time, probably, I guess, going on almost 20 years now, contributing to the project for maybe 18 of those. I used to contribute mostly through code and now I contribute mostly through things like organizing events like WordCamp US, things like that. When I am not organizing WordCamp US, I am Director of Product at A2 Hosting.</p>\n\n\n\n<p>BobWP:<br />Alright, excellent. Well, let&#8217;s start first with Portland, Oregon. So tell us about Portland, Oregon. I could probably say a few things. I actually lived right between Portland and Seattle for many, many, many, many years. I&#8217;ve been to Portland a few times. Portland. What is special about Portland or what do you want to share about Portland?</p>\n\n\n\n<p>Julia:<br />I am happy to start because I love Portland, Oregon. As a city, I make an effort to visit every single year because one of my best friends lives there and there really the nature is what stands out to me. So there are mountains and rivers and the coast. The Pacific Coast is a couple hours west of Portland, but just within the city, you can find hiking and beautiful views and also incredible food. Portland is really well known as a foodie hub and a coffee hub. So everyone who&#8217;s coming to WordCamp US, I encourage you to venture out around Portland to find some great spots for dinner, and I have no doubt that everyone will be having some fabulous coffee while you&#8217;re in town too.</p>\n\n\n\n<p>Aaron:<br />I have to agree with Julia. It&#8217;s a beautiful place. The food and the coffee definitely speak to me, if you will. I love it. I definitely take a little bit more of the kind of pragmatic approach to describing the city in that I feel like it really fits our needs for a conference as well. And it&#8217;s not easy to find a place for a conference like WordCamp US. It&#8217;s not a hundred thousand person conference, but we&#8217;re also pretty big now, and it can be hard to find a place and we bring in a global audience, right? Finding a place that can fit us, that can serve our needs that everybody can travel to easily. It&#8217;s a big ask and Portland really stepped up for us this year. The city itself is helping us in a lot of ways. They put a lot of effort into making sure that conferences can be held at this conference center and interact well with all the hotels and shops and whatnot around. I&#8217;m really excited just that they have been able to pull together this experience for us and for everybody attending.</p>\n\n\n\n<p>BobWP:<br />Katie, have you ever been to Portland?</p>\n\n\n\n<p>Katie:<br />I have not. Oregon is the one state on the west coast that I have not been to and I am very excited to check it off my bucket list, but I am excited for this event in Portland for all of the reasons that Julia and Aaron have mentioned, but also knowing that this is the first of two years that we get to be in the same venue, the same location, get to know the city. I think it&#8217;s going to really enhance our experience this year, but also next year as we regather and kind of have a homecoming.</p>\n\n\n\n<p>Julia:<br />I also want to add that the venue where WordCamp US is taking place this year is absolutely gorgeous. It was just renovated in 2019 through a $40 million renovation project. It&#8217;s a super sustainable building. I think maybe I want to say Lead Platinum, which in the US is a certification for building sustainability. So it&#8217;s just a really nice place to be, and I&#8217;m excited to get to spend several days in such a beautiful space.</p>\n\n\n\n<p>Bernard:<br />I had a question. So for WordCamp EU, we did a little music video and we were thinking about doing something at Omnisend for Portland and I grew up in Miami and the furthest north I&#8217;ve been to the west coast, but the furthest north was like San Francisco. So I don&#8217;t know much about Portland except I had two things in my head, nature and coffee. So I&#8217;m happy to know that it&#8217;s a foodie culture as well. But there was one slogan when I was looking at Portland that I was wondering about it&#8217;s Keep Portland Weird. Is that a strong character of Portland or a good description or is that something that&#8217;s minimal?</p>\n\n\n\n<p>Aaron:<br />I think one of the cool ways that I see that coming through in Portland is the push for unique everything. Essentially fewer chains and more unique. So in my experience in Portland, and I maybe have not had as many as some of the others here, but restaurants that you just can&#8217;t find anywhere else, experiences that you can&#8217;t find anywhere else. To me that&#8217;s the weird part of keep it weird. And as someone who loves to experience through their unique food especially, I found that particularly fantastic that you didn&#8217;t have to sort through a million chains that I can already get at my home in Oklahoma. There was plenty of unique stuff there, so I&#8217;m excited for our guests to be able to experience the same.</p>\n\n\n\n<p>Julia:<br />I also want to add that there is a light rail that runs through Portland and so there&#8217;s good public transit to get directly from the airport. You just get on this light rail train and take it from the airport to the venue. The Oregon Convention Center and the official WordCamp US hotel is directly across the street from the venue, and so you can go from your hotel to the airport and vice versa via public transit. I think it&#8217;s, I want to say, a $2 ticket. So people, of course, there&#8217;s rideshare available in Portland and people can use that, but there&#8217;s also the light rail as an option for getting around.</p>\n\n\n\n<p>BobWP:<br />I think keeping it weird, what I love about that is it&#8217;s not only Portland&#8217;s goal, but I think what Aaron said, it&#8217;s a suggestion to everybody visiting. So it&#8217;s like, yeah, be unique and there&#8217;s just little different parts of Portland that you&#8217;ll find uniquely weird in one way or another and how you define weird, that can be something different for everyone, but I think that a lot of WordPressors will fit in well there. So I want to hear more about the actual venue. So let&#8217;s go from Portland, zero in on the venue. You talked a little bit about it, Julia, but there seems to be a lot of buzz around the venue. I&#8217;d love to hear from all three of you what it is that excites you about this venue, even though I don&#8217;t know if any of you have had a chance to visit it, but just from what you&#8217;re doing</p>\n\n\n\n<p>through research and planning.</p>\n\n\n\n<p>Aaron:<br />I have not had a chance to visit the venue. I have had the chance to watch some walkthrough videos that some of our folks have put together. There are a number of things that really excite me about this venue, though. My excitement really started to build when our designer, Sam, was pulling together some of the design concepts for our WordCamp US site this year and was just pulling up photos from the venue to use as inspiration and kind of the way that they&#8217;ve brought a lot of that nature feel of the Portland area inside the venue. It was exciting, it was fun, it is going to be a really nice place to be, and then it continued to grow as I saw just how much space we&#8217;re able to get at this venue, something that we have struggled with over the last couple of years, getting enough space that&#8217;s all close together for us to have our talks and our sponsors and all of our people, a couple thousand people all in one, I guess, kind of a cohesive group.</p>\n\n\n\n<p>And this year we have that. I&#8217;m super excited about how much we&#8217;re going to be able to do in the space, how much we&#8217;ve been able to open things up to sponsors to be more creative, more space for them to be and for how we can bring everyone together and not have to have some chunks of our talks or sponsors or whatever really far away from everyone else. We can have lots of space and have it all in one place. And then the last thing that I want to point out that&#8217;s been super exciting is the sustainability of the venue. And Julia brought this up and can probably speak a little bit more to it, but it&#8217;s not just that the venue is sustainable in the way it was built or the way that they operate. They hold us to a sustainability standard as well, and it&#8217;s been really nice having them come alongside us in that and help us figure out how we can have a 2000 person event, have our sponsors still have the impact that they want, and be as good to the environment as we can in the process. So sustainable materials, they&#8217;ve been really good at helping us do that.</p>\n\n\n\n<p>Katie:<br />I think the thing that I&#8217;m most excited about over last year as far as the venue goes is that the space makes sense for us. We don&#8217;t have to move floors to get to additional conference spaces. Everything is kind of close by. It&#8217;ll be a natural flow in and out of programming rooms. Looking at it from a sponsor&#8217;s perspective, I&#8217;m really excited about what the sponsor hall is going to look like and the interactions we&#8217;re going to be able to have with attendees as they come in and out, which is really fun. I&#8217;m also excited that we haven&#8217;t mentioned this, I think, that the conference hotel for those who have purchased a ticket, it&#8217;s in your confirmation, you can book your hotel room. It&#8217;s right across the street, so as you leave your room in the morning to grab your coffee, you&#8217;re going to run into WordCamp attendees. You&#8217;ll be walking across the street with folks that you&#8217;ll be sitting in sessions with later. Having that sense of closeness gives it more of a summer camp vibe. We&#8217;re going to be eating and hanging out with and just being around all of our WordCamp community friends for several days, and that&#8217;s incredibly exciting.</p>\n\n\n\n<p>BobWP:<br />So how about if we take this a day at a time? We have four days and I&#8217;ll start with day one, contributor day. So I want to hear not only about contributor day for people that don&#8217;t know what contributor day is and the opportunities for them, but if there is anything unique to this contributor day.</p>\n\n\n\n<p>Aaron:<br />I guess that one&#8217;s on me again because the mentor for the contributor team, this contributor day team this year. First of all, what are contributor days? To me, they&#8217;re a big part of what makes our WordPress project continue forward in a healthy way. We&#8217;re a mostly volunteer-driven project, and people&#8217;s lives ebb and flow for all kinds of reasons. People can contribute heavily at some times and less at other times, but these days give us the chance to really mentor in and bring in new folks to continue that healthy flow of people into our project. And so these days, it&#8217;s not just about the work that gets done on that day, although that&#8217;s great, that&#8217;s good. It&#8217;s great that we get all of our teams together and can make some progress, write some code, write some documentation, whatever it is. But to me, the coolest thing is bringing the people together and the mix of the old folks that have been contributing for a long while and the new folks that have never contributed and get us all in the same space and working together.</p>\n\n\n\n<p>That&#8217;s the coolest, most exciting thing about contributor days for me personally. To that end, what this one&#8217;s going to look like, we have lots of space. Like I said, we have a nice giant hall that we&#8217;re going to be able to have all the contributors in at one time, so that is going to facilitate a lot of that meeting the people that you haven&#8217;t had the chance to meet before, getting to know the people that you&#8217;ve maybe only ever known digitally through their username on Slack, getting that chance to sit across the table from one of them or work together on a project. And so we have plenty of space to do that. And then we have a number of breakout rooms that we&#8217;re going to have available so that smaller groups can go off into a slightly lower noise area to work on something heads down if they really want to for a while. We&#8217;re going to even try to schedule out some of the times for those rooms so that if there are specific projects that teams want to work on and want people from other teams to be able to join them, they&#8217;ll be able to in these breakout rooms.</p>\n\n\n\n<p>Bernard:<br />I can add that I&#8217;m definitely excited just not to be a sponsor, but to be probably leading the marketing table and just to be a contributor. I love that. It&#8217;ll be my third time leading, but I love that in the beginning there&#8217;s this very small quiet phase on contributor days and then within 15 minutes people start working, there&#8217;s this nice buzz and then they go to lunch and then they come back and then you have this big networking effect where people just crossing tables and they begin to really get into the work and they begin to get into the community. Especially when I look at new contributors, they go from pretty shy before lunch to pretty happy and active and comfortable in the second part. So I&#8217;m pretty excited about that for all WordCamps, I would say definitely for us.</p>\n\n\n\n<p>BobWP:<br />Yeah, for me, I think it&#8217;s sometimes I spend more time often with the community table. I&#8217;ll spend time there or within the community team, but I think this year I&#8217;m going to choose to buzz around, a fly and be the fly on the wall and just listen in because so much for me isn&#8217;t about actually getting my head down and working on things, but I&#8217;d love to hear what&#8217;s going on and there&#8217;s some teams I&#8217;ve never really sat and listened to for a while, so I think that&#8217;s going to be my goal this time around. It sounds like the perfect kind of venue for it and the space for it. So yeah, a lot of great stuff that leads us into the next day. So this is actually different because everything we&#8217;re usually like, okay, contributor day, bam, then we got two days of the event. I would like to hear about the showcase day because this is pretty cool.</p>\n\n\n\n<p>Julia:<br />Wednesday, September 18th, is Showcase Day, so it&#8217;s day two of WordCamp US and Showcase Day is something that&#8217;s brand new this year for WordCamp US. The idea is to showcase the most innovative, cutting-edge uses of WordPress. So we&#8217;ll have folks showing off websites that they&#8217;ve developed that use really cool applications of WordPress and not only sites, but also plugins and just anything within the WordPress ecosystem. I&#8217;m super excited about Showcase Day. I think of everything that I&#8217;m psyched about for WordCamp US, which is a lot. Showcase day is the number one, just the caliber or the quality of presentations that we have in store for that day is phenomenal. And I would encourage everyone who&#8217;s attending WordCamp US, you do not want to miss Showcase Day. It&#8217;s the place to be.</p>\n\n\n\n<p>Bernard:<br />I was actually going to tell Aaron that I&#8217;m pretty excited about Contributor Day, but I&#8217;m extremely excited about Showcase. It is the number one thing. I have a general rough idea of what&#8217;s going to happen, but I actually don&#8217;t know what&#8217;s going to happen. And the way that Julia just mentioned that what they have in store is going to be amazing. I want to be there early just so I can secure a seat in the front and I want to stay there to use the bathroom before I go so I don&#8217;t move because I know that I&#8217;m going to get half the team to come leave the other half walking around and networking. But this is going to be something that we all have on our calendars and we&#8217;re fighting about who&#8217;s going to be able to show up or not.</p>\n\n\n\n<p>Aaron:<br />It&#8217;s definitely something that people are going to want to watch for the speaker and talk announcements that are going to be coming out very soon that will cover both the regular classic programming days that you were talking about Bob, as well as this showcase day. There&#8217;s going to be some really exciting stuff. I think that we can probably even talk a little bit to the kind of inspiration that launched this day last year. We had a really fantastic talk by NASA that was showcasing how they were using WordPress to run their site and they did a show-off, this is how we&#8217;re doing it. And then they also did a little bit of behind the scenes, this is how we did the thing. And it seemed like that was an extremely cool way of showing not just the big number that we always hear like, oh, WordPress powers 43% of the internet and it goes from these really big exciting sites down to everybody&#8217;s hobby site.</p>\n\n\n\n<p>But instead it really dug into what are some of those, what is WordPress really capable of? What does some</p>\n\n\n\n<p>of that 43% actually look like? And so we thought that worked great, let&#8217;s expand that out. Let&#8217;s give that a whole day. We are doing way more than one cool exciting site. There&#8217;s a ton of amazing stuff happening that&#8217;s powered by WordPress. And so we want to get the chance for the folks that are doing these cutting-edge, exciting, interesting, innovative things with WordPress to show us the sort of wow side of what they&#8217;re doing and then ideally some of them to even come in and show us how we did this amazing thing, but how could you do something similar? And so that&#8217;s how we&#8217;re trying to target this day, have people showing off the wow and then have some people also digging into the how ideally exciting us about WordPress and showing us how we can all level up to do that kind of exciting stuff.</p>\n\n\n\n<p>BobWP:<br />So we have Contributor Day, Showcase Day, and then we hit the big event for two days. Now I think how I&#8217;d like to take this is there&#8217;s so many pieces that happen during those two days. Let&#8217;s dive into it and I&#8217;d love to hear from all three of you on this.</p>\n\n\n\n<p>Katie:<br />I know we say this every year, but one thing that WordCamp US has done consistently well and then better every year is that we&#8217;ve got an incredibly diverse range of speakers and talks for those two programming days. And not only did we build programming days with diversity in mind, but they&#8217;re excellent quality talks. So what we will have available for folks to listen to and interact with is perhaps the best programming that we&#8217;ve put together so far, which is really exciting and something that we try to do year over year is intrude and learn lessons from other WordCamps and take those into account as we start building out our programming. And that was one of the things that I learned fairly quickly on joining the lead team this year is how little I know about what goes into planning WordCamps and how much thought and work goes behind the scenes before a schedule can be announced. So it was really cool to watch come together this year and then be extra proud of the product that&#8217;s coming out of it.</p>\n\n\n\n<p>Julia:<br />There are two pieces that I want to highlight from our schedule this year that are different than last year and perhaps previous years. One is that we are weaving showcase day talks throughout the Thursday and Friday programming as well. And so the showcase talks will be, I believe they&#8217;ll be highlighted on the agenda in a different color just so folks know that it&#8217;s a way to have that thread woven not only on Wednesday Showcase day, but also throughout the Thursday and Friday programming. And then we also this year have included a networking hour in the schedule that&#8217;s at the end of the day on Thursday in the sponsor hall. And this is based on feedback that we&#8217;ve heard from WordCamp US attendees about really valuing the networking opportunities that they find at WordCamp US and wanting some more dedicated time to meet other folks who are there, whether that&#8217;s attendees, sponsors, speakers, and get to know them, get to connect with them on a meaningful level.</p>\n\n\n\n<p>Katie:<br />And if you&#8217;re an introvert, that&#8217;s not something you need to be concerned about. We&#8217;re going to make it as easy as possible for folks who are perhaps a little less comfortable in those situations to find like-minded folks and connect with people who have similar interests and passions within the WordPress space.</p>\n\n\n\n<p>Aaron:<br />As an outgoing introvert, I really appreciate that. I like to talk to people, but it can be hard to figure out where my people are, I guess so to speak. Where are the people that I can bring value to that conversation or do my part or learn something new and interesting? And so we&#8217;re trying to bring the sponsors in on that a little as well. One of the great things about WordCamps is that our attendees, they&#8217;re really our primary focus. We try to keep things extremely affordable for them to attend to make sure that their experience is amazing. I try not to talk about the money too much. It&#8217;s not what everybody wants to hear about, but every attendee costs us far more than they pay for their ticket to attend, and the sponsors are what make that possible. But not only do our sponsors come to us with the money to make this possible for all these attendees, they also come with often experts from their companies that have a wealth of knowledge to impart to our attendees.</p>\n\n\n\n<p>And so at times like these networking hours, it gives us the chance to leverage some of those experts and say, hey, if you want to talk about this thing, there are experts at this sponsor booth. Y&#8217;all can go hang out during networking hour and pick their brain, learn from people who are managing thousands or tens of thousands of servers, how to better manage your server. There are those people around and we&#8217;re going to be able to make that available to our attendees during networking hour.</p>\n\n\n\n<p>BobWP:<br />Bernard, you said this is your one-year anniversary as a sponsor for Omnisend, and to me that&#8217;s kind of mind-blowing because it feels like you&#8217;ve been around a lot longer than that and more WordCamps than that. I don&#8217;t know. I&#8217;m thinking, wow, that&#8217;s a lot that&#8217;s happened in that period of time. What does WordCamp bring to you as a sponsor and especially hearing all of this?</p>\n\n\n\n<p>Bernard:<br />So I have two perspectives, have one as a sponsor and one as a sort of a contributor and a contributing member. So sometimes it&#8217;s a bit hard for me to separate those two, but both of them are related to people. I would say one on the contribution side. So of course there&#8217;s some challenges with contributing to WordPress, but every time you meet people in person, you get this surge of energy when you see like-minded people who are all working together, giving up their free time, sponsored or not, they&#8217;re giving up their time to build this thing, continue pushing it forward, and they put all of their passion into it. And I think that this is the basis for where we as sponsors see value because then you create a community of companies or plugins that also have the similar kind of philosophy. They have the same vibe.</p>\n\n\n\n<p>They&#8217;re there of course to earn money and to make sales and all that, but they have at the basis it feels like they have this urge to help each other, just whatever it is. So we have a lot of people that we may not find any particular way to work with, but we just want to connect with them and network with them and keep in touch with them and just hope that at some point in the future we&#8217;ll find some business reason to stay in touch. But for the most part, the most valuable thing that we get there is that we network with people who are valuable based on their value, based on their intelligence, based on their passion. And then the business reason comes in a little bit second. And I think the other reason is that Omnisend started more in the Shopify ecosystem and that one, it is very interesting place, but it is pretty different because that one tends to be a bit more transactional, firstly on the surface.</p>\n\n\n\n<p>And so there&#8217;s a lot of value placed on the size and scope of your business first and then whatever value you have, secondly. And here, no matter who you are, you can talk to Matt, you can talk to Josepha, you can talk to people who you may not have had any other opportunity to talk with before. And then you can find again places in which you can build that relationship later on. So I think for us from the first time, like I said, when our CEO and VP of marketing just attended WordCamp US, which was last year, they&#8217;ve come back with so much fire and every time we go to the WordCamps events, the flagships or the small ones, we have that fire. It is reignited again and again and again. So I think the value is one that we found one time and it is just continuous and it is always increasing. So it&#8217;s all of us an addiction, I would say everyone is fighting to go to the next WordCamp, and I think the team we&#8217;re sending keeps on getting bigger because everyone just wants to go. That&#8217;s hard to summarize, but I think people, that&#8217;s my word.</p>\n\n\n\n<p>Aaron:<br />I love that. If we can be that place where it&#8217;s like, hey, come to WordCamp US, get fired up. Be the person that comes back to your team with a million great ideas and a fire behind you. I love that. I hope we&#8217;re that for all kinds of companies and people.</p>\n\n\n\n<p>Bernard:<br />I think that anyone who has any doubts or anyone who&#8217;s just a bit curious, the only thing I would say is, as Aaron said, the tickets for WordCamp are pretty cheap. Just go attend the WordCamp, go to the four days or the three days or just the two days, even just one day, just go to contributor showcase day and you will probably catch fire within two or three hours, I think. So any doubters, your doubts will be relieved pretty soon.</p>\n\n\n\n<p>BobWP:<br />And I think that from someone that has been going to WordCamp since, I think my first one was 2010, and I&#8217;ve gone to various ones over the years. I&#8217;ve spent many years at what I call other conferences where like you said, they&#8217;re very transactional. And I think one of the things people need to remember is that when you walk up to a sponsor at WordCamp, the best thing about that is you&#8217;re not shoved in the face with a product. You actually get to meet the people behind the product. And when I moved into the WordPress space, that was one of the things that stood out most to me was I never felt like I got to really know anybody at a company through a conference because it was that. And you&#8217;re going to get to know people, you&#8217;re going to have good conversations. You&#8217;ll probably meet them later on at a party or you&#8217;ve already met them and you&#8217;re just reconnecting again. So you&#8217;re going to meet people, you&#8217;re going to talk to people, and you&#8217;re going to probably make friends</p>\n\n\n\n<p>. It&#8217;s really valuable. And after all that is done, you go to all these side events, you&#8217;re going to go to breakfast and lunches and dinners and wander around Portland and drink craft beer and coffee and eat food. Then comes the social.</p>\n\n\n\n<p>Julia:<br />Yes. I&#8217;m so glad you brought up the social. I was ready to talk about it.</p>\n\n\n\n<p>BobWP:<br />We&#8217;re there now, end of day four, and it is time for the social. Tell us about the social.</p>\n\n\n\n<p>Julia:<br />Alright, our four days of WordCamp US conclude on the evening of Friday, September 20th, with the WordCamp US Social, which will be held at OMSI, the Oregon Museum of Science and Industry. And it&#8217;s a really cool museum on the river with a submarine, an old submarine that is in the river, and attendees can go into the submarine and tour it, which is pretty cool. There&#8217;s a planetarium programming running throughout the event, so people can pop in to see different planetarium films, and there&#8217;s going to be refreshments available. The most important thing to know is that this party, this WordCamp US social, is included with your WordCamp US ticket. Bring your badge. Your badge is your ticket for admission to the social. And if you have a guest with you who&#8217;s in Oregon traveling with you, maybe not attending the daytime programming, just buy them a ticket for WordCamp US. Make sure that you print their badge at the registration desk, and then that&#8217;s their ticket to join you as a plus one at the social. Everyone&#8217;s welcome. It&#8217;s going to be a really, really lovely event and an opportunity to get to relax and meet folks and see old friends.</p>\n\n\n\n<p>BobWP:<br />Excellent. So we&#8217;re going to wrap up here and I think everybody&#8217;s excited. The thing is, probably people say, Bob, you don&#8217;t sound very exciting, but I&#8217;m holding it all inside me. That&#8217;s how I do my excitement. I never sound super overly excited, and I&#8217;m sure anybody here can attest to that. But yeah, I&#8217;ve got my flight booked, I&#8217;ve got my hotel booked. I will be staying right across the street.</p>\n\n\n\n<p>Julia:<br />Bob, you&#8217;ve booked your flight, you&#8217;ve booked your hotel. Have you purchased your WordCamp US ticket?</p>\n\n\n\n<p>BobWP:<br />Oh yeah, I did. And did I purchase the last one? That&#8217;s what I want to know.</p>\n\n\n\n<p>Julia:<br />You did not purchase the last ticket. There are still tickets available. If you are listening to this and have not yet purchased your WordCamp US ticket, go to your computer right now and do that. Please get your ticket now. It&#8217;s really helpful for us as we&#8217;re planning to have a clear sense of numbers, and we have tons of space, so everyone who wants to come can, but just make sure you get your ticket as soon as possible.</p>\n\n\n\n<p>BobWP:<br />And we talked about all the great sponsors and I could list them all, but please go to this site, make sure you visit all the sponsors, and if you want to be one of those great sponsors and all of us clamoring up to you, are there any spots left?</p>\n\n\n\n<p>Katie:<br />Yes, there are several spots left, and there is an interest form available on the website as well. So if you are thinking maybe I&#8217;d like to consider sponsoring this year, reach out, have a conversation with our sponsor team.</p>\n\n\n\n<p>Julia:<br />In particular, we&#8217;ve got a couple of our lowest-cost sponsorship opportunities available for $5,000. You can have a presence in the WordCamp US sponsor hall, which means that a couple thousand people will be visiting your table. And it&#8217;s a great way to have that presence in the sponsor hall. That&#8217;s called the Our Author Level sponsorship.</p>\n\n\n\n<p>BobWP:<br />Very cool. Well, first of all, I want to thank Bernard for co-hosting and also lending his perspective on the whole thing. Do make sure and visit the Omnisend Booth, find Bernard. Tell him what you thought about him as a co-host and if he should come back again.</p>\n\n\n\n<p>Bernard:<br />It lived up to the expectations. It was the most fantastic 50 minutes of my life.</p>\n\n\n\n<p>BobWP:<br />Excellent. And thank you three and the entire team. This is huge. It&#8217;s amazing what you pull off. There&#8217;s going to be all these volunteers helping you, and it&#8217;s just your hard work and everything just is, there&#8217;s so much gratitude.</p>\n\n\n\n<p>Julia:<br />You mentioned volunteers, Bob. I think we also have a few volunteers&#8217; spots still available. So if somebody is listening to this and moved to contribute to WordCamp US as a volunteer while you&#8217;re actually there, send an email to us at WordCamp.org and let us know that you want to come as a volunteer.</p>\n\n\n\n<p>BobWP:<br />Cool. Well, tons of opportunities. So yeah, go to us.wordcamp.org and the dates are September 17th through 20th. So it&#8217;s coming up real quick. I&#8217;m excited. Please come and say hi to me or find me somewhere. If you&#8217;re one of those volunteers that actually volunteered afterwards, come up and I&#8217;ll take you around and I&#8217;ll introduce you to Bernard because you&#8217;ll love the guy. And I&#8217;m so looking forward to this. And just want to thank all four of you for joining us for this particular episode. And yeah, we&#8217;ll see everybody at WordCamp US. So thank you very much.</p>\n</div>\n\n\n\n\n<p><strong>A special thanks to our sponsors who will also be sponsoring WordCampUS. Visit them on the WordCamp site.</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://us.wordcamp.org/2024/sponsor/avalara/\">Avalara</a></strong></li>\n\n\n\n<li><strong><a href=\"https://us.wordcamp.org/2024/sponsor/godaddy/\">GoDaddy</a></strong></li>\n\n\n\n<li><strong><a href=\"https://us.wordcamp.org/2024/sponsor/hostinger/\">Hostinger</a></strong></li>\n\n\n\n<li><strong><a href=\"https://us.wordcamp.org/2024/sponsor/omnisend/\">Omnisend</a></strong></li>\n\n\n\n<li><strong><a href=\"https://us.wordcamp.org/2024/sponsor/weglot/\">Weglot</a></strong></li>\n</ul>\n\n\n\n<p>Welcome to a special episode of <strong><em>WordPress Event Talk</em></strong>, where we dive into the excitement and anticipation surrounding the upcoming <strong>WordCampUS 2024</strong>, taking place September 17-20.</p>\n\n\n\n<p>In this episode, we have a unique treat for you as one of our sponsors, <strong>Omnisend</strong>, has sent their <strong>Senior Director of Communications and Creative, Bernard Meyer</strong>, to join <strong>BobWP</strong> as a guest host. And we are chatting with the three of the four organizer leads, <strong>Katie Richards, Julia Golomb and Aaron Campbell. </strong></p>\n\n\n\n<p>They chat about everything you need to know about WordCamp US, from the host city,  Portland, Oregon, to the innovative Showcase Day, and the various programming and networking opportunities that await attendees. </p>\n\n\n\n<p>Whether you&#8217;re a seasoned WordCamp veteran or a first-time participant, this episode is packed with valuable insights and behind-the-scenes details that will get you pumped up for the event. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights of WordCampUS 2024</h2>\n\n\n\n<p><strong>WordCamp US Overview</strong>: The upcoming WordCampUS event in Portland, Oregon, promises to be an exciting and memorable occasion. Our discussion highlights the unique aspects and attractions of Portland, including its stunning natural landscapes, vibrant food and coffee culture, and the city&#8217;s quirky charm encapsulated in the slogan &#8220;Keep Portland Weird.&#8221; </p>\n\n\n\n<p><strong>Venue Details</strong>: The venue for WordCampUS is the Oregon Convention Center, which has recently undergone a $40 million renovation project. This sustainable building, certified with LEED Platinum, offers a beautiful and eco-friendly space for the event. Its convenient location includes a light rail connection from the airport and is directly across the street from the official WordCamp US hotel, enhancing accessibility and attendee experience.</p>\n\n\n\n<p><strong>The Event</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Day 1: Contributor Day</strong>:<br />Contributor Day is important for mentoring and onboarding new contributors to the WordPress project. It offers extensive networking and collaboration opportunities in a large, cohesive space with dedicated breakout rooms for focused work. This day is about more than just the work accomplished; it&#8217;s about building connections and fostering the WordPress community spirit.</li>\n\n\n\n<li><strong>Day 2: Showcase Day</strong>:<br />A new addition this year, Showcase Day is designed to highlight the most innovative and cutting-edge uses of WordPress. Attendees can look forward to great presentations and demonstrations of websites, plugins, and applications within the WordPress ecosystem. This day aims to inspire and showcase the versatility and power of WordPress.</li>\n\n\n\n<li><strong>Days 3 &amp; 4: Main Conference Days</strong>:<br />The main conference days promise a diverse range of speakers and talks, each offering excellent quality and insightful content. This year introduces a networking hour at the end of the day on Thursday in the sponsor hall, providing a dedicated time for attendees to connect with others, including sponsors, speakers, and fellow participants, fostering relationships.</li>\n</ul>\n\n\n\n<p><strong>Sponsorship and Community</strong>: Bernard Meyer shares his perspective on the immense value of sponsoring WordCamp US and the community it fosters. Unlike other transactional conferences, WordCampUS allows sponsors and attendees to connect on a personal level, building relationships that go beyond mere business interactions. This sense of community and shared passion is what makes WordCampUS special.</p>\n\n\n\n<p><strong>WordCamp US Social</strong>: The event will conclude with a social gathering at the Oregon Museum of Science and Industry (OMSI) on the evening of Friday, September 20th. Attendees will have the opportunity to explore the museum, including a submarine tour and planetarium programming. The social is included with the WordCampUS ticket, and attendees are reminded to bring their badges for admission. Guests can also join by purchasing a ticket, making it a perfect opportunity to relax and connect with others.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://us.wordcamp.org/2024/tickets/\">Get your ticket to WordCampUS</a></strong></li>\n\n\n\n<li><strong><a href=\"https://us.wordcamp.org/2024/volunteering-at-wordcamp-us-2024/\">Sign up as a volunteer</a></strong></li>\n\n\n\n<li><strong><a href=\"https://us.wordcamp.org/2024/call-for-sponsors/\">Sponsor WordCampUS</a></strong></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:\"Mon, 05 Aug 2024 13: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:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Gutenberg Times: Gutenberg Changelog #105 – Gutenberg 18.9, Block Themes and WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=29640\";s: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:103:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-105-gutenberg-18-9-block-themes-and-woocommerce/\";s: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:48808:\"<p>Ellen Bauer and Birgit Pauli-Haack discuss Gutenberg 18.9, Block Themes, WooCommerce and more.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-105-gutenberg-18-9-block-themes-and-woocommerce/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-105-gutenberg-18-9-block-themes-and-woocommerce/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Ellen Bauer </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/ellenbauer\">On X (former Twitter) @ellenbauer</a></li>\n\n\n\n<li><a href=\"https://www.elmastudio.de/en/\">ElmaStudio</a></li>\n\n\n\n<li><a href=\"https://join.slack.com/t/woocommercecommunity/shared_invite/zt-2noqfhew6-7C9cJTwF8EnbfAlNEhv78g\">Join WooCommerce Community Slack</a></li>\n\n\n\n<li><a href=\"https://woocommerce.com/posts/woocommerce-in-2024-roadmap-update/\">WooCommerce in 2024 and beyond: Roadmap update</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Learn.WordPress</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Video playlist <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7EQuGoWcrS2ElPx3A_zrCsM5\">Intermediate Theme Developer</a></li>\n\n\n\n<li>Course: <a href=\"https://learn.wordpress.org/course/intermediate-theme-developer/\">Intermediate Theme Developer</a></li>\n\n\n\n<li>Course: <a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\">Beginner WordPress Developer</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Upcoming Events</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>August 13&nbsp;<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302520686/\">Developer Hours: Hello, Blocks! – An Introduction to Block Development</a></li>\n\n\n\n<li>August 15: <a href=\"https://make.wordpress.org/core/2024/07/09/hallway-hangout-lets-chat-about-whats-next-in-gutenberg-2/\">Hallway Hangout: Let’s chat about what’s next in Gutenberg (August 2024)</a></li>\n\n\n\n<li>August 27: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302512124/\">Developer Hours: Building WordPress themes with the Create Block Theme plugin</a><br /></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Developer Blog</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://developer.wordpress.org/news/2024/07/30/building-a-card-layout-with-a-hover-reveal-effect/\">Building a card layout with a “hover reveal” effect</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/07/22/mixing-and-matching-styles-colors-and-typography-in-wordpress-6-6/\">Mixing and matching styles, colors, and typography in WordPress 6.6</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg 18.9 </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/07/31/whats-new-in-gutenberg-18-9-31-july/\">What’s new in Gutenberg 18.9? (31 July)</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in active development or discussed</h2>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/61577\">&nbsp;Add plugin template registration API #61577</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, hello and welcome to our 105th episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg 18.9, a little bit of block themes, WooCommerce, and more. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for the WordPress Open Source project sponsored by Automattic.</p>\n\n\n\n<p>My special guest today is the wonderful Ellen Bauer, early adopter of blocks and block themes with themes from ElmaStudio, from New Zealand, temporarily from Bangkok, Thailand. Thank you so much for joining me today. How are you, Ellen?</p>\n\n\n\n<p><em>Ellen Bauer: </em>Thank you very much. I&#8217;m happy to be here. Yes, I&#8217;m in Bangkok right now, so I&#8217;m very good. Thank you. How are you, Birgit?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I&#8217;m good. I&#8217;m good. Munich&#8217;s getting really summer temperatures, so we&#8217;re 33 degrees already early in the morning. Well, not that early, but it&#8217;s really hot. And with apartments without air conditioning, we have fans.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Oh, that is great. I think that&#8217;s even hotter than Bangkok right now because here it&#8217;s the rainy season, so it&#8217;s coolish for Bangkok terms, maybe 29 or 30 degrees.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s similar.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Quite nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s probably humid too.</p>\n\n\n\n<p><em>Ellen Bauer:</em> It is. It is, yeah. But compared to two months ago, it&#8217;s actually really nice. So yeah, we are enjoying it. Another two weeks, then we will be back in New Zealand. Winter in New Zealand. So a change is coming up.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you need some warm clothes there.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, I already ordered fleece sweaters. That will work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So since we last talked, and it&#8217;s probably&#8230; Well, you and I met at WordCamp Europe, but since you were last on the Changelog, your responsibilities have changed quite a bit in the last few weeks. So what are you working on right now?</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, that is true. Changed a lot. So just after WordCamp Europe in Turin, I started as a product manager for WooCommerce, with Automattic now, which is very exciting and it&#8217;s a great responsibility and opportunity for me that I&#8217;m very excited about.</p>\n\n\n\n<p>And everyone has been welcoming me so nicely and I&#8217;m still in the onboarding phase and it&#8217;s really, really fun at the moment and lots to do and I have lots of ideas too. My main responsibility is trying to increase block theme adoption for WooCommerce and there&#8217;s a lot to do still. So lots of work and lots of fun working on that. I&#8217;m really, really grateful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, just from my personal opinion, I think I couldn&#8217;t have chosen a better person to do all that.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I&#8217;m really happy that you&#8217;re my coworker and that you&#8217;re working on the WooCommerce things. So things are moving in the WordPress space. There are quite a few things happening and you can all learn about these other things on the other podcasts like Do the Woo, I don&#8217;t know. If you haven&#8217;t tuned into those podcasts, there are about 12 different shows with, I think, 20 different hosts, so that&#8217;s definitely something to look about, dear listeners.</p>\n\n\n\n<p>And there&#8217;s also a WP Minute with Matt Medeiros. He has some great shows and commentary on the news in WordPress and here we stick to Gutenberg and what&#8217;s around blocks development and block themes.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p>So the first announcement today is the videos for the Intermediate Theme Developer course on the Learning pathways on YouTube.</p>\n\n\n\n<p>So the training team has been working on learning pathways for beginner, intermediate, and advanced and then build courses around it. So you could start with the beginner developer course and then go to the intermediate theme developer and then to the advanced. And all those courses or lessons in those courses are actually self-contained, so you could just pick and choose which one you want to learn about.</p>\n\n\n\n<p>But the intermediate theme developer course, there are 32 videos and it&#8217;s covering everything from global styles and theme JSON template, template parts, patterns, style variations, block styles, you name it, what&#8217;s in block themes, but the course is also built around&#8230; It covers all also classic themes.</p>\n\n\n\n<p>So for instance, the Loop or how to use the theme JSON in classic themes. So if you need some refresher on certain concepts, you definitely can watch them individually or use the course on <a href=\"http://learn.wordpress.org\">learn.wordpress.org</a> to get it in sequence. I also will share the link to the beginner WordPress developer course, which has been published also a couple of weeks ago. Just want to remind you that that is there. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: We also have upcoming developer hours and I think that&#8217;s a really exciting topic for block developers on August 13, 3:00 PM UTC with the title Developer Hours, Hello Blocks and Introduction to Block Development. I think that&#8217;s a super interesting topic for everyone who hasn&#8217;t built blocks or just wants to get a refresher or update on it.</p>\n\n\n\n<p>So blocks are used now with almost all WordPress projects and core blocks cover quite a wide range of things that you can do with them. You also have a lot of third-party block libraries available, but sometimes it&#8217;s just not enough and you need to build your own blog. I&#8217;ve been there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you definitely have been there, yes.</p>\n\n\n\n<p><em>Ellen Bauer</em>: It&#8217;s really a lesson learned to try to build your own block and it&#8217;s actually way easier, I felt, for most cases, for most custom blocks compared to what I initially thought. And so we&#8217;ve come up a long way and you can learn in this developer hours how to build your own custom block from scratch, which is really cool. So there&#8217;s a meet up link for that in the show notes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, just a couple of weeks ago, there was the developer hours. Do you really need a custom block? What are the alternatives to building custom blocks? So you decide it. Block styles are not enough. Block variations are not enough. Patterns with sync patterns, all rights are not enough. You need your own custom block because the core block doesn&#8217;t give you enough features or anything, but then you need to start from scratch. And if you haven&#8217;t started yet, this definitely gets you an in into the topic and the space.</p>\n\n\n\n<p>So two days later, there will be a hallway hangout with Anne McCarthy and it&#8217;s about let&#8217;s chat about what&#8217;s next in Gutenberg. With WordPress 6.6 being out, the teams are already working feverishly on what they want to put into WordPress 6.7 and Anne McCarthy wrote about this one Hangout seeks to be another snapshot of what&#8217;s being worked on Gutenberg plugin to provide a broader awareness to more WordPress contributors and get feedback.</p>\n\n\n\n<p>The hope is to come together early to talk about different features, flush out concerns sooner, and help more folks get involved and find ways to work better together. I know that there are quite a few things in the roadmap for 6.7. The official roadmap hasn&#8217;t been published yet, but watch out. I think after that hallway hangout, we will find something on the make blog. Are you excited about 6.7?</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yes, and I will definitely try to make that hallway hangout. I think I will be just, I think the first time back in New Zealand, so I hope I&#8217;m not too jet-lagged.</p>\n\n\n\n<p>But I think that&#8217;s really exciting, and I appreciate Anne&#8217;s work of giving us an overview of things that are happening with her source of truth for the releases, they&#8217;re just amazing and so helpful for everyone who is busy and can&#8217;t catch up with everything happening because that&#8217;s happening so much.</p>\n\n\n\n<p>I think I joined the last hallway hangout on what gave us a glimpse into the future and also being able to be shaping that future. So I hope lots of people can join.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I forgot to tell anybody when it&#8217;s going to happen. It&#8217;s going to be August 15th at 15:00 UTC, 3:00 PM UTC and I also share the announcement for that hangout in the show notes because it also lists what parts of the content of it, and it&#8217;s about data views of course, and it&#8217;s about sync patterns, it&#8217;s about canonical block examples.</p>\n\n\n\n<p>The discussion hasn&#8217;t ended yet what a canonical plugin will be, but people are working on additional blocks for core, then gallery block grid layout, and then the Zoom out view definitely. And together with the advanced content only editing, those will be topics of that hangout and see the first iterations or discussions or heated discussions about it.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, I think also for WooCommerce, the concept of canonical blocks and having some of them, maybe for Woo blocks as well is really interesting and could help just filling some gaps that are there currently for block theme builders and just everyone working with blocks trying to build e-commerce sites. So yeah, that&#8217;s really exciting.</p>\n\n\n\n<p>So there&#8217;s one more announcement, which another developer hour and with the title, Building WordPress Themes With Create Block Theme Plugin, the create block theme plugin, which I think is so exciting and it&#8217;s happening on August 27 at 3:00 PM UTC and with Tammie Lister and you, Birgit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yes, I really love the create block theme plugin and I get lots of questions from our team users or agency users, how they can use it to maybe create child themes or create new themes that are block themes easily. So I think that&#8217;s really exciting for small site builders and agencies to work with that plugin and learn about it more in the developer hour.</p>\n\n\n\n<p>So the topics that you two will cover, and it sounds like a lovely learning session, is you will cover how to create a theme with a plugin from scratch, how to clone an existing block theme or create a child theme. That&#8217;s one of the questions I think I have a lot from people who have been working more with classic themes is do I even need a child theme? How do I create one from a block theme? How does it all work?</p>\n\n\n\n<p>I think it&#8217;s still a new concept for many people, so that will be super useful. Then how to customize your theme in the site editor is also very good, I feel, because there&#8217;s still some confusion of what the site editor is actually doing, how to use it. So I think that will be so helpful for people, how media is used in templates and how you can manage media, how the plugin helps make themes, translation ready, that&#8217;s also one of the questions I have from people. That is all really, really helpful content that you will cover in that developer hour.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, yeah, the create block theme bridges the gap. We have three different design tools. One is coming through theme JSON, first is core and then there is the theme JSON from the theme, and then there are user changes in the site editor and they all come together on the site through the black box, I call the site the style engine. But the user changes, they all end up in the database.</p>\n\n\n\n<p>And for a theme developer, if you want to grade the theme that you reuse someplace else, you need to get that out of the database into your theme JSON and that&#8217;s what this create block theme plugin is actually doing and then a lot of things around it. So you can export whatever you do in the site editor or your client is doing in the site editor, you can all then harvest that and put it back into the theme to maybe use on other sites or put it into version control or just have it on a test site or something like that.</p>\n\n\n\n<p>So create block theme. So August 27th, 3:00 PM UTC, 15:00 UTC is definitely a place if you&#8217;re interested in that particular topic.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p>I wanted to also point our listeners, dear listeners to our developer blog because we have two new posts that might be interesting to you.</p>\n\n\n\n<p>Damon Cook, he&#8217;s a developer relations manager or developer relations person from WP Engine. He published on the developer block building a card layout with a hover reveal effect, meaning in the short tutorial you learn how to add a block style to a core block. That&#8217;s always a great skill to have and then add additional CSS for animation. And it&#8217;s even interesting for content creators, you learn how to create a grid block with card style cover block.</p>\n\n\n\n<p>So I just reviewed it and tested the code and it&#8217;s a real neat example on what is possible with the block editor. Even if the core doesn&#8217;t provide you within all the features like the animation, you could still add it in CSS in a block style. And similar to that is Justin Tadlock&#8217;s new post on the developer block, it&#8217;s mixing and matching styles, colors, and typography in WordPress 6.6, and he teaches us how to create custom color and topography only global style variations now with the new version.</p>\n\n\n\n<p>So universe is expanding exponentially with all the style variations and where you can do section styles and then just offer different variations for certain sections. It&#8217;s really neat. There was also a hallway hangout where we kind of discussed that all previously, so I will share that link as well in the show notes.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, I love just the&#8230; It&#8217;s an easy concept with the style variations and styles really get a lift different look on the front end. I really love it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, it&#8217;s not only on the front end, you also get it into the editor if you do it right. It puts it into the editor. So I did some basic, basic testings and I was able to just put in the JSON notation. You can just put a style variation in the styles&#8217; directory on your theme and it pulls it automatically in. You don&#8217;t have to worry about PHP or registering your CSS separately from editors.</p>\n\n\n\n<p>It all comes in right away and it also uses those things in front end as well as in block editor and it&#8217;s just fabulous. There is some nice magic going on. I haven&#8217;t finished my post yet, but I&#8217;m going to write on the Gutenberg times about it, how to easy put a frame around your images and all that or different kind of frames or shadows and all that, how to just add it to a style and then grab it in the theme or WordPress grabs it from your styles&#8217; directory in the theme, so it&#8217;s really magic. All right.</p>\n\n\n\n<p><em>Ellen Bauer:</em> That is cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s really cool.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 18.9</h3>\n\n\n\n<p><em>Ellen Bauer:</em> So yeah, let&#8217;s talk about the Gutenberg release 18.9. That&#8217;s really cool that it&#8217;s like 18 releases. Really, really great. So with this release, there were 245 PRs merged by 59 contributors and the release contains 84 enhancements and 72 bug fixes. That&#8217;s a lot of work. Really, really beautiful to see that coming together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, don&#8217;t worry, we are not talking about every single one of them. Otherwise, we would be here another two and a half hours or three, but no.</p>\n\n\n\n<p><em>Ellen Bauer:</em> We&#8217;re wrapping it together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, we&#8217;re wrapping it together. So the biggest changes are in the block library. That was more a quality of life changes that they added examples to the preview and previews to the blocks. There were a few blocks where you have them and then there are quite a few blocks where you don&#8217;t have them.</p>\n\n\n\n<p>And they started to work in 18.8 And then 18.9 They continue it and now there are examples for the post author block, the post date block, we don&#8217;t call them that anymore. It&#8217;s the author block, the date block, the featured image block and the terms block when you have them in the insert. In code, they still have the prefix of post, but that prefix went away. But that&#8217;s definitely a quality of life change. So it makes the mystery, takes the mystery out of it. What is this kind of block? What does it do?</p>\n\n\n\n<p><em>Ellen Bauer:</em> It&#8217;s very helpful. Then the query loop block got enhancements too. So the post list variation was removed, the convert, the post content type setting to a toggle group control. If there were a few items, then query loop changed the default query loop variations and set query loop to have the inherent value by default. Then I think the SoundCloud icon got updated in the social links block. Oh, that&#8217;s another block. No worries. Not in the query loop block anymore, but it also got an update.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, the icon was actually updated. On the query loop there, they have the inherent value by default is something that, I don&#8217;t know, it was a 50/50 chance that people get confused about it, what it does and it was not by default. Switched on so when you do the categories or so, it takes the inherent value from the query parameters, from the link where it came from, and sometimes that people get confused when they built their own query loops on pages.</p>\n\n\n\n<p><em>Ellen Bauer:</em> It actually confused me quite a lot in the beginning. I remember that and I never quite knew should I have it toggled on or off and I always had to test it out. I remember that got me always.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, and now you get confused the other way because they changed it around.</p>\n\n\n\n<p><em>Ellen Bauer:</em> I feel. Yeah, probably. I always had to test it. I was like, why is it not working how I wanted it to work?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It wasn&#8217;t intuitive and I&#8217;m not sure if it&#8217;s more intuitive now, but we will find out.</p>\n\n\n\n<p><em>Ellen Bauer:</em> It&#8217;s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So test it.</p>\n\n\n\n<p><em>Ellen Bauer:</em> I&#8217;ll test it again too. I haven&#8217;t tested it</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And dear listeners, everything here is for testing. Test it out and chime in. And I&#8217;m just going to do a little side note here. On the WordPress Slack there is an outreach channel where we can discuss those confusing things. So if you are not quite sure how it&#8217;s supposed to work, come into the channel, discuss it with us.</p>\n\n\n\n<p>Well, there are quite a few theme developers in there and we have about 800 people in the channel. Not all of them, most of them are lookers of course, like in any community. But there&#8217;s always somebody there who can help out and it&#8217;s quite a nice bunch and we have all been there that we tried to figure things out and needed help figuring it out. So it was coming into the outreach channel.</p>\n\n\n\n<p>So as for the enhancement, there&#8217;s enhancements on the components, quite a few, but I wanted to just point out the tabs component is getting quite some attention now because it&#8217;s one of the components that you could add to, that is needed for the data views or for the admin as well as for content creators. So they&#8217;re building that component so you can add into your custom blocks if there&#8217;s a need for that.</p>\n\n\n\n<p>And it also is used actually in the sidebar when you have the settings and the styles tabs in the sidebar from a block that&#8217;s also using the tabs component and there are quite a few changes there. So check them out.</p>\n\n\n\n<p><em>Ellen Bauer:</em> And for the design tools, I think border blocks support got added to quite a few blocks. The term description block, the media text block, gallery block, border block support, the social links, paragraph quote and heading got border support or is it inherited from outer blocks? I&#8217;m not a hundred percent sure, maybe you can help me out there, Birgit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, I don&#8217;t think it&#8217;s inherited. It&#8217;s block intern.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Just edit directly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Directly. So if you put a paragraph in your canvas, you get in the style section, you get the border controls like radius and color and thickness and style and there was for WordPress 6.6, I published a post with the roster of which design tools are available for which block because there are quite a few holes.</p>\n\n\n\n<p><em>Ellen Bauer:</em> I&#8217;m surprised that it isn&#8217;t. I thought that heading and things had the border control already. It&#8217;s such a useful little support that can be almost on every call block, I feel.</p>\n\n\n\n<p><em>Birgit Pauli-Haac</em>k: Right. But it needs to have a few iterations before it gets rolled out to all the blocks to make sure that it&#8217;s actually feasible and workable. And until then, it was only on the group block and on the pull quote and on the columns I think and images. So there were quite a few that had it and now they&#8217;re actually going through the list on Adam and whichever block can actually be using it.</p>\n\n\n\n<p><em>Ellen Bauer:</em> So there are quite a few that it gets added to, which I think is useful. I remember when I built my own blocks, I always used to try to add it to the blocks because they&#8217;re just a useful little snippet and can be used in creative ways and be helpful at some point.</p>\n\n\n\n<p>I think sometimes I use just the bottom border to create a line below something or above something. So yeah, you can be quite creative with to use. I&#8217;m not sure if it&#8217;s supposed to be used that way, maybe I&#8217;m getting people into wrong&#8230; Giving them wrong ideas.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, the tools are there to just have a border on the bottom of things or yeah, I sometimes used it not with the block editor, but when I was building sites and doing some CSS there, I was only just using the right side at the bottom to mimic a drop shadow without having to use the drop shadow and it&#8217;s all there.</p>\n\n\n\n<p>You can have a radius there, you can have a border color changes thickness also the different types. So they&#8217;re solid, their started line and all that. That&#8217;s all available now to all those blocks. And one of them is actually also the buttons block.</p>\n\n\n\n<p>So you can have border now, you always could have a border around the single button but not around the whole button set if you have two or three or more buttons in a row. So that is really cool too. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer:</em> What else do we have in here? I think an update on data views, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well there&#8217;s more support coming on. So the latest comment got color support and then the buttons got padding border and color and the image got margin support that I was surprised that it didn&#8217;t have it, but it obviously didn&#8217;t have it before. And then the code book also got spacing support. So I have to rebuild the blog post that I did on the make blog about the roster and which design tools are supported by which block for the next version definitely as well.</p>\n\n\n\n<p>So data views, there is now a reordering of the columns possible, so when you see your pages in a list, you can change the order of the columns and possibly also switch it off. It also now has support for the filters, you can combine fields to filter things. And it also now gives you an updated front page badge in your pages where the page that is the front page is going to be identified differently. So with a nice icon, so that&#8217;s the data views. Data views are just the admin pages for themes, for templates, pages and patterns in the site editor.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, I really love that update. I think it just brings this modern feel into WordPress. I think we have been looking at the tables for too long.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right, right. And I&#8217;m glad that they&#8217;re doing it for the site editor separately from the WP admin just so it works out nicely, but it actually is another point of friction for new users where they see the, it&#8217;s not a consistent admin thing, it of gives a little bit of a confusion what is in which place, where do I go from things.</p>\n\n\n\n<p>We know that from WordPress.com and they had Calypso, but that&#8217;s a temporary thing, of course. And I know that some of the contributors already working on getting the list of posts into the data and the new data views, but it needs to be done very carefully because there are quite a few extensibility features beforehand and the backwards compatibility with plugins and all, because for 10 years pretty much, plugins were the ones who actually fixed some of the old UI in WordPress and every plugin did it a different way.</p>\n\n\n\n<p>So we need to make sure that all the contributors all want to make sure that all this backwards compatibility is not going to blow up some pages there.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Very exciting work, I feel. So another update has been to the locking of blocks, I think UI update. So they tweaked the&#8230; I think just edit some spacing and change the button size of the block logging modal. So I think it just has a little bit more spacing and is easier to read and update. That was also in the latest release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yes. Sometimes these little tweaks actually help a lot, contributing to the consistency and to take out the mystery and make the user brain feel comfortable where they are and not get confused just because.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, definitely so much. Small changes can make a big difference. It&#8217;s really amazing too to see that. And I feel like think mainly it&#8217;s the spacing added and the button size. It does look a little bit cleaner and better to understand for our brains. So I think that&#8217;s a good thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And then there&#8217;s one new API that, well it&#8217;s not new, but the block bindings API received some unification from get value and get values on the functions there that you have get value, set value, set values and get values, that&#8217;s certainly for developers.</p>\n\n\n\n<p>Interesting to make sure that your block binding still work with this and have some additional, there&#8217;s no additional features in there. I think just that it&#8217;s a developer experience enhancement, so it makes it a little bit easier to work with the block binding.</p>\n\n\n\n<p><em>Ellen Bauer:</em> All right. So I think then we move on to experiments or did I skip something? I&#8217;m just wondering.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, I don&#8217;t think so.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p><em>Ellen Bauer:</em> There&#8217;s a long list of&#8230; So yeah, in the experiments I think it&#8217;s all about the grid. Am I right? And you maybe, Birgit, need to help me out a little bit here getting the listeners up to date because I haven&#8217;t had the chance to properly test it myself. I will do that definitely. But I think it&#8217;s just fine-tuning and some things have been disabled. So maybe help me out, Birgit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, I do. So it&#8217;s just one of the experiments that is there is the interactive grid layout and there have been quite a few changes there or updates that we want to point out. One is the block movers, the handles have changed and it&#8217;s probably easier to move now blocks from one grid cell to the other, which you probably want to do anyway.</p>\n\n\n\n<p>And then also adding a block to the grid block was, I tested it and it confused me a bit and I was not alone was that I would have hoped that the plus sign for the inserter would be in the grid cell, but it was on the outside of the grid block and it wouldn&#8217;t help. It was tricky to get a new block into a full grid block. So that has changed. You definitely need to switch on the experiments though to figure that out.&nbsp;</p>\n\n\n\n<p><em>Ellen Bauer:</em> So it&#8217;s just if you have, I think under Gutenberg experiments, and I think this is grid interactivity is the name that you have to switch on, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, exactly, exactly. And then the other part is that there&#8217;s a visualizer popover and they also confuse people how to use it and they hide it now under the canvas, so it&#8217;s hidden away. So for the manual grids, they disable some of the inserter in between inserters and they also don&#8217;t display the default appender for the manual grid, but it&#8217;s really a work in progress and it definitely needs some more testing.</p>\n\n\n\n<p><em>Ellen Bauer:</em> It is, and it&#8217;s quite complicated to make it very user-friendly, but a great tool to have. So that&#8217;s really exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, it is. Absolutely.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Working with grids, finally. I remember that was one of the first more complex blocks that I will build was I want to have grid layout and actually some of the things that are now in core look quite similar to what I have done, which is cool to see that it&#8217;s very different, of course, easier to use in complex, but the core with rows and how you can snap them into multiple columns, it&#8217;s quite similar, which is cool. And you guys come into core, I&#8217;m so happy about it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, I like the core span and rose span for each cell that you can move it around. It&#8217;s really interesting. You can get some nice layouts that are called bento layouts, like the bento boxes from Japanese cuisines. You can build your own website as a bento box. That&#8217;s really cool. Or if you so prefer, you can actually build a Pied Mondrian design with just squares and rectangles, which I like.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, grid changes the layout options so much. I love it. It&#8217;s incredible. It&#8217;s crazy that we didn&#8217;t have it for such a long time and we had to just stack everything below each other in a long, one column thing. It&#8217;s so much more creative and I think it gives just a lot of flexibility to layout building for users. So it&#8217;s really exciting to have that as a block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Definitely. It was in WordPress core since 6.2 for CSS or for theme builders, for developers, but there wasn&#8217;t any interface for that. And I&#8217;m really happy that we now have an interface, but that is also where the complication comes in because some of the concepts are really hard for somebody who doesn&#8217;t have any knowledge about how grid layout is supposed to work, it&#8217;s really hard to convey the concepts with the interface.</p>\n\n\n\n<p>So I&#8217;m glad they&#8217;re taking it slow, but I&#8217;m also glad that they&#8217;re taking it one step at a time and get people into how to use that. They&#8217;re quite great theme developers that show people what they can do with it and I mentioned before, Damon Cook&#8217;s article for the developer blog has some nice instructions on how to create a card layout with the grid block and with the stack block and combining all those great tools. It&#8217;s really interesting what can happen there. All right.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, it changes a lot. I also like that we work slowly on it because it&#8217;s really complex and like you said, could confuse users because it&#8217;s quite hard to understand.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So there were quite a few updates to the documentation and I almost like to call them out because one of the big hurdles for developers getting into block development and block themes is the leaky documentation that not everything is documented well enough.</p>\n\n\n\n<p>And so the contributors updated the documentation for the interactivity API on how to install and import the interactivity API to a block. And then also the alpine versus preact extra explanations. Those are libraries on which the interactivity API is based on.</p>\n\n\n\n<p>So having some of that explanation in the documentation probably dissolved some of the mystery as well. And then the GetContext function received an update on the usage examples in conjunction with the namespace argument. And then there were a few other updates as well. All right. What else is in there? Was that it? That was it for the Gutenberg.</p>\n\n\n\n<p><em>Ellen Bauer:</em> I think that was it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Gutenberg 18.9 of course there were, I think we talked about maybe 45 of the 245 PRs that landed in there. Definitely consult the Changelog from the release post that that came out. And I will share in the show notes when this podcast is published.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development and Discusssed<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>So we come to the section what&#8217;s in active development or discussed, and I wanted to point out all the plugin developers around you or around me here amongst the listeners to a PR that&#8217;s 61577 on the Gutenberg report that is the first iteration on a plugin template registration API for plugins. It has been really hard for plugins to, say you offer a custom post type for books or recipes or something like that, how can add a template for the block that goes into the site editor.</p>\n\n\n\n<p>That was a big hurdle there. With a new PR, there will be new functions and new class. So there will be a WP_register_template function and there will be a WP_block_templates registry class. And they&#8217;re all based on register block type, but they actually go into the template.</p>\n\n\n\n<p>And when you follow the PR, you also see some code examples that you can use first for testing and also for learning about this API and how it&#8217;s going to work. Right now it&#8217;s not yet merged, but it&#8217;s getting ready to be merged and I hope it&#8217;s going to be in 19.0, latest 19.1. But if you want to test it yourself, you need to get through some hoops there. You would need to fork Gutenberg, then check out the branch for the PR run NPM install. So we get all the NPM updates right there.</p>\n\n\n\n<p>And then you can follow those testing instructions if you add the plug in to a local or a local WP site install. So you can link that. But yeah, it&#8217;s definitely for developers, your content creators and no code site builders, need to shut your ears a bit. It&#8217;s going to be a little technical there, but I just wanted to point that out because it would be really helpful to have early tests in there.</p>\n\n\n\n<p>You can also wait until it&#8217;s merged and then grab either the release or grab the Gutenberg Nightly to test it and use those examples that are in the PR for your testing. I&#8217;m sure there will be an announcement for call for testing in the outreach channel and probably on the make blog as well.</p>\n\n\n\n<p>But this is the first time you hear about it. And then I&#8217;m wondering when the next time of the Gutenberg Changelog will be. And Ellen, you&#8217;re probably happy to know that the developer who contributes to Core is actually coming from WooCommerce who had some trouble implementing block templates for a plugin or major plugin.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WooCommerce</h3>\n\n\n\n<p><em>Ellen Bauer:</em> Yeah, that&#8217;s really cool to see now that I see a lot of the behind the scenes things happening that&#8217;s really an effort to contribute work across all these multiple instances at Automatic. I really love to see that and I think there&#8217;s an effort to do more of it.</p>\n\n\n\n<p>So that&#8217;s really exciting to see that WooCommerce could contribute something to Core and I would also hope that with the block themes that we&#8230; Or the adoption of block themes to push that I will be able to do that to contribute to core with things we feel needed as in WooCommerce. I think there&#8217;s a lot to do there, which is exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you plan, you are the trailblazer there for adoption of block themes on the extension sites. So that&#8217;s really cool.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. Interesting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we&#8217;re coming to the end of our show. This was a little shorter than usual. Don&#8217;t fear. We&#8217;ll come back end of August.</p>\n\n\n\n<p><em>Ellen Bauer</em>: With more.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> With more and covering two plugin releases, 19.0, 19.1. We will record a show in the last week of August because I will go on vacation and it&#8217;s a two-week vacation. And then with this week and the next week, jumbling, it&#8217;s going to be a four-week hiatus for the podcast as well as for the weekend edition.&nbsp;</p>\n\n\n\n<p><em>Ellen Bauer: </em>Well-deserved rest.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Absolutely.</p>\n\n\n\n<p><em>Ellen Bauer: </em>It&#8217;s quite active. It sounds like an active holiday, so maybe not rest, but just a change of scenery is always good to have.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, it&#8217;s a change of scenery, but we don&#8217;t have a whole lot of daily activities. We are going to British Columbia and it&#8217;s all about landscape, it&#8217;s about water, it&#8217;s about boating, and it&#8217;s about just sitting there.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Outdoors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, outdoors and do some hikes. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Beautiful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Indeed. So Ellen, thank you so much for joining us again here.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Thank you for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, if people want to connect with you.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I remember the last one I did was also a two version of it. I was like, oh my goodness, this is a lot. So I hope I did a little better this time. I hope you want to have me back at some point.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You can&#8217;t do badly. I know you Ellen, you&#8217;re one of the well-prepared co-hosts here on the show, so don&#8217;t you worry about you.</p>\n\n\n\n<p><em>Ellen Bauer:</em> We&#8217;ll see if you invite me back at some point.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>I can put it on a calendar, but I don&#8217;t want to scare you.</p>\n\n\n\n<p><em>Ellen Bauer:</em> No, I&#8217;d love to, actually. It&#8217;s really helpful for me to stay up to date with things. I love that. Really good for me too.</p>\n\n\n\n<p>Birgit Pauli-Haack: All right, so if people want to connect with you and in your new role, where would they reach you? Are you on the WooCommerce Slack or?</p>\n\n\n\n<p><em>Ellen Bauer:</em> I&#8217;m on the WooCommerce community Slack. I am on the WordPress Slack and on Twitter, quite active. Instagram, YouTube, you can find me anywhere if you Google Ellen Bauer. So yeah, I&#8217;m around and I love to connect. I think one of the things I really feel is important and that I can contribute to help WooCommerce too, is that I really want to be available to everyone building block themes for e-commerce.</p>\n\n\n\n<p>And really one of the third things is that I want to collect the feedback and the pain points. And I know because I&#8217;ve built a WooCommerce block theme myself that there are a lot of pain points still. There&#8217;s a lot of improvements have made and it&#8217;s just very complicated work. So we have to be patient and we have to just speak up and engage and just work together on it.</p>\n\n\n\n<p>It&#8217;s a really big, big topic to make this work. So I&#8217;m around. And one of the things I&#8217;m also planning, I haven&#8217;t announced it yet, but I will within the next one or two weeks, is that I also plan, because I am so inspired by Anne&#8217;s work doing the hallway hangouts and was so good for me to have this little community to voice the issues just in a casual way.</p>\n\n\n\n<p>So I want to create a little community hangout, Zoom hangout around WooBlock themes. So I think that will be good to get out there and then people can join in and I will have different topics and just have it very casually. So I will announce that very soon just everywhere I can so people can get aware of it. So here I am saying it to you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You heard it here first, dear listeners.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Actually, it&#8217;s the first time because I&#8217;m still getting on board and there&#8217;s lots to do. But I think that is important to get established early, like a monthly little hangout to be available because that&#8217;s one of the main goals I have is just to be available for people who try to build with WooCommerce and just really, really important to hear everyone out and just be available.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s terrific.</p>\n\n\n\n<p><em>Ellen Bauer:</em> So just ping me with any questions you have.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s terrific. I&#8217;m glad that you&#8217;re picking up on that. There&#8217;s also a roadmap rollout post from Beau Levens, I think, where WooCommerce is going.</p>\n\n\n\n<p><em>Ellen Bauer: </em>That&#8217;s very exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And I will also share the link to the WooCommerce community Slack in the show notes. And well, if you&#8217;re announcing this out and the next weekend edition comes out, it&#8217;s going to be in there. But that will come out at the end of August as well.</p>\n\n\n\n<p><em>Ellen Bauer:</em> And I think the WooCommerce developer blog really is way more exciting now. They do great work there too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah. The developer relations, Stephanie Pai. Natalie, I think is her name.</p>\n\n\n\n<p><em>Ellen Bauer: </em>Jacqueline.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, Jacqueline. Yeah. Why do I think Natalie? There must be somebody&#8230; Jacqueline, yeah. They really connected with the community through&#8230; I saw it at WordCamp Europe when they connected with the community and talked with a few plugin developers and also in WordCamp, Asia. All right, before we end…</p>\n\n\n\n<p><em>Ellen Bauer:</em> Wrap it up.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wrap it up.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Not yet. I want to get you on vacation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: As always, the show notes will be published on GutenbergTimes.com/podcast and this is number 105. And if you have questions or suggestions or news you want us to include, send them to <a href=\"mailto:Changelog@GutenbergTimes.com\">Changelog@GutenbergTimes.com</a>, that&#8217;s <a href=\"mailto:Changelog@GutenbergTimes.com\">Changelog@GutenbergTimes.com</a>, or just ping me on the WP Slack or on Twitter DM me wherever you find me. That&#8217;s it. Thanks for listening. Goodbye from me and thanks again to Ellen Bauer, and you have a wonderful summer everybody.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Thank you. Bye. Thanks for listening, everyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye.</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, 04 Aug 2024 06:28:37 +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:6;a:6:{s:4:\"data\";s:13:\"\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:138:\"Gutenberg Times: Learn WordPress redesign, WooCommerce: the future is block-based, starter themes and a lot more   — Weekend Edition 301\";s: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=29455\";s: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:140:\"https://gutenbergtimes.com/learn-wordpress-redesign-woocommerce-the-future-is-block-based-starter-themes-and-a-lot-more-weekend-edition-301/\";s: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:29782:\"<p>Hi there, </p>\n\n\n\n<p>Summer! We are now for the second year in Europe, and we are starting to appreciate the four seasons again. Florida only has two seasons, dry and wet.  We are also getting ready for our Summer vacation. For most of the time we will be unplugged from the Internet and the computers. </p>\n\n\n\n<p>The Weekend Edition resumes at the end of August! This edition should provide you with plenty of updates to until then. And for developers, be on the look-out for the monthly round up post on the WordPress Developer Blog: What&#8217;s new for Developers (August 2024) to come out August 10, 2024. </p>\n\n\n\n<p>Be well, maybe you can take a vacation, too. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\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-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-301/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-301/#upcoming-events\">Upcoming events</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-301/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-301/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/weekend-edition-301/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\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>Reminder: <a href=\"https://make.wordpress.org/core/2024/07/09/hallway-hangout-lets-chat-about-whats-next-in-gutenberg-2/\"><strong>Hallway Hangout: Let’s chat about what’s next in Gutenberg (August 2024)</strong></a> on <strong>August 15, 2024, at 15:00 UTC</strong>. <strong>Anne McCarthy</strong> wrote:  “This hallway hangout seeks to be another snapshot of what’s being worked on in the Gutenberg plugin to provide broader awareness to more WordPress contributors and get feedback. The hope is to come together early to talk about different features, flush out concerns sooner, help more folks get involved, and find ways to work better together. “</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>At the WordPress Meetup in London, <strong>JuanMa Garrido</strong> gave a lightning talk <strong><a href=\"https://www.wpldn.uk/2024/08/exploring-wordpress-6-6-key-developer-features-unveiled-by-juanma-garrido/\">Exploring WordPress 6.6: Key Developer Features Unveiled</a></strong>  and covered style variations, color, and typography presets, block pattern overrides, updated Theme.json, and unified SlotFill components. <strong>Dan Maby </strong>summarized it and wrote: &#8220;JuanMa’s session covers essential updates that make design implementation easier and more flexible. Let’s explore these exciting new features!&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong> also published a <a href=\"https://rich.blog/wordpress-6-6/\"><strong>WordPress 6.6</strong> </a> post with short videos about each major features. It is so much easier to grasp the nature and the usefulness of an update or a new feature when you can see it in action. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Learn.WordPress redesign now live! </h3>\n\n\n\n<p>And if you find yourself wondering what you do without a weekend edition for the three weeks, go, and browse the <strong><a href=\"https://learn.wordpress.org\">freshly released Learn.WordPress website</a>.</strong> It has some great courses for end users, on block development and theme building. The latest course is the <a href=\"https://learn.wordpress.org/course/intermediate-theme-developer/\"><strong>Intermediate Theme Developer</strong></a> course, with 32 lessons.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In her blog post <strong><a href=\"https://make.wordpress.org/training/2024/08/02/meet-the-new-learn-wordpress/\">Meet the new Learn WordPress</a>,</strong> <strong>Kathrin Presner</strong> shared the details of the why and how of the efforts to get this redesign over the finish line. It&#8217;s also a great historical record of the before and after state of the site&#8217;s designs. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the the WordPress News article <a href=\"https://wordpress.org/news/2024/08/a-brand-new-way-to-learn-wordpress/\"><strong>A Brand-New Way to Learn WordPress</strong></a>, <strong>Lauren Stein</strong> included a short video and put the renewed training site into the overall context of the ongoing efforts for a finished redesign of the WordPress.org website. You&#8217;ll find links to all learning pathways courses, and the announcements of <strong>Walking Tours on August 6th at 14:00 UTC</strong> and <strong>August 8th, 2024 at 21:00 UTC</strong> with the educators Wes Theron and Jonathan Bossenger.</p>\n\n\n\n<img width=\"652\" height=\"441\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/08/learn-homepage-1536x1038-1.png?resize=652%2C441&ssl=1\" alt=\"\" class=\"wp-image-29588\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Wes Theron</strong>, interactive designer at Automattic, published his tutorial <a href=\"https://learn.wordpress.org/tutorial/exploring-wordpress-6-6/\"><strong>Exploring WordPress 6.6</strong></a>, walking the viewers to a &#8220;range of new features and enhancements designed to improve your website management experience. Discover the latest updates and see how they can benefit your site.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger,</strong> developer educator on the WordPress training team, published a <a href=\"https://make.wordpress.org/training/2024/07/30/call-for-contributors-intermediate-plugin-developer-learning-pathway/\">Call for contributors: Intermediate Plugin Developer learning pathway</a>. Can you help with scriptwriting, voice recording, video editing, content creation and reviewing? There is lots to be done, and you can have a major impact on the project with your contribution. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 18.9</h3>\n\n\n\n<p><strong>Hector Prieto</strong> released Gutenberg 18.9 and highlighted in the release post <a href=\"https://make.wordpress.org/core/2024/07/31/whats-new-in-gutenberg-18-9-31-july/\"><strong>What’s new in Gutenberg 18.9? (31 July)</strong></a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/07/31/#data-views-get-more-flexible\">Data Views get more flexible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/31/#consolidating-design-tools-across-blocks\">Consolidating design tools across blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/31/#improved-usability-in-editing-and-applying-font-size-presets\">Improved usability in editing and applying font size presets</a></li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/core/2024/07/31/whats-new-in-gutenberg-18-9-31-july/\"><img width=\"652\" height=\"376\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/08/image-3-1024x590-1.png?resize=652%2C376&ssl=1\" alt=\"\" class=\"wp-image-29572\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-d93781e1cc752a3c931d2fecfcf49569\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-104-block-themes-gutenberg-18-8/\">Gutenberg Changelog #104 – Block Themes, Gutenberg 18.8, WordPress 6.6</a> with special guest Carolina Nymark</p>\n\n\n\n<p>For the latest <strong>Gutenberg Changelog episode (105)</strong>, I caught up with my friend, <strong>Ellen Bauer</strong>, now WooCommerce, former Elma Studio. We had a great chat about block themes, Gutenberg 18.9 and block design tools . The episode will drop into your favorite podcast app over the weekend. </p>\n\n\n\n<a href=\"https://gutenbergtimes.com/podcast/\"><img width=\"652\" height=\"206\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/08/Screenshot-2024-08-01-at-14.43.15.png?resize=652%2C206&ssl=1\" alt=\"\" class=\"wp-image-29575\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Apropos Podcast: </strong>The photo of the week for me was <strong>Laura Adamonis </strong><a href=\"https://x.com/LauraAdamonis/status/1816624770399506920\">tweet </a>&#8220;@gutenbergtimes with @bph and @inyongski and meal prep go together on a rainy day. Great show. Pulled pork, yogurt, and carrots. &#8221; Huge thank you to Laura Adamonis for sharing her enthusiasm.</p>\n\n\n\n<a href=\"https://x.com/LauraAdamonis/status/1816624770399506920\"><img width=\"447\" height=\"335\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/08/LauraAdamonis-podcast-edited-1.jpg?resize=447%2C335&ssl=1\" alt=\"\" class=\"wp-image-29582\" /></a>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upcoming-events\">Upcoming Developer Hours</h3>\n\n\n\n<p><strong>August 13 at 15:00 UTC</strong> <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302520686/\"><strong>Developer Hours: Hello, Blocks! – An Introduction to Block Development</strong></a> with JuanMa Garrido and Ryan Welcher</p>\n\n\n\n<p><strong>August 27 at 15:00 UTC</strong> <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302512124/\">Developer Hours: Building WordPress themes with the Create Block Theme plugin</a> </strong>with Tammie Lister and yours truly</p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302512124/\"><img width=\"600\" height=\"338\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/600_522612993.webp?resize=600%2C338&ssl=1\" alt=\"\" class=\"wp-image-29523\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>This week, I rediscovered the plugin <a href=\"https://wordpress.org/plugins/enhanced-embed-block/\"><strong>Enhanced Embed Block for YouTube</strong></a> developed by <strong>Mark Root-Wiley</strong> and <strong>Cory Birdsong.</strong> It lets you add more limits to the embed block, for instance <code>rel=0</code> to just allow only videos from your channel in the suggestions. Another feature is that it can be set to load videos from nocookie.YouTube.com for enhanced privacy. They also emphasized that there is no plugin lock-in. Should you remove the plugin, it uses the core/embed block as a fallback.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>With his post, <a href=\"https://kinsta.com/blog/wordpress-full-site-editing/\"><strong>Mastering WordPress full site editing: a step-by-step tutorial</strong></a>, <strong>Jeremy Holcombe</strong> walks you through the various aspects of the site editor and aims to show you how FSE works and let you develop your own site designs, just like the pros. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <strong>Jamie Marsland</strong> <a href=\"https://www.youtube.com/live/0-aHhfbk8Ac\"><strong>unlocked the power of Ollie Pro with Mike McAlister</strong></a> on his Livestream on YouTube. In this interactive session, you &#8220;discover why I love the Ollie Theme and learn all about Ollie Pro&#8221; Marsland wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>As part of the new learning pathways, <strong>Cynthia Norman</strong>, WordPress theme developer from Ontario and member of the WordPress training team,  published the video: <a href=\"https://wordpress.tv/2024/07/26/converting-a-classic-theme-to-a-block-theme/\"><strong>Converting a classic theme to a block&nbsp;theme</strong></a> on WordPressTV. &#8220;With this lesson, you will: describe the various requirements of converting a classic theme, differentiate between a hybrid theme and a block theme and list the steps to take to convert a classic theme into a block theme.&#8221; She wrote. </p>\n\n\n\n<p>The video is also part of the <a href=\"https://learn.wordpress.org/course/intermediate-theme-developer/\">Intermediate Theme Developer</a> course. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/mahdiali_\"><strong>Mahdi Ali Khanusiya</strong></a>, Ilmosys, shared <a href=\"https://x.com/mahdiali_/status/1816064166630969570\">on X (former Twitter) </a>about the &#8220;refreshed design of the <a href=\"https://thepatternswp.com/\">PatternsWP</a> website! Built entirely with the WordPress block editor.&#8221; <a href=\"https://wordpress.org/plugins/patternswp/\">PatternWP </a> is a WordPress plugin with a huge library of patterns and full-page layouts. It helps designers and content creators to streamline their page building processes.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/anja\"><strong>Anja Merret</strong></a> reported that <strong>MaxiBlocks</strong> introduced a free theme to work with the block editor or page builder. Together with the <a href=\"https://wordpress.org/plugins/maxi-blocks/\">free block editor plugin</a> and the new free theme (in Beta), Maxi Blocks aims to offer an entire web design tool kit. It offers many patterns and icons to use on your site. Join the <a href=\"https://maxiblocks.com/free-maxiblocks-wordpress-theme/\">Beta team here</a> or wait for the theme to be available in the WordPress repository.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>This week, I teamed up with Vikas Singhal, InstaWP to hold a webinar: <a href=\"https://www.youtube.com/live/yc_cBtjDJxc\"><strong>WordPress Block Editor for Theme Developers and Designers</strong></a>. The recording is available on YouTube. The shared list of resources is <a href=\"https://docs.google.com/document/d/1DJeHMlN4onIjNtf8C26SZz-NS1XcwJHuW_qkDjnXF88/edit#heading=h.ocbv6ztbssri\">available on Google Doc. </a></p>\n\n\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\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> also posted on the Developer Blog: <a href=\"https://developer.wordpress.org/news/2024/07/22/mixing-and-matching-styles-colors-and-typography-in-wordpress-6-6/\"><strong>Mixing and matching styles, colors, and typography in WordPress 6.6</strong></a> &#8211; and teaches us how to create custom color and typography-only global style variations in WordPress 6.6.</p>\n\n\n\n<img width=\"652\" height=\"338\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/08/tt4-color-and-type-variations-1536x796-1.webp?resize=652%2C338&ssl=1\" alt=\"\" class=\"wp-image-29562\" />\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</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. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<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>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<p><strong>Bernhard Kau</strong> continued his series on building block theme for his website with <a href=\"https://kau-boys.com/3682/wordpress/goal-missed-i-had-to-add-some-css-to-the-theme\"><strong>Goal missed: I had to add some CSS to the theme</strong></a>. Although determined to only use the Site editor to create his theme, the difficulties to designing the header for his site, made Kau reach into his rich CSS tool box. He continues explaining how he added CSS files to his themes. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Starter Themes</h2>\n\n\n\n<p><strong>Brian Gardner</strong> just uploaded <a href=\"https://wordpress.org/themes/powder-zero/\"><strong>Powder Zero</strong></a> to the WordPress repository. It&#8217;s a A starter block theme for designers and developers. It offers plain designs and patterns for all the important templates with header and footer template parts. It also offers code examples to create block styles via the functions.php. It&#8217;s give you a solid head start into block theme building. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A few months back, <strong>Brian Coords</strong> and <strong>Aurooba Ahmad</strong> published a <strong>&#8220;Block Theme<a href=\"https://github.com/bacoords/block-theme\"> is a block-based starter theme built for modern WordPress developers.</a></strong> Now it has reached 73 stars on GitHub. It corporates a build process, works with SASS, and also includes a few custom blocks. It also includes Linting, Prettier, and WordPress Coding Standards. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>About a year ago, <strong>Bill Erickson</strong> published <a href=\"https://www.billerickson.net/hybrid-wordpress-theme-starter/\"><strong>A starter theme for building Hybrid WordPress Themes</strong></a>. &#8220;A <strong>hybrid WordPress theme</strong> uses theme.json to define styles and customize the block editor while also using traditional PHP template files.&#8221; he explained.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>With <strong>Carolina Nymark</strong>&#8216;s <a href=\"https://fullsiteediting.com/block-theme-generator/\"><strong>Theme Builder Tool</strong></a>, you can assemble a new starter theme yourself on four levels: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;<strong>No Code</strong>&nbsp;-For building your theme in the Site Editor.</li>\n\n\n\n<li>&nbsp;<strong>Basic</strong>&nbsp;-More opinionated than&nbsp;<em>Underscores (_s)</em>.</li>\n\n\n\n<li>&nbsp;<strong>Advanced</strong>&nbsp;with WooCommerce support and basic build tools.</li>\n\n\n\n<li>&nbsp;<strong>Advanced</strong>&nbsp;with WooCommerce support and without build tools.</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>When talking to site builders and developers, it turns out, many use  the default theme <a href=\"https://wordpress.org/themes/twentytwentyfour/\"><strong>Twenty-Twenty-Four</strong></a> as a versatile starter theme to start new projects, either with a child theme or as a clone. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>And finally, the <a href=\"https://wordpress.org/plugins/create-block-theme/\"><strong>Create block Theme plugin</strong></a> allows you to create a child theme, or a clone of the current block theme active on your site. It also provides you with a skeleton block theme to start with a blank slate </p>\n\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><strong>Beau Lebens,</strong> Head of Engineering for WooCommerce published <a href=\"https://developer.woocommerce.com/2024/07/23/woocommerce-in-2024-and-beyond-roadmap-update/\"><strong>WooCommerce in 2024 and beyond: Roadmap update</strong></a> and laid out the plan for the next few months for WooCommerce development and focus as well as an outlook beyond. Besides new and revamp initiatives around the Developer Experience for partners and extenders, like a newsletter, enhancing the REST-API, the message seems clear: &#8220;Our future is block-based &#8220;. He continues: &#8220;If your solutions are still relying on shortcodes or other legacy APIs, it’s time to embrace blocks and modernize your approach.&#8221;</p>\n\n\n\n<a href=\"https://developer.woocommerce.com/2024/07/23/woocommerce-in-2024-and-beyond-roadmap-update/\"><img width=\"652\" height=\"366\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/08/image_801c33.webp?resize=652%2C366&ssl=1\" alt=\"\" class=\"wp-image-29608\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><br />In <a href=\"https://developer.woocommerce.com/2024/07/26/woocommerce-9-2-pre-release-updates/\"><strong>WooCommerce 9.2: Pre-release updates</strong></a>, <a href=\"https://x.com/jacklynbiggin\"><strong>Jacklyn Biggin</strong></a>, developer advocate at WooCommerce gave a preview of the upcoming release. Among other updates, it  will bring a &#8220;Customize your Store&#8221; feature, enhances filtering for store searches  and accessibility improvements. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Damon Cook</strong> published on the Developer Blog: <a href=\"https://developer.wordpress.org/news/2024/07/30/building-a-card-layout-with-a-hover-reveal-effect/\"><strong>Building a card layout with a “hover reveal” effect</strong></a>. It’s a short tutorial on how to add block style to a core block and add CSS for animation. It’s even interesting for content creators as they learn how to create a Grid Block with card style cover block.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Using Generate Blocks Pro, the Create Block Theme plugin and a child theme of Twenty-Twenty-Four, <a href=\"https://x.com/neverything\"><strong>Silvan Hagen</strong></a>, a developer from Switzerland,  shared how to build a <a href=\"https://silvanhagen.com/writing/wordpress-mega-menu-blocks/\"><strong>WordPress Mega Menu with Blocks</strong></a> recreating a project for the Kofi Annan Foundation. </p>\n\n\n\n<p>You can read-up on another approach to building Mega Menus on the WordPress Developer blog, where <strong>Nick Diego</strong> posted <a href=\"https://developer.wordpress.org/news/2024/02/29/an-introduction-to-block-based-mega-menus/\"><strong>An introduction to block-based mega menus</strong></a>, applying the newly released WordPress APIs from version 6.5 </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In this week&#8217;s Livestream, <strong>Ryan Welcher</strong> was seen <a href=\"https://www.youtube.com/live/LXWxfSQ-ygA\"><strong>building a Schema.org block integration</strong></a> in context of a Job board site. In this longer than usual stream he covers a myriad of block development topics including debugging via the consol e.log and exploring functions, attributes and InnerBlocks. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\"><div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n</div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>JuanMa Garrido</strong> and <strong>Nick Diego</strong> explored in the latest <a href=\"https://www.youtube.com/watch?v=V6-yg-GKTZg\"><strong>Developer Hours alternatives to creating a custom block</strong></a>. They walk through several scenarios often addressed with custom blocks and discussed alternative approaches, especially those that leverage block patterns and Editor extensions.</p>\n\n\n\n<p>Key highlights included: &#8211;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li> How to add new functionality to core blocks </li>\n\n\n\n<li>How to use content-only editing and the allowedBlocks attribute in patterns </li>\n\n\n\n<li>How to integrate block bindings and block variations </li>\n\n\n\n<li>How to effectively use block locking and naming &#8211; How to create overrides in synced patterns</li>\n</ul>\n\n\n\n<p>They shared <a href=\"https://docs.google.com/document/d/1myYoEehSPS6rhFMzpEq4h_v3z5Z4TTA_C1rJDG0Mk0U/edit#heading=h.jnrvxfmnum5f\">their notes and resources in this Google Doc</a></p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/rudrastyh\"></a></p>\n\n\n\n<p>The Interactivity API seems interesting to you, but you&#8217;re not sure that you have time to figure everything out? In his blog post, <a href=\"https://rudrastyh.com/gutenberg/interactivity-api.html\"><strong>Interactivity API Explained</strong></a>,  <a href=\"https://x.com/rudrastyh\"><strong>Misha Rudrastyh</strong></a> provides step-by-step instructions and explains the various pieces on the way. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Antonio Sejas</strong>, Developer at WordPress.com share how their team <a href=\"https://wordpress.com/blog/2024/07/31/wordpress-components-tailwind-css/\"><strong>uses WordPress Components and Tailwind CSS in their Local Development App</strong></a>. It&#8217;s the first post in the new <em>Building Studio in Public</em> series. In this article, &#8220;we explore how we decided to use Tailwind CSS and the WordPress components that make up Studio and why that decision gave us extra flexibility for the future of Studio.&#8221; Sejas wrote</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> posted <a href=\"https://nickdiego.com/useful-resources-for-curating-the-wordpress-editing-experience/\"><strong>Useful resources for curating the WordPress editing experience</strong></a> after fielding a few questions from developers at WordCamp Canada. You&#8217;ll find links to repos with code examples, to documentation pages, and articles published on the WordPress Developer blog. He covers server-side, client site and theme.json methods and approaches. </p>\n\n\n\n<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>\n\n\n\n<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>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\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\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: Screenshot of the newly designed Learn.WordPress.org site. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-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, 03 Aug 2024 10:30:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordCamp Central: WordCamp Netherlands 2024 rescheduled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=7325880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://central.wordcamp.org/news/2024/08/wordcamp-netherlands-2024-rescheduled/\";s: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:1351:\"<p>WordCamp Netherlands 2024 has been rescheduled from its initial dates of September 27 and 28, 2024, to the new dates of November 29 and 30, 2024.</p>\n\n\n\n<p>In early February, a new organizing team began preparations for WordCamp Netherlands 2024. Despite some setbacks, the team has continued with enthusiasm and optimism. Most of the delays have been overcome, and nearly everything is in place to make this edition a success. However, one crucial aspect beyond our control has become a major obstacle: attendee registration.</p>\n\n\n\n<p>Additional time is needed to allow more people the opportunity to register for the event. After consulting with WordCamp Central, it was decided to move this edition to November 29 and 30, 2024. This extra time will ensure an even better and more inspiring event in November.</p>\n\n\n\n<p>Attendees who have already purchased tickets can request a refund. <br /><a href=\"https://netherlands.wordcamp.org/2024/wordcamp-netherlands-rescheduled/\">For assistance, please contact the organizing team. <br /></a>Refunds are available until September 30.</p>\n\n\n\n<p><a href=\"https://netherlands.wordcamp.org/2024/tickets/\">Tickets for the new dates in November are now available for purchase.</a></p>\n\n\n\n<p>We look forward to welcoming all attendees in November.</p>\n\n\n\n<p>The WordCamp Netherlands 2024 Organizing Team</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 Aug 2024 14:41:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Richard van Denderen\";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:13:\"\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:54:\"WordPress.org blog: A Brand-New Way to Learn 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:35:\"https://wordpress.org/news/?p=17545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2024/08/a-brand-new-way-to-learn-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:11014:\"<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> has been growing as a hub of educational resources for WordPress since 2020. Now, it’s undergone a transformation in content focus and design with the introduction of Learning Pathways and a reimagined look.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">The WordPress.org redesign continues </h3>\n\n\n\n<p>Learn WordPress is the latest section of WordPress.org to receive a design refresh, following other sections like the <a href=\"https://wordpress.org/showcase/\">Showcase</a> and <a href=\"https://developer.wordpress.org/\">Developer Resources</a>. It brings a unified look and feel that’s modern, visual, and inviting.</p>\n\n\n\n<img width=\"1024\" height=\"919\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/07/2-learn-1.png?resize=1024%2C919&ssl=1\" alt=\"\" class=\"wp-image-17613\" />\n\n\n\n<p>Beyond its fresh aesthetic, the new Learn WordPress site prioritizes learners with a revamped user experience consistent with familiar modern learning platforms. It features a new navigation menu, eye-catching thumbnails, and search filters so you can explore and discover content quickly. The clearer and more structured layout helps you easily recognize the resources you need (courses, lessons, Online Workshops) based on your learning preferences. &nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Introducing Learning Pathways</h3>\n\n\n\n<p>This redesign also highlights a new approach to Learn WordPress content, emphasizing what learners engage with the most. The introduction of Learning Pathways lets you grow your WordPress skills progressively. You can start with beginner essentials and then work your way through more advanced concepts at your own speed. This method lets you build a solid understanding as you move through each course. Learning Pathways are geared toward specific learners, like people using WordPress for the first time or those interested in development.</p>\n\n\n\n<img width=\"1024\" height=\"730\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/07/1-learn.png?resize=1024%2C730&ssl=1\" alt=\"\" class=\"wp-image-17591\" />\n\n\n\n<p>Four Learning Pathways are already launched and ready to explore:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-user/\">Beginner WordPress User</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/intermediate-wordpress-user/\">Intermediate WordPress User</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\">Beginner WordPress Developer&nbsp;</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/intermediate-theme-developer/\">Intermediate Theme Developer</a></li>\n</ul>\n\n\n\n<p>You can look forward to more Learning Pathways in the User and Developer tracks soon. Two additional pathways, Designer and Contributor, are also on the roadmap. For more details about Learning Pathways, listen to <a href=\"https://wordpress.org/news/2024/07/episode-83-learning-pathways/\">episode 83 of the WordPress Briefing</a>. </p>\n\n\n\n<p class=\"has-text-align-left has-off-white-2-background-color has-background\"><strong>Get a guided tour of all the exciting Learn WordPress changes</strong> from the Training team’s very own <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> and <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a>. Sign up for one of their upcoming Online Workshops on <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302434418/\"><strong>Tuesday, August 6 at 14:00 UTC</strong> </a>or <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/302387426/\">Thursday, August 8 at 21:00 UTC</a>.</strong></p>\n\n\n\n<h3 class=\"wp-block-heading\">Education for the future of WordPress</h3>\n\n\n\n<p>What started with the Training team’s effort to understand the needs and expectations of current and future learners became a push to create a dynamic learning experience. This next phase of Learn WordPress is an exciting move toward bringing more people into WordPress, whether new users just getting started or established developers looking to add more skills to their toolbox.</p>\n\n\n\n<p>If you want to propose a change or report an issue, please do so in the <a href=\"https://github.com/WordPress/Learn\">Learn GitHub repository</a>. If you love WordPress and want to contribute to making Learn WordPress an even greater resource, join the <a href=\"https://wordpress.slack.com/archives/C02RW657Q\">#training</a> Slack channel. Want to make an immediate impact? Share <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> with someone you know.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Thank you (and props) to all involved</h3>\n\n\n\n<p>The new Learn WordPress couldn’t have been possible without the effective collaboration of the Training, Design, Marketing, and Meta teams. </p>\n\n\n\n<p class=\"is-style-wporg-props-medium has-large-font-size\"><a href=\"https://profiles.wordpress.org/adamwood/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>adamwood</a> <a href=\"https://profiles.wordpress.org/agiljulio/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>agiljulio</a> <a href=\"https://profiles.wordpress.org/arunshenoy99/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>arunshenoy99</a> <a href=\"https://profiles.wordpress.org/bsanevans/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bsanevans</a> <a href=\"https://profiles.wordpress.org/burtrw/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>burtrw</a> <a href=\"https://profiles.wordpress.org/cnormandigital/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cnormandigital</a> <a href=\"https://profiles.wordpress.org/devmuhib/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>devmuhib</a> <a href=\"https://profiles.wordpress.org/digitalchild/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>digitalchild</a> <a href=\"https://profiles.wordpress.org/dufresnesteven/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dufresnesteven</a> <a href=\"https://profiles.wordpress.org/ervanyuffrizal/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ervanyuffrizal</a> <a href=\"https://profiles.wordpress.org/faisalahammad/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>faisalahammad</a> <a href=\"https://profiles.wordpress.org/fcoveram/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>fcoveram</a> <a href=\"https://profiles.wordpress.org/hellosatya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellosatya</a> <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>huzaifaalmesbah</a> <a href=\"https://profiles.wordpress.org/indirabiswas27/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>indirabiswas27</a> <a href=\"https://profiles.wordpress.org/ironnysh/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ironnysh</a> <a href=\"https://profiles.wordpress.org/itsmhrahman/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>itsmhrahman</a> <a href=\"https://profiles.wordpress.org/jinalparekh/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jinalparekh</a> <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a> <a href=\"https://profiles.wordpress.org/joen/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joen</a> <a href=\"https://profiles.wordpress.org/jominney/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jominney</a> <a href=\"https://profiles.wordpress.org/keithnoseworthy/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>keithnoseworthy</a> <a href=\"https://profiles.wordpress.org/kel-dc/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>kel-dc</a> <a href=\"https://profiles.wordpress.org/lada7042/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lada7042</a> <a href=\"https://profiles.wordpress.org/laurahartwigdesign/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurahartwigdesign</a> <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a> <a href=\"https://profiles.wordpress.org/markoserb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>markoserb</a> <a href=\"https://profiles.wordpress.org/mustakim5/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mustakim5</a> <a href=\"https://profiles.wordpress.org/nazmul111/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nazmul111</a> <a href=\"https://profiles.wordpress.org/ndiego/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ndiego</a> <a href=\"https://profiles.wordpress.org/nilovelez/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nilovelez</a> <a href=\"https://profiles.wordpress.org/noruzzaman/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>noruzzaman</a> <a href=\"https://profiles.wordpress.org/orangeambition/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>orangeambition</a> <a href=\"https://profiles.wordpress.org/piyopiyofox/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>piyopiyofox</a> <a href=\"https://profiles.wordpress.org/psykro/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>psykro</a> <a href=\"https://profiles.wordpress.org/renyot/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>renyot</a> <a href=\"https://profiles.wordpress.org/rfluethi/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rfluethi</a> <a href=\"https://profiles.wordpress.org/rjfrizz/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rjfrizz</a> <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a> <a href=\"https://profiles.wordpress.org/ryelle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ryelle</a> <a href=\"https://profiles.wordpress.org/sakibsnaz/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sakibsnaz</a> <a href=\"https://profiles.wordpress.org/sfougnier/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sfougnier</a> <a href=\"https://profiles.wordpress.org/shsajalchowdhury/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>shsajalchowdhury</a> <a href=\"https://profiles.wordpress.org/sierratr/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sierratr</a> <a href=\"https://profiles.wordpress.org/sumitsingh/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sumitsingh</a> <a href=\"https://profiles.wordpress.org/teuila_mau/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>teuila_mau</a> <a href=\"https://profiles.wordpress.org/webtechpooja/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webtechpooja</a>&nbsp;&nbsp;<a href=\"https://profiles.wordpress.org/west7/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>west7</a> <a href=\"https://profiles.wordpress.org/zoonini/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>zoonini</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, 02 Aug 2024 13:33:19 +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:\"Lauren Stein\";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:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Do The Woo Community: Open Source Sustainability, Contributing and Proposal Processes with Courtney and Robert\";s: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://dothewoo.io/?p=84957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/os-sustainability-contributing-and-proposal-processes/\";s: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:35658:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Courtney:<br />How are you, Robert? How&#8217;s your summer going?</p>\n\n\n\n<p>Robert:<br />It&#8217;s still summer? I don&#8217;t know. It&#8217;s been so hot. We were just talking about that in the green room, how the temperature&#8217;s been nuts.</p>\n\n\n\n<p>Courtney:<br />Yes, yes, yes. Robert and I, being in America, our weather has been very weird. I&#8217;ve been having a lot of Florida weather here in South Central Pennsylvania, which I would like to send back to Florida and now that would be delightful. But the weather in Europe was pretty cool at WordCamp Europe. I liked that temperature better.</p>\n\n\n\n<p>Robert:<br />Everything is cool when you&#8217;re in Torino.</p>\n\n\n\n<p>Courtney:<br />This is true. So today we&#8217;re going to get into a little bit of some of the talks that we saw at WordCamp Europe, some of the other open-source connections that were made during this event, and a little bit of pulse on the community as to what we&#8217;ve seen going on in open source. Most recently we&#8217;re just on the heels at the time of this recording of seeing WordPress 6.6.1 ship, which is great. But that said, Robert, how did you spend your WordCamp Europe and what stood out most to you?</p>\n\n\n\n<p>Robert:<br />Wow, attendance. I mean, I&#8217;m just going to go with that. So WordCamp Europe was talk, talk, talk, work, work, work, network, network, network.<br />We had a booth there for Botguard and had to do some of that. But yeah, it always amazes me how full of people WordCamp Europe is and it was really great to see some of, even I&#8217;ll call &#8217;em micro-communities, get together. I know there was a large contingent from Serbia that was doing their thing, and then you&#8217;d have folks from the Netherlands and Germany and getting that face time that they may not get during the rest of the year. So it&#8217;s always the people and the networking and energy that leaves me smiling for at least six months. Hoarse completely, but definitely smiling.</p>\n\n\n\n<p>Courtney:<br />I saw that there was also a sub-community of the Jonathans getting photos together. Were there any photos of the Roberts? Because I think you and Mr. Dunn here could both be in that photo.</p>\n\n\n\n<p>Robert:<br />And Robert Windisch.</p>\n\n\n\n<p>Courtney:<br />Yeah, see, I was just hanging out with him in Canada the other week. That&#8217;s right. Yeah, the Roberts need to do a photo. I&#8217;m going to petition for that.</p>\n\n\n\n<p>Robert:<br />And we will also include Robbie Adair.</p>\n\n\n\n<p>Courtney:<br />Yes, yes, absolutely. Include all those that have Rob, Bob or some variation of that related to their names for sure. So WordCamp Europe kicked off with a really amazing talk. We heard first as our opening keynote at WordCamp Europe about the sustainability of open source being the future, and this was something that was shared by both Joost and Juliet who gave a presentation on this. Joost, of course, being the founder of a very well-known SEO plugin company, and Juliet is really well-known in the PHP space, but not a lot of people in WordPress outside of those that pay attention to PHP know Juliet yet. Juliet is an amazing, amazing woman, very talented dev, and somebody that I got to know during Europe quite a lot. And so during that time that she and Joost gave that presentation, they were sharing a great deal about how much of what we use or do on a daily basis depends on open source and how people are often unaware of that implication.</p>\n\n\n\n<p>And that&#8217;s something that&#8217;s been eye-opening to me, not just from their talk, but also over the last couple of years as I tune into the automotive industry using a lot of open-source technology. Of course, I work for a web host and I know that our servers use a lot of open-source technology to power the hosting environments as well, but there&#8217;s a lot more to open source to learn about that I think we don&#8217;t often see. So they were sharing some of the use cases of that, but they were also really great at helping shed light on. Open source is never free, so you&#8217;ve got either funding to pay people or the time that people give up for their families and their jobs and these other things to make open source possible. So I thought that they really landed that conversation fantastically well, and it&#8217;s something that I believe that the WordPress community especially needs to tune in on. You haven&#8217;t gotten a chance yet, go watch the replay on that one.</p>\n\n\n\n<p>Robert:<br />Yeah, I think hopefully Bob can drop that into the transcript of the actual link. Yeah, free and open source are always fun words to mess up. And yes, the code may be freely accessible, but how do you put it together? Who&#8217;s put that together? Coming from the Joomla community, which is a hundred percent volunteer where there is no corporate support in any way, shape or form, the burnout is extreme because you just can&#8217;t do that all the time.</p>\n\n\n\n<p>Courtney:<br />Yeah, knowing what I do of Juliet, I feel fine in sharing this. Just a few months back, about half a year, maybe a little bit longer ago now, we saw PHPCS, which is the PHP coding standards. Juliet is unarguably the lead dev on this. There are several other contributors to this. That project sat in an abandoned repo and abandoned being that there was a company that created this as an open-source project. The company shuttered and Juliet did not have administrative rights over that area and nobody that did was still contributing. Juliet has been funded through contract work as have others to that area, but it was not at a sustainable level for the amount of contribution needed for that. And I highlight it because WordPress uses WPCS, the WordPress coding standards, and those areas in particular also need to depend upon the PHPCS. So it&#8217;s just a set of rules basically that make sure that how we&#8217;re writing not just our PHP, but I believe it also applies to HTML and CSS, that these things adhere to specific standards so that we have some security reliability in all of the code that we&#8217;re deploying.</p>\n\n\n\n<p>If any one of those areas were to fail, that could jeopardize not just WordPress, but also at PHPCS, it would impact many other open-source projects and some that are not, that depend upon PHPCS. And then within WordPress, not only does it impact core, but WPCS that depends on PHPCS also impacts many plugins. Hosts use it as part of securing their environments for managed environments for customers. So there was a lot really dependent on that, and Juliet&#8217;s just been through quite a lot in the past year securing the funding needed, not just for herself, but also the couple of other devs that are working on this. And it&#8217;s one of those backbones of the internet, so I can&#8217;t say enough about the work that she&#8217;s doing. And also, Joost wrote a fantastic piece that helped get at least my executives to participate in funding the work inside of PHPCS as well to make sure that our customers are really well protected. So please do tune in, watch, see what&#8217;s going on. Even if you don&#8217;t really understand code, not the point, it&#8217;s knowing that it&#8217;s securing you here.</p>\n\n\n\n<p>Robert:<br />Well, it&#8217;s to your point about validating the stuff that WordPress utilizes from plugins to things to Gutenberg to all that. Of course, my favorite is having the tabs versus spaces argument, so that&#8217;s something else as well. But for those who are not technical, just think of tabs versus spaces.</p>\n\n\n\n<p>Courtney:<br />I just got into the conversation at WordCamp Canada about pineapple and pizza. Now you&#8217;re bringing up tabs versus spaces. We&#8217;re going to start a riot with the devs. They&#8217;re all groaning at us right now, Robert. I can hear them. So in addition to that, there were a couple of other really cool things that took place during WordCamp Europe. One of the first things was that right after Joost and Juliet&#8217;s presentation during the Q&amp;A, I asked a question, and then out of that came meeting Matthias from Typo3. Typo3 is one of the organizations that participated in the open source letter to the WordPress European Union related to the Cyber Resiliency Act. What does all that mean? Basically, the European Union has a lot of standards that they&#8217;re trying to implement, and the Cyber Resiliency Act specifies a lot of what they expect out of the software being used in various environments, and some of the wording that is in the Cyber Resiliency Act was not suitable for how open source works. And so out of that came, that&#8217;s exactly it. Joomla, Drupal, Typo3, WordPress and a few others that I think all compiled a letter together to the European Union specifying some of these things and Matthias that we met is part of the community at Typo3. Robert, did you get a chance to meet Matthias?</p>\n\n\n\n<p>Robert:<br />We got, of course, everyone got to meet everyone at some point, but we&#8217;re definitely going to push to have, is it Matthias or Mattias? I&#8217;m not always going to look Matthias.</p>\n\n\n\n<p>Courtney:<br />I&#8217;m an American and I butcher European names routinely. I will apologize first, but yes, we should invite him on as a guest and ask him to pronounce his own name for us.</p>\n\n\n\n<p>Robert:<br />At least that, I mean, it&#8217;ll be a very quick podcast.</p>\n\n\n\n<p>Courtney:<br />Yep, absolutely.</p>\n\n\n\n<p>Robert:<br />That&#8217;ll be brilliant. But yeah, I mean not only, it&#8217;s great that he was part of that open letter, but it&#8217;s interesting how, since we&#8217;re on the open talk on open source, how open source gets attacked in different weird ways and the Cyber Resilience Act, which is called CRA before we get all tongue-tied, it just seems strange to make demands of free code and why, yes, there need to be cybersecurity standards, blah, blah, blah, blah, blah. Well, last I checked, we can talk about CrowdStrike all day long and they&#8217;re probably CRA compliant, and that doesn&#8217;t really help anyone when Delta is</p>\n\n\n\n<p>still down for day five or six of being able to fly. The NHS, I think, had problems. European banks had problems. So some of these rules and regulations really don&#8217;t actually get to the crux of the problem, which is everyone needs to do their homework and stay on top of code no matter what it is and have processes in place.</p>\n\n\n\n<p>Courtney:<br />Absolutely, Robert, I am glad that neither of us were traveling during that in particular.</p>\n\n\n\n<p>Robert:<br />Oh my goodness, are you kidding? I just got home from WordCamp Canada to which I drove. It was a long drive, but I drove because the distance would not have been any different time-wise if I had flown. But still, I am glad to have gotten through Border Crossing and all of that without having an impact there. Related though to your idea there on testing and kind of coming in on the heels of WordPress 6.6.1 coming out and the calls for testing, I will amplify that people should be testing things and to the point where I have been relentless with my employer about giving me a little sliver of an environment to test on production. So in our managed environments and our enterprise-managed environments, I am ensuring that this gets at least the minimum testing possible. But in addition to that, I would like to call in those that are in the plugin and theme space and make sure that you are testing with the beta releases before we even hit RC. We need to be testing at the beta releases.</p>\n\n\n\n<p>So not just a good way to do this in the WordPress space as you go to make WordPress dot org slash test, and usually with every release there is a guideline post saying, here&#8217;s how you could go test the thing, do that, but in addition, do some other testing, both automated and manual with your own plugins and or themes. If you are a dev and or if you&#8217;re managing client sites, the ones that are the most on most of your client sites, I would make sure to also as a user, test those ahead because things will go a little sideways and you might see a maintenance release come in pretty quickly after that. If you are in other parts of open source, the same would still apply. You absolutely should be paying attention to what&#8217;s going on in releases ahead of time and testing and weighing that kind of feedback.</p>\n\n\n\n<p>Robert:<br />I&#8217;ll just second that, and it all circles back to the sustainability argument or discussion earlier. These things need to be done. Yes.</p>\n\n\n\n<p>Courtney:<br />I will give a quick nod. When I was assembling today&#8217;s show notes, I forgot to include that I was on a panel at Europe about open source, about funding open source from the perspective, this time last year, I spoke with Hari and I was on a panel there from the perspective of I&#8217;m a contributor that wants to get sponsored. What can I do this time? It was from the perspective of empowering organizations such as my employer or Robert&#8217;s employer or a number of others to fund the work of open source. So I will be sure to include those as well. That slipped my mind in today&#8217;s show notes, but there we go. Related to other events and things going on in the open-source space. Robert, you brought up All Things Open. Do you know much about this conference? Have you ever attended?</p>\n\n\n\n<p>Robert:<br />I have never. And it keeps getting put into time slots where I can&#8217;t make it. It&#8217;s really about open source and everything from GitHub and Copilot to specific projects. Of course, AI, I already mentioned Copilot. That kind of stuff is happening. Speakers have been announced, and I&#8217;m just looking at, so we got Community Leadership Summit and All Things Open on October 27th.</p>\n\n\n\n<p>Courtney:<br />Yes, that is close to some timelines for my kiddos that I don&#8217;t know if I&#8217;ll be able to go yet or not, but I know a few others in the WordPress community that have attended in the past. You can reach out if you&#8217;re interested to Adam Silver and Nyasha Greene and find out what their experiences have been at this event. But it is really operated like a true open source without an organization besides the conference organizers, this is not an event on behalf of any one open-source project. It is an open-source event of lots of open-source people just getting together, and it&#8217;s one that I think is really, really interesting. It is in, is it North or South Carolina in the Carolinas?</p>\n\n\n\n<p>Robert:<br />It&#8217;s Raleigh, North Carolina.</p>\n\n\n\n<p>Courtney:<br />Raleigh, North Carolina, yeah. There we go. So if you&#8217;re interested in attending that one, do jump in, check it out, get some tickets. I always love the graphics that organization puts forward. I think it&#8217;d be a good time to also learn and connect with others.</p>\n\n\n\n<p>Robert:<br />I have been to the Community Leadership Summit in the past, and if you are heavily involved in a project, you should really have this on your radar. I remember having attended, and at the time it was all about codes of conduct and you had folks from all these projects trying to put together codes of conduct, codes of conduct or code of conducts, I dunno where the S goes.</p>\n\n\n\n<p>Courtney:<br />Or the apostrophe.</p>\n\n\n\n<p>Robert:<br />Or the, oh no, don&#8217;t make it worse. But these are the kinds of things that are addressed to help projects move forward. So definitely take a look at that if you are spending considerable time in any specific project, and that ties right into All Things Open.</p>\n\n\n\n<p>Courtney:<br />Yeah, I would absolutely agree with that one. There are a couple of other things that have been popping on my radar just in the last week related to open source that are pretty interesting to check out. One of them started. So our show is not just about WordPress, but obviously we&#8217;re heavily steeped in the WordPress community and Do the Woo is related very much to all things WordPress related. I think they even have a show by that name. So a couple things that kind of popped up for me. I was watching a YouTube live with Matt Medeiros and Mark Szymanski, forgive me for not knowing how to pronounce your last name, but during this one, it&#8217;s great to see from Mark&#8217;s eyes sometimes because Mark is a young adult in his twenties, I believe, in the WordPress community and beginning to understand open source and contribution.</p>\n\n\n\n<p>And I think that when I think about myself at that point, I was finding WordPress 2.3 and Moodle. So I come from other open source, and at that I found the WordPress philosophies and I thought, oh, this is for me, the ones numbered zero through three, the four philosophies of open source, that area spoke deeply to me about code being free, everyone can modify and edit and all of this and has really captivated me. I don&#8217;t know if today with as much software as is available and as much user experience as people can have at their fingertips. At that time, CMSs were new and WordPress WordPress was just for blogging and not for the rest of your website certainly. And there were no pages or sidebars or any of those things. So back then open source had a lot of potential and it really captivated a lot of interest.</p>\n\n\n\n<p>These days though, the 20 something crowd is not necessarily thinking first about open source. They&#8217;re just thinking of the tool to get the job done. Open source may or may not be on the radar, and if they even are aware of how WordPress gets made, they may not understand their own responsibility for providing feedback. There is a talk I gave at WordCamp Montclair a year and a half ago, and I redid it at Phoenix as a backup speaker this year called We Are They, and it&#8217;s on WordPress TV, but it&#8217;s about this idea that if you&#8217;re using WordPress and you complain into the ether about why did they do this or that, to go log the issue in the place and provide that feedback. And there have been a few YouTubers in the last couple of days even that we&#8217;re really looking into one shedding light on the need to do that, but also two, hey, we&#8217;re logging this stuff and it&#8217;s maybe getting overlooked. And so there was some confusion around this that I thought maybe we could tackle a little bit. Robert, has there been a time in any open-source project where you have directed others to go provide some feedback? And how did that experience go?</p>\n\n\n\n<p>Robert:<br />Oh gosh, it&#8217;s brutally painful.</p>\n\n\n\n<p>Courtney:<br />Why is that painful?</p>\n\n\n\n<p>Robert:<br />It&#8217;s painful. People are not inspired. They don&#8217;t know. A lot of times the feedback loops aren&#8217;t there. So you might go in there the first time, drop a ticket, look at a repo and either be overwhelmed by whatever jargon exists, and then it just goes into the ether. Nine times out of 10, you&#8217;re waiting for someone to pick up that question, actually do something with that. To your point about Juliet, how many years was that sitting there? Again,</p>\n\n\n\n<p>Courtney:<br />It was a long time and it came down to I&#8217;m quitting doing this, I need to go pick up client work. Or you&#8217;re giving me the keys and we got to move it and I need funded. And I get that.</p>\n\n\n\n<p>Robert:<br />And so as folks get used to much more, I don&#8217;t want to say immediate gratification, but at least some kind of awareness of what&#8217;s going on. Open-source projects need to implement the expectation level of, oh, I hit a button at my bank and I got an immediate response either from a chatbot or a human being or whatever. We need to be able to do that. We need to keep up with the Joneses in that kind of user experience because submitting tickets is a user experience.</p>\n\n\n\n<p>Courtney:<br />Yeah, so in the presentation that I did, if your issue was related to Gutenberg, here&#8217;s the Gutenberg repo, you could leave a comment and not provide code, and that&#8217;s okay. So if you want to either open up a discussion or reply to something, here&#8217;s how to go find and see if anyone else brought the topic up and then how to go provide feedback or how to open a new ticket. If it is related to the functionality of WordPress dot org&#8217;s website, where to go log that, that&#8217;s another place. And so the experience Mark was sharing is that he seems interested, I&#8217;m just getting to know him a little bit. He seems interested in doing these things, but he doesn&#8217;t know where to go to do it. And there&#8217;s not really a clear map of some of those things, how to log the feedback in the right places.</p>\n\n\n\n<p>And then you have someone like Matt Medeiros who very understandably has been in our community in the WordPress space a long time. And in our project we have two dozen different teams, and then we have some working groups that aren&#8217;t attached to a team and we, oh, it&#8217;s a thing. And so how do you find where to go log this stuff or where are, for instance, proposals, that was something that Matt brought up and was sharing about searching through make WordPress dot org for proposals. I have provided a link for the show notes that&#8217;s basically just a customized Google search of show me anything on make dot WordPress dot org from all two dozen teams in the past. I dunno, I might&#8217;ve set it to a year that used the word proposal because there&#8217;s no other clear way to do that. But then over in Gutenberg, there are also proposals sitting inside of Gutenberg&#8217;s GitHub repo, and they don&#8217;t make it to a make website. And sometimes that&#8217;s the case for certain teams. Gutenberg is within core, but if you want to see the proposals about what the block editor is doing or the site editing experience is doing, you&#8217;re going to need to pay attention to it in the Gutenberg repo. And then what happens if you write a proposal? What&#8217;s the next step?</p>\n\n\n\n<p>Robert:<br />Yes, that is a question.</p>\n\n\n\n<p>Courtney:<br />I&#8217;m shaking my hands, which no one can see. We&#8217;re audio-only. But it&#8217;s just like that both hands in the air of frustration of, again, the user experience of trying to get stuff done.</p>\n\n\n\n<p>Robert:<br />So Robert in Joomla, how did proposals get handled?</p>\n\n\n\n<p>Courtney:<br />To some degree, it was a much smaller community and we didn&#8217;t have 4,000 teams like WordPress does. So it was much easier to actually get in front of team leads just right off the bat and be like, here&#8217;s my proposal, here&#8217;s my idea. Then team leads would take and run with that. So being able just to have that contact with the leader of what&#8217;s going on, then that would be actually put into more of the big development process or bug fixes or proposals and whatnot.</p>\n\n\n\n<p>Courtney:<br />So to that point, in WordPress, we do not use the term lead outside of, we have core release leads. Matt, usually, is that on most of the release processes.</p>\n\n\n\n<p>Robert:<br />Matt Mullenweg. There&#8217;s lots of Matts in the world.</p>\n\n\n\n<p>Courtney:<br />Yes. And then we have some folks that historically have held this title and it&#8217;s now become more of an honorary title. Folks like if you&#8217;ve been in the WordPress space, Helen Hou-Sandí and others, Dion Hulse, this crew are some of the originals of the release lead cycle and process. Some of them are still with the project and some are no longer with the project, but proposals overall across all the teams, there is no uniformity to that in our case. Other open source projects, like for instance later in the show notes, I have one on PHP has a request for comments, which is a bit akin to a proposal. It&#8217;s saying, here&#8217;s the pitch, give some comments, and then they have a defined procedure after you give those comments if it needs to go to a vote, who does the voting, et cetera. And these are points that Mark was bringing up.<br />Is there any standardized? What happens after someone writes a proposal? Well, sometimes it just sits there. Earlier today I had a meeting related to, there is a post in our show notes here about should the DEIB working group Five for the Future new contributor mentorship be all merged inside of the sustainability team? And it was brought up that Birgit Olzem had written a proposal for a DEIB team exclusively like a year ago. And right now it&#8217;s just waiting on Matt to respond to one way or the other. And for lack of a response, there&#8217;s a lack of activity happening. And that experience for the community is not ideal. There&#8217;s no standardization to the process. And also are the proposals going to be on make or are they going to be in a GitHub repo or what team site should something like that go to and how do we handle those?</p>\n\n\n\n<p>So I think it was covered pretty well in this particular video, but I can understand why people have these questions. And I&#8217;m seeing currently a couple of other YouTubers that are expressing similar concerns, similar questions, and confusion. And what I want to sort of emphasize there is to look at it again, with fresh eyes, there are some people that are new to understanding contribution no matter what their age, they&#8217;re just new to experiencing what it means to contribute or where to provide appropriate feedback besides just yelling into YouTube and Twitter. I mean, those feel soothing for a moment or two, but it does nothing to actually, it&#8217;s not recorded somewhere that people could take action on that, right? It&#8217;s not somewhere that people have to be confronted with dealing with that type of thing and seeing a bit of that type of activity going on.</p>\n\n\n\n<p>And also there are some questions. So WPTuts, on YouTube, I don&#8217;t recall the gentleman&#8217;s name. I can say that the gentleman that was doing WPTuts the YouTube video also had a lot of those same kind of thoughts, questions, and concerns. If I provide the feedback, is anyone paying attention? I saw recently a contributor Aurooba, a couple of us know who Aurooba is in our community. Aurooba provided a pull request, which means that she fixed it in code, she saw a bug, she fixed it in code, she submitted a pull request to Gutenberg, and then in 6.6, that bug was fixed by somebody else&#8217;s more recent rendition of the same solution and how inappropriate that that can feel and what can we do to sort of wrangle some of those experiences in a bit better. And so that&#8217;s a little bit of what I&#8217;m observing, and it relates a bit to, for instance, governance.</p>\n\n\n\n<p>That has sometimes been a hot topic. I&#8217;m not going to make it one today, but Red Hat has a really good article, ironically, Red Hat who took Red Hat Enterprise Linux that runs a lot of hosting environments and pulled it back to private. Red Hat has a good article about the different kinds of governance models. And on some of the same videos, people were inquiring what type of governance model is WordPress because things like proposals have no standardization, and we do fall under what&#8217;s known as Benevolent Dictator for Life. Matt does not enjoy that term, but it is not unique to WordPress.</p>\n\n\n\n<p>Robert:<br />Linux in general is, I mean, Linus Torvaldsds, that&#8217;s where it was born.</p>\n\n\n\n<p>Courtney:<br />Yes, exactly. And so basically a lot of the decision-making process resides upon the Project co-founder at this time, and that&#8217;s why procedures are maybe where they are looking for a way forward. I&#8217;m going to keep pushing on looking for how we can improve this process. I recognize that our project leadership is a small crew that has a lot of responsibility, especially when 43% of the web rides on their decision-making. So improving that experience is something that I care deeply about, about how we can continue encouraging folks to come provide that feedback, and then ensuring that things like what Aurooba experienced don&#8217;t fall off the radar that we continually look for, oh, here&#8217;s somebody actually already solved the thing, or somebody provided some really valuable feedback. How do we get this feedback heard by those that need to and take action upon it? It&#8217;s a lot to kind of wrangle and deal with.</p>\n\n\n\n<p>And I admire recently that Anne McCarthy organized a bunch of the YouTubers that seem to have similar interests like this together for a video to try and unite the YouTuber community because that is a weird niche. I would say they&#8217;re not going to be as much active in Make WordPress Slack, although I&#8217;ve seen more of that and I&#8217;m delighted by it. But they have a whole subset of the community that we don&#8217;t see at events. They have a whole subset of the community that we don&#8217;t see in Slack, and they can really help bridge those connections if done correctly.</p>\n\n\n\n<p>Robert:<br />Yes, I mean, I would just love to have every you dropped &#8217;em in, but just now. But really, if you&#8217;re interested in working on the project in WordPress, step one, make WordPress, get on that Slack. A lot of these questions when I talked about, or when you asked about how was this kind of feedback done in the Joomla space, and this is years ago. I&#8217;m sure it&#8217;s changed now, but at least get on the Slack. You can find the leaders and have that direct question answered one way or the other. And it would be nice if every team had almost like a triage coordinator, just to Courtney&#8217;s eyes just really big.</p>\n\n\n\n<p>Courtney:<br />I&#8217;m nodding. I&#8217;m thinking, oh, I would love to see project manager layers throughout.</p>\n\n\n\n<p>Robert:<br />I&#8217;m just going for triage. You&#8217;re required to get back within 30 to 60 days and flag it for yes, this will move forward, or no, don&#8217;t have time.</p>\n\n\n\n<p>Courtney:<br />I think in addition, maybe Robert, we do have triage work that happens, especially for Core Editor. I know Damon Cook has been really working on that one. Damon contributes on behalf of WP Engine. There are a few others that are in that space for sure. But also I think that we need to do that holistically throughout the whole project. Last bit of news that I have coming in is that just issued within the past week</p>\n\n\n\n<p>, is the state of React informal report about the React community. About React, the open-source project as well. It is part of the JavaScript community holistically. It&#8217;s a lot of what Gutenberg is built on. You can</p>\n\n\n\n<p>Robert:<br />Check out. I was going to say, why do we care about React?</p>\n\n\n\n<p>Courtney:<br />Yes, Gutenberg. Gutenberg uses a lot of React. So you could find that information at 2023 dot state of react.com. It will be in the show notes, but it&#8217;s really interesting to look at contributors to the React community and what kind of feedback that they are offering too. So that&#8217;s the hit list of the news that I&#8217;ve got for this week. It was good seeing you, Robert, and I look forward to our next episode together.</p>\n\n\n\n<p>Robert:<br />Great seeing you again, Courtney. Now that we have at least August, I think minimal to no work, travel break before WordCamp US hits us square in the face.</p>\n\n\n\n<p>Courtney:<br />I know I&#8217;m the lead organizer for contributor day, so I will have a lot more brainpower in October during Hacktoberfest.</p>\n\n\n\n<p>Robert:<br />Thank you, Courtney.</p>\n\n\n\n<p>Courtney:<br />Thank you, Robert.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong>Open Talk on Open Source</strong>, hosts <strong>Courtney and Robert </strong>recap their experiences at WordCamp Europe, highlighting key presentations on the future sustainability of open source by Joost and Juliet. </p>\n\n\n\n<p>They have a conversation about the importance of community connections, the challenges in WordPress contributions, and the necessity of funding and supporting open source projects. The chats moves into the significance of testing, the complexities of governance, and the pivotal role of the WordPress community in fostering collaboration and innovation. Links</p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>WordCamp Europe Recap</strong>: Courtney and Robert reflect on their experiences and memorable moments from WordCamp Europe, emphasizing the importance of such events for community building and networking.</p>\n\n\n\n<p><strong>Open Source Sustainability</strong>: Joost and Juliet&#8217;s presentation highlighted the critical role of open source in daily technology use and the need for sustainable funding and support for these projects.</p>\n\n\n\n<p><strong>Challenges in Contributions</strong>: The discussion addressed the difficulties contributors face, including the lack of clear pathways for providing feedback and the need for better support and recognition for volunteer efforts.</p>\n\n\n\n<p><strong>Importance of Testing</strong>: Both speakers stressed the necessity of thorough testing, especially with beta releases, to ensure the stability and security of WordPress and other open source projects.</p>\n\n\n\n<p><strong>Governance and Decision-Making</strong>: The episode explored the complexities of governance in open source projects, particularly the role of project leaders and the need for more standardized processes for handling proposals and feedback.</p>\n\n\n\n<p><strong>Funding and Support</strong>: The conversation underscored the importance of securing funding for open source development and the need for organizations to support contributors financially.</p>\n\n\n\n<p><strong>Empowering New Contributors:</strong> There was a focus on encouraging new contributors to get involved, providing them with the necessary guidance and support to navigate the contribution process effectively.</p>\n\n\n\n<p><strong>Future of Open Source</strong>: The episode wraps with a look at the future of open source, emphasizing the ongoing need for collaboration, innovation, and community support to drive progress and sustainability.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://wordpress.tv/2024/07/03/keynote-sustainable-open-source-is-the-future/\">Sustainable Open Source is the Future, Joost de Valk and Juliette Reinders Folmer, WordCamp Europe 2024</a></strong></li>\n\n\n\n<li><strong><a href=\"https://wordpress.tv/2024/07/03/panel-democratising-opportunities/\">Panel at WordCamp Europe 2024: Democratising Opportunities</a></strong></li>\n\n\n\n<li><strong><a href=\"https://typo3.org/project/press/press-releases/open-website-alliance/english\">Drupal, Joomla, TYPO3, and WordPress join forces in a leadership-level alliance</a></strong></li>\n\n\n\n<li><strong><a href=\"https://academind.com/tutorials/state-of-react-2024\">State of the React 2024</a></strong></li>\n\n\n\n<li><strong><a href=\"https://allthingsopen.org/\">All Things Open</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.youtube.com/watch?v=3nYye07EPlI\">Matt and Mark on WordPress</a></strong></li>\n\n\n\n<li><strong><a href=\"https://typo3.org/fileadmin/t3o_common_storage/documents/press_releases/2023-07_Open_Letter_to_EU_Legislators/Open_Letter_on_the_Significance_of_Free_and_Open_Source_Software_in_the_EU_s_Proposed_Cyber_Resilience_Act.pdf\">Open Letter on the Significance of Free and Open Source Software<br />in the EU’s Proposed Cyber Resilience Act</a></strong></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:\"Thu, 01 Aug 2024 09:30: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:10;a:6:{s:4:\"data\";s:13:\"\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:67:\"Gravatar: Better Links, Simple Messaging, Developer Tools, and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1976\";s: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:92:\"https://blog.gravatar.com/2024/07/31/better-links-simple-messaging-developer-tools-and-more/\";s: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:5967:\"<p>July&#8217;s been a whirlwind, and we&#8217;ve got some exciting updates to share. We&#8217;ve been working hard to make your profile for the web shine even brighter.</p>\n\n\n\n<p>Let&#8217;s dive in!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Links That Pop</h2>\n\n\n\n<img tabindex=\"0\" width=\"2800\" height=\"1720\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/image-3.png\" alt=\"\" class=\"wp-image-1990\" />\n\n\n\n<p>Your Gravatar profile is evolving into the ultimate Link In Bio tool. Now you can add thumbnails and descriptions to your links, turning your profile into a dynamic showcase. </p>\n\n\n\n<p>Show off your latest project, highlight your blog, or feature your portfolio with style. It&#8217;s like giving your digital presence a makeover, all in one place.</p>\n\n\n\n<p>And here&#8217;s a little bonus: <a href=\"https://blog.gravatar.com/2024/06/26/link-your-gravatar-profile-with-a-free-custom-domain/\" target=\"_blank\" rel=\"noreferrer noopener\">claim your free .link domain</a>. It&#8217;s your chance to own your corner of the web. Pretty neat, right?</p>\n\n\n\n<p>Whether you&#8217;re a blogger, creator, student, or professional, your Gravatar profile is now your go-to spot for sharing everything about you.</p>\n\n\n\n<p><a href=\"https://gravatar.com/profile/links\" target=\"_blank\" rel=\"noreferrer noopener\">Add new links to your profile here.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Networking, Simplified</h2>\n\n\n\n<img tabindex=\"0\" width=\"2880\" height=\"2160\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/contact-sharing-nfc-1.png\" alt=\"\" class=\"wp-image-2003\" />\n\n\n\n<p>Remember the awkward dance of exchanging contact info at events or with a new acquaintance? Those days are over. </p>\n\n\n\n<p>Share your Gravatar profile link, and you&#8217;re instantly connected. On mobile, we&#8217;ve added an &#8216;Add to contacts&#8217; button. One tap, and you&#8217;re in their address book (only any info you&#8217;ve made public, no worries). </p>\n\n\n\n<p>We&#8217;ve even spruced up the QR code for your profile. Networking just got a whole lot smoother.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Simple Contact Form, Your Way</h2>\n\n\n\n<img tabindex=\"0\" width=\"2880\" height=\"2160\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/profile-message.png\" alt=\"\" class=\"wp-image-2000\" />\n\n\n\n<p>We&#8217;ve introduced a handy messaging feature. When enabled, other Gravatar users can send you a short message without seeing your email. It&#8217;s like a digital handshake, complete with their Gravatar profile info. You&#8217;re in control of whether to reply to the email and continue the conversation.</p>\n\n\n\n<p>To turn it on, visit the <a href=\"https://gravatar.com/profile/avatars\">Contact info tab</a> in the profile editor and toggle <em>&#8216;Allow anyone to send me a message&#8217;</em>. That&#8217;s it!<a href=\"https://gravatar.com/profile/contact-info/email\"></a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Picture Perfect Avatars</h2>\n\n\n\n<img tabindex=\"0\" width=\"2800\" height=\"1720\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/image-4.png\" alt=\"\" class=\"wp-image-1992\" />\n\n\n\n<p>Our new photo editor is faster, mobile-friendly, and packed with tools to make your avatar stand out:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Filters</li>\n\n\n\n<li>Stickers</li>\n\n\n\n<li>Brightness</li>\n\n\n\n<li>Contrast</li>\n\n\n\n<li>Temperature</li>\n\n\n\n<li>Vignette and more<br /></li>\n</ul>\n\n\n\n<p>Upload a <a href=\"https://gravatar.com/profile/avatars\">new </a><a href=\"https://gravatar.com/profile/avatars\" target=\"_blank\" rel=\"noreferrer noopener\">avatar</a> image to give it a spin.</p>\n\n\n\n<p>And look for the photo editor to be expanded and added to all photo uploads in Gravatar in the weeks to come.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Quick Editor for Developers</h2>\n\n\n\n<img tabindex=\"0\" width=\"2800\" height=\"1720\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/image-5.png\" alt=\"\" class=\"wp-image-1993\" />\n\n\n\n<p>Developers, we&#8217;ve got you covered!</p>\n\n\n\n<p>Say hello to the Quick Editor! Now users can update their Gravatar right in your app or website. It&#8217;s seamless integration at its finest. And keep an eye out — a native mobile SDK avatar editor is on the horizon.</p>\n\n\n\n<p><a href=\"https://docs.gravatar.com/sdk/web-components/quickeditor/\">Learn more about the Quick Editor here.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Settings Simplified</h2>\n\n\n\n<img tabindex=\"0\" width=\"2800\" height=\"1720\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/image-6.png\" alt=\"\" class=\"wp-image-1995\" />\n\n\n\n<p>We&#8217;ve tidied up your account settings into one neat page. </p>\n\n\n\n<p>Privacy, security, language preferences, timezone &#8211; it&#8217;s all there. Your data, your rules.</p>\n\n\n\n<p><a href=\"https://gravatar.com/profile/?modal=account-settings&path=general\">Go here to give your account settings a quick review.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Fresh Face, Same Mission</h2>\n\n\n\n<img tabindex=\"0\" width=\"2679\" height=\"1592\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/homepage.png\" alt=\"\" class=\"wp-image-2017\" />\n\n\n\n<p>Oh, and one more thing! </p>\n\n\n\n<p>We&#8217;ve given our home page a complete makeover. It&#8217;s not just a new coat of paint &#8211; we&#8217;ve redesigned it to better reflect our mission of empowering your digital identity. </p>\n\n\n\n<p>Pop over to <a href=\"https://gravatar.com\">gravatar.com</a> and check it out. We think you&#8217;ll love how it showcases all the ways Gravatar can amplify your online presence.</p>\n\n\n\n<p>These updates aren&#8217;t just cool features. They&#8217;re about empowering you to create and manage your online identity with ease. We&#8217;re not just about avatars anymore — we&#8217;re your digital profile hub.</p>\n\n\n\n<p>So go ahead, take these new features for a spin and share the links to your profile near and far. We can&#8217;t wait to see how you use them to showcase your awesome self across the web.</p>\n\n\n\n<p>Happy Gravatar-ing!</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, 31 Jul 2024 14:10:17 +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:\"Ronnie Burt\";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:13:\"\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:86:\"WPTavern: #130 – Elena Panciera &amp; Chiara Pennetta on Making the Web for the Deaf\";s: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=157578\";s: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:94:\"https://wptavern.com/podcast/130-elena-panciera-chiara-pennetta-on-making-the-web-for-the-deaf\";s: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:38779:\"Transcript<div>\n<p>[00:00:00] <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, making the web a better place for those who are deaf.</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 Elena Panciera and Chiara Pennetta.</p>\n\n\n\n<p>Elena is a freelance consultant specializing in inclusive and accessible languages. She champions, linguistic inclusivity, advocating for simplifying language to aid understanding for non-native speakers across all languages. She believes in providing tools to make text more comprehensible for everyone.</p>\n\n\n\n<p>Chiara has been a special needs educator for the past two years. Deaf since infancy, Chiara underwent cochlear implant surgery four years ago, significantly improving her hearing. This transformative experience deepened, and altered, her connection to her deaf identity, and spurred her to explore issues of deafness and accessibility.</p>\n\n\n\n<p>They&#8217;re joining us to discuss the important topic of accessibility online. Accessibility is often an overlooked aspect of web development and event planning, and there are significant challenges and opportunities in making content accessible to diverse audiences.</p>\n\n\n\n<p>Elena and Chiara walk us through their personal journeys and professional insights, shedding light on the varying needs within the deaf community.</p>\n\n\n\n<p>Chiara shares her experiences of navigating a world that is increasingly leaning towards video content. And how platforms like TikTok, Instagram, and YouTube have improved accessibility through automatic captioning.</p>\n\n\n\n<p>Elena highlights the importance of these features, not only for deaf individuals, but also for a broader audience that benefits from reading captions.</p>\n\n\n\n<p>We talk about the implications of the European Accessibility Act, set to revolutionize accessibility requirements for websites. What will this mean for developers and content creators? Are captions enough, or should we aim for sign language interpretations as well, despite their complexity and cost?</p>\n\n\n\n<p>We also talk about the essential principles of simplification in transcription, and our AI tools are shaping how we deliver accessible content. Chiara emphasizes the diverse needs of individuals with hearing impairments, and why aligning transcriptions with the original content is crucial.</p>\n\n\n\n<p>Towards the end, we explore technologies which are improving communication for the deaf community, and the practical steps WordPress events can take to be more inclusive.</p>\n\n\n\n<p>Whether you&#8217;re a web developer, event planner, or just passionate about accessibility, 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 over 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 Elena Panciera and Chiara Pennetta.</p>\n\n\n\n<p>I am joined on the podcast today by Elena Panciera and Chiara Pannetta. Very nice to have you both with me.</p>\n\n\n\n<p>[00:04:10] <strong>Elena Panciera:</strong> Thank you.</p>\n\n\n\n<p>[00:04:11] <strong>Nathan Wrigley:</strong> We&#8217;re in WordCamp Europe. It is Saturday, so it&#8217;s the final day of the conference, and I&#8217;m talking to these two fine people about a topic that they spoke about. It was yesterday I think, and so we&#8217;re going to get into that topic in a moment. And it&#8217;s a topic that, I confess, I don&#8217;t know very much about. So hopefully they&#8217;re going to tell me, and educate me a lot about it.</p>\n\n\n\n<p>But before we do that, one at a time, could I ask you just to introduce yourselves. Tell us a little bit about who you are, where you come from, where you live, what you do for a living, that kind of thing. So let&#8217;s go.</p>\n\n\n\n<p>[00:04:42] <strong>Elena Panciera:</strong> Hi, I&#8217;m Elena Panciera, and I&#8217;m a freelance consultant. I&#8217;m expert about inclusive and accessible languages. And, well, I work as a freelancer, so I&#8217;m a trainer, I make consultancies about accessibility, and about how to be kind and respectful with language. This is what I do.</p>\n\n\n\n<p>[00:05:05] <strong>Nathan Wrigley:</strong> Thank you.</p>\n\n\n\n<p>[00:05:06] <strong>Chiara Pennetta:</strong> Hello, my name is Chiara Pennetta. I am 30 years old from Italy. I work as a teacher in special needs education, since two years ago. I studied Ancient Greek and Latin, and then I specialised in teaching Italian as a second language. But four years ago, I got two cochlear implants because I am deaf since I was one and a half years ago. Five years ago in fact, I chose to try and improve my hearing with this surgery, which is called cochlear implant.</p>\n\n\n\n<p>In that moment I became more hearing from a medical point of view, but I became also more deaf from an identity point of view. And so I chose to delve more into the topic of deafness and accessibility. And that was when I opened my Instagram page, which is called the undeaf, because I don&#8217;t feel hearing nor deaf.</p>\n\n\n\n<p>And that was when I met Elena, and we started studying, and working together to make the world a more accessible place. And that was also when I decided to be a teacher for the people with disabilities in high school here in Italy.</p>\n\n\n\n<p>[00:06:26] <strong>Nathan Wrigley:</strong> Thank you very much. Can I just ask you, you said that your medical deafness had improved, but your, I think you said identity. Did you say identity? Your identity deafness or something. What did that mean? What did you mean by that?</p>\n\n\n\n<p>[00:06:42] <strong>Chiara Pennetta:</strong> I think that deafness is considered a disability by most people. So the lack of hearing. But deafness is also a community, a culture, and a language. Because if you start studying sign language like I did four years ago, you will find out that there is a new whole world to discover about deaf identity.</p>\n\n\n\n<p>For me, that was life changing. It&#8217;s a paradox because I found out about my deaf identity only when I improved my hearing. It&#8217;s a paradox I know. But my cochlear implant are more visible than the hearing aid I have had before. And so my deafness became more visible, but also more invisible because my speech improved. My access to the world of sounds improved. Also my identity, like I said before.</p>\n\n\n\n<p>[00:07:42] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s really interesting. Okay, thank you for clearing that up. I appreciate it.</p>\n\n\n\n<p>So during the course of this interview, I will be asking questions, and it doesn&#8217;t really matter who wants to take it, but thank you for the introductions.</p>\n\n\n\n<p>So let&#8217;s begin then. So the first question that I&#8217;ve got really is, well, I should probably introduce what you spoke about at WordCamp Europe. Your topic was called Digital and Linguistic Accessibility Techniques and Strategies for deaf people. So we&#8217;re going to try and explore that a little bit.</p>\n\n\n\n<p>And my first question then is, what kind of experiences on the web are different if you are deaf? So I am in the fortunate position to have good eyesight, I wear glasses, but I have good eyesight. You know, my hands and my legs all work. I can hold a mouse, I can type on a keyboard, and my hearing is good. So I genuinely don&#8217;t know what it would be like to browse the internet, to move around online if I couldn&#8217;t hear. So could you just describe the difference it would be, for me, if I had deafness.</p>\n\n\n\n<p>[00:08:44] <strong>Chiara Pennetta:</strong> Sure. I think that the biggest difference is about all the video, and sound, musical content, of course. So anything that you experience with your hearing is different, if you don&#8217;t have hearing at all, or are partially deaf. Any video, any podcast of course, any web content which is accessible by audio feed, needs to be supported with the captions or transcription, or like signals. I don&#8217;t know, maybe it is not web related, but in movies when you have captions, and someone knocks at the door, the captions signal that there is someone knocking. So sound signals and transcription is really important. I think that that&#8217;s the most important thing to say.</p>\n\n\n\n<p>But yesterday, Elena and I really focus that, in many occasions, captions and transcription are not enough. Because many people who are born deaf, and maybe don&#8217;t use hearing aids, sometimes are not proficient in understanding an oral spoken language, even if it is in a written form.</p>\n\n\n\n<p>So they can have struggles in understanding complex, and the longest sentences with the complex syntax, and the vocabulary. Elena, which she&#8217;s expert in language accessibilities, really gave tools to write in a way that is accessible to people who don&#8217;t have a high level of proficiency in understanding a written text.</p>\n\n\n\n<p>[00:10:22] <strong>Nathan Wrigley:</strong> Right, so the assumption then that if I, for example, produce a video, and I&#8217;m very, the word I&#8217;m going to use is verbose, meaning I use too much language, I&#8217;m talking but my sentences are complicated and what have you. Are you suggesting then you need to bear in mind making it more straightforward? Because if I&#8217;m reading it, it might also be the case that my level of cognition, understanding what I&#8217;m reading, may also impact my ability to understand that content. So whoever wants to take that.</p>\n\n\n\n<p>[00:10:54] <strong>Elena Panciera:</strong> Yes, actually, we have to keep in mind that not everybody has the same level of proficiency in any language, and especially in Italian. Because in English it&#8217;s quite easier to have shorter sentences, and since it&#8217;s a very commonly used language amongst a lot of people that have other languages as first languages, English is more simple. But in Italian, for example, we commonly use very long sentences, with a lot of clauses that are not coordinate clauses, and subjunctives, and a lot of difficult words.</p>\n\n\n\n<p>The oral Italian is simpler, and the written Italian, we tend to use more difficult words, and more difficult structures. And so it&#8217;s important to keep it simple, and to try to think that not everybody have Italian as a first language. And this happens also for every other language. So for English, but also for German, for Spanish and so on. And so we have tools that can help us trying to make a text simpler.</p>\n\n\n\n<p>We have also artificial intelligence that can help us. There are ChatGPT, and Gemini, for example, but also tools that are integrated into WordPress. For example, Yoast or Semrush have tools that help simplify text, and choose simpler words, and more common words, for example.</p>\n\n\n\n<p>[00:12:43] <strong>Nathan Wrigley:</strong> Can I ask you a question about this podcast? So when I have finished editing this, I will make a transcription and I will try to make it perfect, exactly what you say. However, sometimes, because you are speaking in your native language is Italian, I sometimes take the position that it&#8217;s better for me to translate it into the English that I would like you to have said, if you were an English speaker. What do you think about that? I&#8217;m sometimes faced with the difficult thing, okay, I think they meant to say it this way, so I&#8217;ll write it that way, whereas you didn&#8217;t actually say it that way. What should I do?</p>\n\n\n\n<p>[00:13:25] <strong>Elena Panciera:</strong> Actually, this is a very interesting question, because I think there are also different positions about that. Because sometimes I&#8217;ve been told that it&#8217;s better to have very, very, transcriptions that are perfect. And so they transcript exactly what the speaker said. But actually, in terms of accessibility, maybe it could be more interesting, even simplify a little bit the language. So make the sentences shorter and, I don&#8217;t know, adapt a little bit the transcription.</p>\n\n\n\n<p>[00:14:02] <strong>Chiara Pennetta:</strong> I would like to add something on this topic. I don&#8217;t know if you ever noticed that in many movies when you buy the DVD, or Netflix too I think, you can choose from normal captions, basic captions, and the caption that are all called subtitles for the hearing impaired.</p>\n\n\n\n<p>[00:14:22] <strong>Nathan Wrigley:</strong> I have not come across that. So this is new. It&#8217;s interesting, keep going, yeah.</p>\n\n\n\n<p>[00:14:25] <strong>Chiara Pennetta:</strong> Sometimes you have two kinds of transcription for movies, or a TV series because basic captions transcribe literally everything that the actors say. While captions for deaf people are often simplified in the vocabulary and grammar, because maybe the proficiency language is a bit different, and they need a language structure which is more simple and accessible.</p>\n\n\n\n<p>[00:14:53] <strong>Nathan Wrigley:</strong> And also, I would imagine keeping up. Being able to read at the speed that somebody is saying something. So if a, let&#8217;s imagine a movie on Netflix, if an actor is speaking fairly quickly, and you are transcribing every single word, it&#8217;s hard to read at the speed of speech. If we just take out unnecessary words and just sum up the idea behind it. That&#8217;s really interesting because you have to have an opinion about what they intended to say, and how much you can simplify it, because you might lose some of the context.</p>\n\n\n\n<p>But you can do both. You put the exact transcript, but you have the secondary choice, I&#8217;m going to use air quotes, the simpler version, fewer words, easier to understand, less complicated words, shorter words. Ah, that&#8217;s really interesting. I had no idea that existed. Do you want to add something to that?</p>\n\n\n\n<p>[00:15:46] <strong>Elena Panciera:</strong> This is the principle of simplify and facilitate. So there are these two different concepts, the simplification and facilitation.</p>\n\n\n\n<p>Simplification means that we adapt and change the original text. And with facilitation, we can add tools to help the reader understand the text, but the original text that remain the same. You can add glossaries. You can add another version, a simplified version, or a shorter version. Because we could have also difficulties in keeping up the attention for a long time, and to read a very long text, this could be difficult. So yeah, we have different tools to improve the accessibility.</p>\n\n\n\n<p>And actually accessibility is multimedia, and going across different tools, and different medias. For example, the transcription is different from the audio, and also we can add graphics, illustrations, or visual tools to improve the understanding for text.</p>\n\n\n\n<p>[00:17:03] <strong>Nathan Wrigley:</strong> What do these tools do? So I&#8217;m imagining that I&#8217;ve transcribed this, and I&#8217;ve got my perfect, in air quotes, transcription. I&#8217;m really happy with it. Do I then just copy and paste what I&#8217;ve got, put it into a tool, click a button, and it will go through it with artificial intelligence, for example, and just shorten everything, make it more brief, as we&#8217;ve just described. What do these tools do? And could you name a few, because I don&#8217;t, I&#8217;ve never heard of any of them, so I&#8217;d like to go out and find what some of them are.</p>\n\n\n\n<p>[00:17:33] <strong>Elena Panciera:</strong> Actually, yes, there are some tools like ChatGPT, Gemini. Or specific tools like Capito that can help you doing this in a automatic way. But actually it&#8217;s always better, in my opinion, to check what the artificial intelligence do.</p>\n\n\n\n<p>The human intelligence is still better than the artificial one. And actually you can use your critical sense. I don&#8217;t know if I can use this in English? Yes, because you can really think what is important, and maybe you can also ask, in your case, you could ask us, what would you mean with this sentence? Because it was not in a perfect English, so we can tell you and make it right. I don&#8217;t know how to say, but let the mistakes be only in the oral podcast, and make a better version in the written text.</p>\n\n\n\n<p>[00:18:34] <strong>Nathan Wrigley:</strong> Right, so a good example of that that&#8217;s coming into my mind might be, if both of us said, I don&#8217;t know the word like a lot. It&#8217;s commonly used in English, we say like, like, like, like, and also um, um, you know, those kind of things. Would you want that to be kept in a transcription, or even the audio? Because I tend to, when I edit this podcast, I tend to get rid of the bits, well, for example, of silence. There might be five seconds of silence where you think of your answer in this podcast episode. I take the position, let&#8217;s get rid of that silence. Let&#8217;s make it just so that one word follows the next word.</p>\n\n\n\n<p>And also I take out the ums, and the ahs, and the likes and things. I&#8217;m really making a completely new version of what you said. Is that a good idea? Would you prefer to listen to exactly what we record today? Or is it okay to edit things out? Is there a better way of doing it?</p>\n\n\n\n<p>[00:19:28] <strong>Chiara Pennetta:</strong> I think oral version of a thing and the written version, or the painted version, or the dance version of something are, of course, different things, because they&#8217;re different products. So we can&#8217;t expect to be the same, it wouldn&#8217;t be right. They are two different things, so it&#8217;s normal. That&#8217;s not the same thing because you can, you perceive those two things with two different senses. And so I think it is right to delete the ums and the like, because it will be not pleasurable to read a text full of ums and like.</p>\n\n\n\n<p>It depends also, what is the main goal that you want to achieve with that text? It is more important that people can understand what the vibe was, or what the content was.</p>\n\n\n\n<p>I think that it is also really personal because, for example, I can hear pretty well with my cochlear implant, so I like my caption and my transcriptions to be really faithful to the original. Because if I hear, and at the same time I read, I like those two things to be the same. Or maybe if I watch a movie, I like that, when I see the lips moving, I hear the same thing, and I read the same thing on my captions.</p>\n\n\n\n<p>But other deaf people, or maybe other people who need other kind of accessibilities, like people with learning difficulties, or people who with cognitive disabilities, they may need, and want, a different kind of test, to more get to the point, to more understand it. So I think that it is impossible to have a solution which is perfect for everyone.</p>\n\n\n\n<p>[00:21:18] <strong>Nathan Wrigley:</strong> I guess one of the things that I could do, if I had enough time and enough resources, I could also translate this from English, and have it in Italian, or Spanish, or Portuguese, or whatever language we can imagine. It will just be done in English though.</p>\n\n\n\n<p>In a way, the ability to read a language gives you more options to make something visible, available to people from different cultures. If it&#8217;s just a YouTube video with no captions, no subtitles, and it&#8217;s just in English, only English people, or not English people, English speaking people can understand that.</p>\n\n\n\n<p>If you throw in the captions and the subtitles, you can actually make the exact same piece of content available to the whole world. If you could translate it into Chinese, and Japanese, and everything. But unfortunately, that&#8217;s not going to be the case, in this case.</p>\n\n\n\n<p>Okay, back to the questions. This may seem like a silly question because, as I said, I have good hearing. Does the amount of deafness, and I don&#8217;t know what the correct word is for that but, for example, imagine somebody who has no hearing at all. Or somebody who has partial hearing, maybe one ear isn&#8217;t working as well, or if they can hear half of the sounds, or anything in between. Is there a difference there? Do we have to make things available in different ways? Just tell us what that&#8217;s like.</p>\n\n\n\n<p>[00:22:35] <strong>Chiara Pennetta:</strong> Yeah, I think we should talk about deafnesses, plural. Because we have a wide variety of shades of deafness. Mainly since when a technology came in, I don&#8217;t know if 70 years ago we didn&#8217;t have hearing aids and cochlear implant, which work in a certain way.</p>\n\n\n\n<p>Today, we have a wide amount of technology that can help retrieve our hearing. But even if two people with the same level of hearing loss use the same kind of hearing aid, it is not obvious that they could gain the same amount of hearing gain.</p>\n\n\n\n<p>So definitely is a wide word, it depends on when you lose your hearing, before or after the age in which children learn to speak. And so we have prelingual or postlingual deafness.</p>\n\n\n\n<p>And of course you can lose your healing at different levels. So mild or profound hearing loss are different. Or we have deafness for elderly people, so late life. It&#8217;s a really, really wide word.</p>\n\n\n\n<p>Some people learn sign languages since they are little children because they are born in deaf families, into deaf culture. Some others don&#8217;t, like I became deaf when I was one year and a half, and I was born in a hearing family. So I didn&#8217;t learn sign language up until four years ago for my personal curiosity.</p>\n\n\n\n<p>That means that I learn how to speak through hearing aids and speech therapy. But I know many people who have the same amount of hearing loss as me, from a medical point of view, but have really different speech ability and language ability. We have a very wide, a very big variety of deaf world.</p>\n\n\n\n<p>[00:24:32] <strong>Nathan Wrigley:</strong> So it feels to me like, when the internet came along, I don&#8217;t know, 1995 or something like that, that being a deaf person, you could access almost all of the internet because it was just images and text, that&#8217;s how the internet began. But more and more, fast forward to 2005, or whenever YouTube came along, video content started to rapidly take over. And now with TikTok, and apps, and the phone that you&#8217;ve got in your pocket, it feels like there&#8217;s more and more content that&#8217;s inaccessible to deaf people. Is that a trend? Is it becoming harder to use the internet? Things like YouTube, like I say, and TikTok, is that kind of taking over and making it more difficult?</p>\n\n\n\n<p>[00:25:15] <strong>Chiara Pennetta:</strong> I don&#8217;t think it is becoming harder. I think that, maybe in the beginning, when videos weren&#8217;t captioned, yes. But now, we have automatic captions on TikTok, on Instagram mostly, and on YouTube. So even if the content creator doesn&#8217;t put on their captions, or their transcription, it is possible to activate automatic caption or automatic transcription.</p>\n\n\n\n<p>[00:25:41] <strong>Nathan Wrigley:</strong> Can I just ask, do you need to tell TikTok or YouTube to do that, or does it automatically do it for you?</p>\n\n\n\n<p>[00:25:48] <strong>Chiara Pennetta:</strong> Yes, it&#8217;s the user responsibility because you have to click on a button to activate captions. But I think that deaf people&#8217;s lives changed with the internet because, I don&#8217;t remember the name, but back in the old days, it was invented like a phone who transcribed the phone calls. And when we started having video calls, deaf people were so happy because they could call each other, seeing each other, and use sign language during their phone calls. And so communication really exploded. It was a right that came a bit later for the deaf community, the signing deaf community of course.</p>\n\n\n\n<p>[00:26:30] <strong>Elena Panciera:</strong> I think that also, the ability to read lips with video calls is a good accessibility sign. And captioning is getting better actually. And also, captioning is not used only by deaf people. Actually, I am one of those people that need captions because otherwise I hate the vocal messages. And I hate these kind of messages that are only oral, and so I prefer to read. And I&#8217;m not deaf actually, so accessibility can really help a lot of people, even if they&#8217;re not with disabilities.</p>\n\n\n\n<p>[00:27:14] <strong>Nathan Wrigley:</strong> From everything that you&#8217;ve said, it really does sound like technology has improved dramatically the life of people who are deaf, and obviously you said it&#8217;s a spectrum. Yeah, when you mentioned about video calls, I hadn&#8217;t even thought about that. But suddenly you can see the person, lip read maybe, but also the sign language. It just made communication over a distance suddenly possible.</p>\n\n\n\n<p>You could speak to people from all over the world, not rely on hearing, which of course on the phone call, the regular phone call, if you can&#8217;t see it, you couldn&#8217;t interact with it at all. Profound.</p>\n\n\n\n<p>So technology is really helping. And I&#8217;ve got to say, dear listener, in front of me, about two feet away, I don&#8217;t know whose it is, but is a mobile phone. And the mobile phone is facing you two, and it&#8217;s translating in real time. And I&#8217;m watching it now, you&#8217;ve just turned it around so that I can see. So it&#8217;s two feet away, it must have the microphone switched on, and it&#8217;s translating everything I&#8217;m saying, and it&#8217;s translating it literally perfectly. It&#8217;s astonishing. And this is, what, just Google? Just Google?</p>\n\n\n\n<p>[00:28:20] <strong>Elena Panciera:</strong> Yes. It&#8217;s like a Google transcribe. There is an app free on the Google store. And this is my phone actually, because I have an Android phone, and she has an iPhone, that is more accessible for other things, I think.</p>\n\n\n\n<p>[00:28:38] <strong>Nathan Wrigley:</strong> But, whether you&#8217;ve got an Android phone or an iPhone, I am blown away by how good that is. And obviously I&#8217;ve never had to use it, so I&#8217;ve never really seen it. Can I just ask, dare I say, we&#8217;re going off message a little bit. Would that also enable me to talk to you in Italian? So for example, could it translate my English words, and the text on the screen would then be Italian? Can it do that as well?</p>\n\n\n\n<p>[00:29:03] <strong>Chiara Pennetta:</strong> Well, no. I think that you can, no, I know that you can set the language in which you are speaking. So if you now start speaking in Italian, I have to switch, on the app, the language to Italian, and it&#8217;ll start transcribing in Italian, or in any other language.</p>\n\n\n\n<p>But if I wanted a live translation too, I think I&#8217;d have to use a computer, and open another app with artificial intelligence, that could transcribe and translate at the same time. There are application that can do that.</p>\n\n\n\n<p>I actually saw, maybe yesterday, I saw on the laptop of the people who are helping out in the speech on the track one, and they had an application I think that said, if you want to change, on your device, the language of the captions, you could. So I think there may be people who couldn&#8217;t understand English, because yesterday we spoke in English, and there were also captions on the main screen, projected in English, that transcribed like now.</p>\n\n\n\n<p>But I think maybe you could download an app or something that also translates into another language. So this is all the work of artificial intelligence. So I think that maybe because languages are so rich, and different, I think it is impossible to achieve a perfect translation. For the main content I think it&#8217;s useful as well.</p>\n\n\n\n<p>[00:30:40] <strong>Nathan Wrigley:</strong> Genuinely, I&#8217;m astonished by how good that is. And it&#8217;s enabling me, I mean you could have had headphones in, but you&#8217;ve chosen not to, but I&#8217;m noticing that you are looking down at it, and so you are seeing and reading what I&#8217;m saying in real time. That is profoundly amazing. This kind of stuff must make life a lot more straightforward, and a lot simpler. Yeah, that&#8217;s absolutely brilliant.</p>\n\n\n\n<p>Off pieced again, how do we do at WordPress events, helping out people who are deaf? Do we get it right? Do we have the right balance of, I don&#8217;t know, sign language, captioning? Do we do pretty well, or is there work that we still need to do?</p>\n\n\n\n<p>[00:31:18] <strong>Chiara Pennetta:</strong> Well, I am very happy with the captions, but I didn&#8217;t see any sign language interpreter. I don&#8217;t know if there, I didn&#8217;t see any, that&#8217;s my opinion, my experience. But I also didn&#8217;t ask for it because, even if I know sign language, I don&#8217;t rely on it to access to the world. So maybe if I ask for it, it would be possible to gain an interpreter.</p>\n\n\n\n<p>But I think the problem is, I only know Italian sign language. Since there are many sign languages in the world that I don&#8217;t know, British or American sign language, I think it&#8217;ll be difficult to find an interpreter who can listen to English, and then in his or her mind, translate into Italian, and then translate again into Italian sign language. There are people who can, amazing people, but it&#8217;s not easy.</p>\n\n\n\n<p>Or we could ask for an international sign interpreter. And the international sign is not an actual language, but it&#8217;s a mix of different sign languages, mostly based on ASL American Sign Language. And so I think that I could understand it, but I never tried.</p>\n\n\n\n<p>But I&#8217;m really happy with the organisation. It was the first time for me to attend the WorldPress conference, nevertheless WordCamp Europe, so I felt really welcome, and my needs were met.</p>\n\n\n\n<p>[00:32:49] <strong>Nathan Wrigley:</strong> Good. Yeah, well, I&#8217;m pleased to hear it. I&#8217;ve no clue really as to whether or not, at some events, they do have sign language. But yeah, that&#8217;s an interesting point, I hadn&#8217;t really thought about that. It would have to be, the sign language would have to be, in English or American English, whichever. And then you would also have to understand that, as somebody that was using sign language, you&#8217;d have to not only be able to use the English sign language, but then presumably you&#8217;d have to translate it in your own head into Italian. So that, yeah, that would make life really difficult.</p>\n\n\n\n<p>[00:33:18] <strong>Elena Panciera:</strong> Yeah. Actually, in this kind of event, I think that the best solution is to ask people attending the conference, what do you need? Because actually, maybe you could have a person from France that communicates with French sign language, and they could need French sign language. And so it&#8217;s easier to meet their need, and to ask French sign language interpreter to help them. Because otherwise it could be really, really, expensive, you know, to translate versus toward every language.</p>\n\n\n\n<p>[00:33:57] <strong>Nathan Wrigley:</strong> Yeah. You can imagine there&#8217;d be 15 people standing on the stage, with the French translation, or the sign language, the English, the, I don&#8217;t know, Portuguese, or whatever. Yeah, that could be interesting.</p>\n\n\n\n<p>So I know neither of you are lawyers. We established that at the beginning, but just, I&#8217;m near the end now, my question is all about website builders, people who build websites. That&#8217;s what most of us are here for. We&#8217;re building websites using WordPress to do that.</p>\n\n\n\n<p>Is there any responsibility, any legal things that we need to know about? I know that in 2025 we&#8217;ve got the European Accessibility Act. Will it become required, for example, with video to have captions, things like that? Do you know? And I, again, I stress, you&#8217;re not lawyers, we understand. But, do you know if we, as website builders, are compelled to do that? I know that we should do that, it would be the right thing to do, and the moral thing to do. But I think sometimes it&#8217;s easy to not do those things because it&#8217;s cheaper, quicker, all of those things. So do you know if there&#8217;s any compulsion, any legal reason that we must do this?</p>\n\n\n\n<p>[00:34:58] <strong>Elena Panciera:</strong> Actually, yes. From the 2025, we have to think in a different way about accessibility because there is the European Accessibility Act that is going to be followed. We have to follow this act.</p>\n\n\n\n<p>Actually, there are different levels of accessibility, and the captions, for example, they&#8217;re quite simple, and quite cheap with artificial intelligence. For example, a translation in sign language would be another level of accessibility that is not mandatory. It depends on how the budget is, and how also the aim of the company is.</p>\n\n\n\n<p>Because maybe if a company know that it&#8217;s public, its audience is mainly, or a huge amount of people is deaf, it could decide to invest some money into having a sign language interpreter, for example, that is not mandatory. But the captions, well, are supposed to be there. And, yeah, also other things, transcriptions, but yeah.</p>\n\n\n\n<p>[00:36:14] <strong>Nathan Wrigley:</strong> We&#8217;ll have to wait and see, won&#8217;t we, how well it&#8217;s enforced next year. Because we&#8217;ll have the legislation, but it&#8217;ll be interesting to see if people adhere to it. And if they don&#8217;t adhere to it, whether or not they get, well, punished, for want of a better word. We&#8217;ll just have to see how that goes.</p>\n\n\n\n<p>I think with the time coming up to nearly the hour, we&#8217;ll knock it on the head, as we say in the UK. We&#8217;ll end it there. But thank you for speaking to me about this today. I&#8217;m going to be really curious what you make of the transcription, and the edit of the audio that I do from this. I&#8217;m fascinated to see whether I over edited it. Whether I took out the ums, and the ahs, and the silences that we had, we are going to edit some mistakes out and things like that.</p>\n\n\n\n<p>But I&#8217;m more curious about what you think of the transcription that I do, and whether or not it&#8217;s what you would&#8217;ve liked it to have been, or whether or not I overdid it. So let&#8217;s wait and see. I&#8217;ll send it to you before it comes out. But thank you so much for chatting to me today, both of you. I&#8217;ve really enjoyed it, and I&#8217;ve learned a lot. Thank you.</p>\n\n\n\n<p>[00:37:11] <strong>Chiara Pennetta:</strong> Thank you to you.</p>\n\n\n\n<p>[00:37:12] <strong>Elena Panciera:</strong> Thank you. It was really a pleasure to be here.</p>\n</div>\n\n\n\n<p>On the podcast today we have Elena Panciera &amp; Chiara Pennetta.</p>\n\n\n\n<p>Elena is a freelance consultant specialising in inclusive and accessible languages. She champions linguistic inclusivity, advocating for simplifying language to aid understanding for non-native speakers across all languages. She believes in providing tools to make text more comprehensible for everyone.</p>\n\n\n\n<p>Chiara Pennetta has been a special needs educator for the past two years. Deaf since infancy, Chiara underwent cochlear implant surgery four years ago, significantly improving her hearing. This transformative experience deepened, and altered, her connection to her deaf identity and spurred her to explore issues of deafness and accessibility.</p>\n\n\n\n<p>They’re joining us to discuss the important topic of accessibility online.</p>\n\n\n\n<p>Accessibility is often an overlooked aspect of web development and event planning, and there are significant challenges and opportunities in making content accessible to diverse audiences. Elena and Chiara walk us through their personal journeys and professional insights, shedding light on the varying needs within the deaf community.</p>\n\n\n\n<p>Chiara shares her experiences of navigating a world that is increasingly leaning towards video content, and how platforms like TikTok, Instagram, and YouTube have improved accessibility through automatic captioning. Elena highlights the importance of these features, not only for deaf individuals, but also for a broader audience that benefits from reading captions.</p>\n\n\n\n<p>We talk about the implications of the European Accessibility Act, set to revolutionise accessibility requirements for websites. What will this mean for developers and content creators? Are captions enough, or should we aim for sign language interpretations as well, despite their complexity and cost?</p>\n\n\n\n<p>We also talk about the essential principles of simplification in transcription, and how AI tools are shaping how we deliver accessible content. Chiara emphasises the diverse needs of individuals with hearing impairments and why aligning transcriptions with the original content is crucial.</p>\n\n\n\n<p>Towards the end we explore technologies which are improving communication for the deaf community, and the practical steps WordPress events can take to be more inclusive.</p>\n\n\n\n<p>Whether you’re a web developer, event planner, or just passionate about accessibility, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p>Elena and Chiara&#8217;s WordCamp Europe presentation: <a href=\"https://europe.wordcamp.org/2024/session/digital-and-linguistic-accessibility-techniques-and-strategies-for-deaf-people/\">Digital and linguistic accessibility techniques and strategies for deaf people</a></p>\n\n\n\n<p><a href=\"https://yoast.com/\">Yoast</a></p>\n\n\n\n<p><a href=\"https://www.semrush.com/\">Semrush</a></p>\n\n\n\n<p><a href=\"https://openai.com/chatgpt/\">ChatGPT</a></p>\n\n\n\n<p><a href=\"https://gemini.google.com/\">Gemini</a></p>\n\n\n\n<p><a href=\"https://www.capito.eu/en/capitodigital/\">Capito</a></p>\n\n\n\n<p><a href=\"https://blog.google/outreach-initiatives/accessibility/making-audio-more-accessible-two-new-apps/\">Google Transcribe</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, 31 Jul 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Landing Page Conversion Rates: 24 Proven Ways to Optimize Them\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284070\";s: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:54:\"https://akismet.com/blog/landing-page-conversion-rate/\";s: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:39947:\"<p>Your landing page is where first impressions are made. And from there, it’s where potential customers decide if they want to do business with you.&nbsp;</p>\n\n\n\n<p>Whether you’re a <a href=\"https://akismet.com/enterprise/\">large enterprise</a> or a small business, this is an undeniable fact. Which means optimizing your landing page is super important. Your aim? To strive for more engagement and a higher conversion rate.&nbsp;</p>\n\n\n\n<p>According to the <a href=\"https://unbounce.com/conversion-benchmark-report/\" target=\"_blank\" rel=\"noreferrer noopener\">Conversion Benchmark Report</a> put together by Unbounce, the median conversion rate for landing pages across all industries is 4.3%.&nbsp;</p>\n\n\n\n<p>So how can you ensure your landing pages meet that metric or do even better than average?&nbsp;</p>\n\n\n\n<p>Here, we’re covering 24 proven ways to boost your landing page conversion rates. These practical tips are designed to help you capture more leads and increase sales, regardless of whether you&#8217;re using WordPress or another platform.&nbsp;</p>\n\n\n\n<span id=\"more-284070\"></span>\n\n\n<h2 id=\"1-create-a-captivating-header-or-hero section\" class=\"wp-block-heading\">1. Create a captivating header or hero&nbsp;section</h2>\n\n<p>The header or hero section is the first thing visitors see on your landing page, so it needs to grab their attention and clearly communicate your value proposition. But more on that in a&nbsp;moment.</p>\n\n<p>Be sure to use large, bold fonts to make your message stand out, and complement this with high&#8209;resolution images or background videos. The <a href=\"https://www.calm.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Calm app</a>, for instance, uses ample white space and clear, compelling visuals to draw people&nbsp;in.</p>\n\n\n<p>The image selected radiates a sense of calm — exactly what you’d hope to experience with the product at hand.&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"787\" src=\"https://akismet.com/wp-content/uploads/2024/07/image.jpeg\" alt=\"the Calm app website with two CTA buttons\" class=\"wp-image-284072\" />\n\n\n<h2 id=\"2-state-a-clear-value proposition\" class=\"wp-block-heading\">2. State a clear value&nbsp;proposition</h2>\n\n<p>Your value proposition should succinctly explain how your product or service solves customers&#8217; problems. Or it might show how it improves their situation or delivers specific benefits. No matter your approach, it should tell your ideal customer why they should buy from you and not from the competition. And it shouldn’t take an entire paragraph to accomplish this&nbsp;mission.</p>\n\n\n<p>An effective value proposition is a pretty important cornerstone for your entire marketing program —&nbsp;not just your landing pages. So if you don’t already have a permanent value proposition established for your company, you’ll want to spend some extra time with this step. Here are some extra tips to make the most of your efforts:</p>\n\n\n<h3 id=\"be-specific-and-focus-on-tangible benefits\" class=\"wp-block-heading\">Be specific and focus on tangible&nbsp;benefits</h3>\n\n\n<p>Steer clear of vague statements and industry jargon. Instead, talk about specific outcomes customers can expect and benefits you offer. So, instead of saying &#8220;Improve your productivity,&#8221; specify how and by how much. Something like, &#8220;Reduce unnecessary meetings to boost your team&#8217;s productivity by 40% in just one month&#8221;,​ is a much clearer value proposition.&nbsp;</p>\n\n\n<h3 id=\"address-your-ideal-customer’s-pain points\" class=\"wp-block-heading\">Address your ideal customer’s pain&nbsp;points</h3>\n\n<p>Understand your customers&#8217; challenges and explain how your product or service addresses these issues. Conducting customer research and gathering feedback can help you pinpoint these needs and incorporate them into your landing page&nbsp;copy.</p>\n\n<h3 id=\"emphasize-what-sets-you apart\" class=\"wp-block-heading\">Emphasize what sets you&nbsp;apart</h3>\n\n\n<p>This could be unique features, superior quality, exceptional customer service, or some new technology. Take P2 as an example. ​They keep their homepage or landing page simple, with a headline visible immediately. As of 2024, it includes, “A platform for teams to share, discuss, and collaborate openly, without interruption.”&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"838\" src=\"https://akismet.com/wp-content/uploads/2024/07/image.png\" alt=\"P2 homepage with a clear value proposition\" class=\"wp-image-284074\" />\n\n\n\n<p>And a quick scroll makes it abundantly clear that the value proposition here is a streamlined team communication and work reporting platform.&nbsp;</p>\n\n\n<h2 id=\"3-write-compelling headlines\" class=\"wp-block-heading\">3. Write compelling&nbsp;headlines</h2>\n\n\n<p>A compelling headline is critical for capturing your audience’s attention and encouraging them to read further. It’s the first thing visitors notice, and it sets the tone for the rest of your landing page.&nbsp;</p>\n\n\n\n<p>To create headlines that convert, you need to ensure they immediately convey what your product or service is and the primary benefit it offers. Avoid ambiguous or clever phrases that might confuse visitors. Clear and direct headlines ensure that visitors understand the core message at a glance. For instance, <a href=\"https://www.grammarly.com\">Grammarly</a> features a few headlines on its landing page, including, “Better writing, better results.”&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"534\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-2.jpeg\" alt=\"Grammarly homepage with a clear headling\" class=\"wp-image-284076\" />\n\n\n\n<p>Both of these headlines make it clear what customers stand to gain from using this service.&nbsp;</p>\n\n\n\n<p>Beyond the benefit-focus, you can also follow a couple of tried and true rules for writing compelling headlines. For instance, you can use powerful words that evoke emotion and encourage action, like “Transform” or “Discover”.&nbsp;</p>\n\n\n\n<p>Including numbers or specific data in your headline can make it more credible, too. Statistics, percentages, and specific figures attract more attention than generic statements.&nbsp;&nbsp;</p>\n\n\n<h2 id=\"4-use visuals\" class=\"wp-block-heading\">4. Use&nbsp;visuals</h2>\n\n\n<p>Visual elements matter a great deal, too. They help to break up text, illustrate key points, and keep visitors interested. So it’s obviously worthwhile to include only high-quality images on your landing page.&nbsp;</p>\n\n\n<p>Doing so will make it look more professional. Any old image won’t do, however. Make sure the visuals you select are relevant to your content. For example, lifestyle images that depict people using your product in real&#8209;life scenarios can create an emotional connection with&nbsp;visitors​.</p>\n\n\n<p>You could make use of background videos, too. These add a dynamic element to your hero section, making it more engaging. They should be short, relevant, and high-quality — of course — and feed into the overall visual narrative of your landing page.&nbsp;&nbsp;</p>\n\n\n<p>A strategically&#8209;placed infographic is a nice touch, too. These images make it straightforward to display complex information in an accessible way. They can help explain processes, display statistics, and illustrate the benefits of your&nbsp;product.</p>\n\n\n<h2 id=\"5-keep-forms-short-and-simple \" class=\"wp-block-heading\">5. Keep forms short and simple&nbsp;</h2>\n\n\n<p>No one wants to have to spend several minutes completing a complex form. That’s why keeping yours short and simple can help boost the conversion rate on your landing page. This won’t necessarily apply to every industry, where some might need to capture a great deal of information to do business together&nbsp;properly.</p>\n\n\n<p>For most, however, keeping the number of fields on your forms limited is a wise choice. Try to keep it all on one screen, too. Multistep forms can be effective in fields where you have complex data collection needs, but a straightforward 3-4 field form is still typically best.&nbsp;</p>\n\n\n\n<p>Ensure that each form field has a clear, concise label that indicates what information is required, and make use of inline validation. This provides real-time feedback to people as they fill out the form.&nbsp;</p>\n\n\n\n<p>This feature helps users correct errors immediately and increases the likelihood of form completion.&nbsp;</p>\n\n\n\n<p>The <a href=\"https://akismet.com/talk-to-sales/\">Akismet enterprise</a> contact page offers a solid example of an effective landing page contact form.&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"866\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-1.png\" alt=\"Akismet form with just a few fields\" class=\"wp-image-284077\" />\n\n\n\n<p>It asks for straightforward, relevant information without being overwhelming. There’s just enough questions to segment submissions without plummeting conversion rates.&nbsp;</p>\n\n\n<h2 id=\"6-avoid-using captcha\" class=\"wp-block-heading\">6. Avoid using&nbsp;CAPTCHA</h2>\n\n\n<p><a href=\"https://akismet.com/blog/what-is-captcha/\">CAPTCHAs are commonly used to prevent spam</a> and bot submissions on forms, but they can also create friction and frustration for genuine users. Any added friction in the conversion process can lead to an increased bounce rate. So, skipping the CAPTCHA on your landing page forms is the best approach.&nbsp;</p>\n\n\n<p>Beyond the UX inconvenience they pose, CAPTCHAs also present accessibility issues and can be quite problematic for those with disabilities. Visually impaired people may find it challenging to complete visual CAPTCHAs, while audio CAPTCHAs may not be effective in noisy environments or for those with hearing impairments. A less accessible, inclusive website can make for a knock to your brand’s reputation, a lack of compliance with accessibility standards, and reduced conversion&nbsp;rates.</p>\n\n\n<img width=\"1200\" height=\"667\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-3.jpeg\" alt=\"information about Akismet\'s features\" class=\"wp-image-284078\" />\n\n\n<p>All that said, you still don’t want to be inundated with spam. Thankfully, there’s a better way to prevent this kind of&nbsp;annoyance.</p>\n\n\n<p>Instead of relying on CAPTCHAs, using <a href=\"https://akismet.com/features/\">Akismet</a> is an effective, cost-efficient solution. Akismet’s powerful spam filtering service can automatically detect and block spam submissions without requiring any user interaction.&nbsp;</p>\n\n\n\n<p>Used on over 100 million sites, Akismet works continuously in the background without slowing down your site, and it boasts a 99.99% accuracy rate.&nbsp;</p>\n\n\n<h2 id=\"7-focus-on benefits\" class=\"wp-block-heading\">7. Focus on&nbsp;benefits</h2>\n\n\n<p>Though mentioned in passing in a few of the points previously, prioritizing benefits warrants its own item on this list. It can’t be overstated how important focusing on benefits of your product or service is — especially in contrast to just listing features.&nbsp;</p>\n\n\n\n<p>Benefits explain how the features improve your customer’s life, solve their problems, or fulfill their needs. A list of features doesn’t do any of this, as it doesn’t offer the “why”. A benefits-focus, however, is compelling and relatable.&nbsp;</p>\n\n\n\n<p>If you’re stumped on where to begin with this, try translating each of your product or service’s features into a clear, user-centric benefit.&nbsp;</p>\n\n\n\n<p>For example, instead of just stating &#8220;Our software has automated reporting&#8221;, you might say, &#8220;Save hours of manual work every week with our software&#8217;s automated reporting. This allows you to focus on the big picture&#8221;.&nbsp;</p>\n\n\n\n<p>Emphasize your unique selling points, too. They should be framed as benefits that set your product apart from the competition. Why is your product the best choice?&nbsp;</p>\n\n\n\n<p>For instance, if you sell solar panels, you might say, &#8220;Our solar panels are designed to withstand extreme weather conditions, providing reliable energy production year-round.&nbsp;</p>\n\n\n<h2 id=\"8-include-video testimonials\" class=\"wp-block-heading\">8. Include video&nbsp;testimonials</h2>\n\n\n<p>You can boost landing page conversion rates by incorporating video testimonials into your content as well. These videos act as social proof by showcasing real customers who have benefited from your product or service. When your claims can be backed up by real customers’ words, your USPs become much more convincing.&nbsp;</p>\n\n\n\n<p>You’ll need to use real customers in your video testimonials to provide authenticity and relatability. Genuine experiences from actual users are much more convincing than scripted or generic endorsements.&nbsp;</p>\n\n\n\n<p>Encourage those who provide testimonials to be specific and results-oriented in their commentary. Did your product make their workflow more efficient? Did they save money? Be sure the benefits and outcomes are emphasized.&nbsp;</p>\n\n\n\n<p>While the content of the testimonial is most important, good production quality can enhance the credibility and professionalism of the video as well. Good lighting, clear audio, and a stable camera setup never hurts.&nbsp;</p>\n\n\n\n<p><a href=\"https://www.instrumentl.com/customers\">Instrumentl</a>, a grant finding tool and non-profit, has a dedicated customer stories landing page with video testimonials prominently displayed.&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"585\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-4.jpeg\" alt=\"Instrumentl homepage\" class=\"wp-image-284079\" />\n\n\n<h2 id=\"9-highlight-social-proof-to-build credibility\" class=\"wp-block-heading\">9. Highlight social proof to build&nbsp;credibility</h2>\n\n<p>Video testimonials are an example of social proof, but there’s more to it than just that. Social proof offers a direct way to boost your landing page&#8217;s credibility and encourage conversions. It makes use of the influence of others to validate your product or service. This makes potential customers more likely to trust your brand because they’re hearing from past&nbsp;customers.</p>\n\n<p>Customer testimonials provide first&#8209;hand accounts of users’ positive experiences with your company. Featuring quotes — written or video — can go a long way to encourage the&nbsp;sale.</p>\n\n<p>In&#8209;depth case studies are another solid approach here. You can use them to showcase detailed examples of how your product or service has solved specific problems. These narratives often include before&#8209;and&#8209;after scenarios to demonstrate measurable results and concrete&nbsp;benefits.</p>\n\n<h2 id=\"10-use-trust signals\" class=\"wp-block-heading\">10. Use trust&nbsp;signals</h2>\n\n\n<p>Trust signals are little design elements or phrases you can add to your landing page that reassure visitors about the credibility and safety of your business.&nbsp;</p>\n\n\n\n<p>You can show trust badges and certifications from reputable organizations to further reassure site visitors of your credibility. Things like industry awards and memberships apply here, as do things like a badge stating you’re a <a href=\"https://www.bbb.org/get-accredited\" target=\"_blank\" rel=\"noreferrer noopener\">BBB Accredited Business</a>.&nbsp;</p>\n\n\n<p>Security badges from reputable organizations indicate that your website is safe and secure for transactions, too. Common examples include SSL certificates and <a href=\"https://www.trustedsite.com/\" target=\"_blank\" rel=\"noreferrer noopener\">TrustedSite</a>. Displaying these badges near forms and payment sections can add that bit of extra reassurance customers need to&nbsp;convert.</p>\n\n\n<p>Other trust signals relate to how you do business. Offering a money-back guarantee can significantly reduce the perceived risk of purchasing your product or service. The same goes for posting clear and fair return and refund policies. Putting these in an accessible location indicates your company is customer-centric and willing to address any issues that arise post-purchase.&nbsp;</p>\n\n\n\n<p>Displaying user reviews and ratings from third-party sites such as Google, Yelp, or industry-specific review platforms can add a layer of authenticity and trust, too.&nbsp;</p>\n\n\n\n<p>You can also display client and partner logos on your landing page to serve as quick endorsements.&nbsp;</p>\n\n\n<p>Lastly, providing clear and accessible contact information, such as a phone number, email address, and physical address, can increase trust,&nbsp;too.</p>\n\n\n<p><a href=\"https://www.cultureamp.com\" target=\"_blank\" rel=\"noreferrer noopener\">Culture Amp</a> offers a solid example of many of these trust signals in action. They pack in many of them above-the-fold.&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"713\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-5.jpeg\" alt=\"CultureAmp homepage\" class=\"wp-image-284080\" />\n\n\n<p>You can see past client logos, contact information, and ratings on reviews sites at a glance&nbsp;here.</p>\n\n<h2 id=\"11-anticipate-and-address-common objections\" class=\"wp-block-heading\">11. Anticipate and address common&nbsp;objections</h2>\n\n\n<p>Having a clear idea of where your potential customers are coming from and doing your best to mitigate their concerns can go a long way.&nbsp;</p>\n\n\n\n<p>To begin, you’ll need to identify the most common objections your potential customers might have. This could include concerns about price, product effectiveness, ease of use, customer support, and return policies. You can reach out to people on social media to ask about their concerns directly to gather this information.&nbsp;</p>\n\n\n<p>Then, you can create an FAQ section to answer the most common objections. That way, when a prospect lands on your site, they’ll have their questions answered without having to contact you. The less effort a potential customer has to put in to come to a purchasing decision, the&nbsp;better.</p>\n\n<p>Providing clear pricing can help, too. There’s nothing worse for a customer than arriving at the checkout screen to realize hidden fees have been added to the purchase&nbsp;price.</p>\n\n<h2 id=\"12-use-clear-calls-to-action cta\" class=\"wp-block-heading\">12. Use clear calls to action&nbsp;(CTA)</h2>\n\n\n<p>A clear and compelling call-to-action is your landing page’s make-or-break moment. It’s the last bit people see before they decide to convert (or not).&nbsp;</p>\n\n\n\n<p>To make the most of your final push to encourage prospects to become customers, be sure to use strong, action-oriented verbs that clearly tell visitors what they need to do. Phrases like &#8220;Get Started&#8221;, &#8220;Download Now&#8221;, &#8220;Sign Up Today&#8221;, and &#8220;Claim Your Free Trial&#8221; are direct and encourage immediate action.&nbsp;</p>\n\n\n\n<p>You can also incorporate a sense of urgency into your CTA to prompt visitors to act quickly. Phrases such as &#8220;Limited Time Offer&#8221;, &#8220;Only a Few Left&#8221;, or &#8220;Register Before It’s Too Late&#8221; can create a sense of scarcity and encourage immediate action.&nbsp;</p>\n\n\n\n<p>Any CTA you present should stand out visually on the page. Use a contrasting color that draws attention and ensures the button doesn’t blend in with the rest of the content. Make it stand out.&nbsp;</p>\n\n\n\n<p>And don’t be afraid to include supporting text around your CTA as well. Such text provides additional context and reassurance. For example, adding a short phrase like &#8220;No credit card required&#8221; or &#8220;Free for the first 30 days&#8221; can alleviate concerns <em>and</em> make the offer more enticing.&nbsp;</p>\n\n\n\n<p><a href=\"https://www.dropbox.com\">Dropbox</a> offers a to-the-point CTA that’s upfront and hard to ignore.&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"489\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-6.jpeg\" alt=\"Dropbox page with big blue button\" class=\"wp-image-284081\" />\n\n\n\n<p>The “Find your plan” button sounds non-committal but ultimately a great way to entice people to sign up.&nbsp;</p>\n\n\n<h2 id=\"13-incorporate-directional cues\" class=\"wp-block-heading\">13. Incorporate directional&nbsp;cues</h2>\n\n\n<p>Any visual element that guides a site visitor&#8217;s attention to critical parts of your landing page could be considered a directional cue. Often, you’ll find them pointing to key page elements like the CTA or a contact form.&nbsp;</p>\n\n\n\n<p>Arrows are one of the most straightforward and effective directional cues. And by having them point to your CTA, you’re drawing the visitor’s eye to it and making it clear that’s where they should click next.&nbsp;</p>\n\n\n\n<p>Similarly, lines or pathways can subtly guide the user&#8217;s gaze through the page as well. You want to lead them on a journey that ends with interacting with your CTA.&nbsp;</p>\n\n\n\n<p>But arrows and lines aren’t the only directional cues you can use. Images of people qualify as well. Photos where the subject within is looking in the direction of your CTA is an effective choice, too. For instance, a photograph of a person looking toward a &#8220;Sign Up&#8221; button can direct people’s attention to that area.&nbsp;</p>\n\n\n<h2 id=\"14-harness-urgency-and scarcity\" class=\"wp-block-heading\">14. Harness urgency and&nbsp;scarcity</h2>\n\n\n<p>Another way to boost landing page conversion rates is by compelling visitors to act quickly. These psychological triggers leverage the fear of missing out (FOMO), which can be a powerful motivator.&nbsp;</p>\n\n\n\n<p>You can activate FOMO by making deals available for only a limited time. When a discount or promotion is available for a short period, people may be more likely to act immediately and complete the purchase. You can clearly display the time limit with countdown timers to make the deadline visible and tangible.&nbsp;</p>\n\n\n\n<p>Amazon does a good job of this, with their red “Limited time deal” flags on products available at a temporary discount.&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"470\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-7.jpeg\" alt=\"Amazon limited time deal red banner\" class=\"wp-image-284082\" />\n\n\n\n<p>Including low stock notices on product pages leans into this sense of scarcity as well. Or, you could offer an exclusive deal to a subgroup of your customer base — like email subscribers.&nbsp;</p>\n\n\n\n<p>You can further add to this sense of urgency and scarcity by adding real-time notifications to your site. These notifications will let customers know how many people are viewing a particular item — or how many of an item is still in stock.&nbsp;</p>\n\n\n<h2 id=\"15-practice-risk reversal\" class=\"wp-block-heading\">15. Practice risk&nbsp;reversal</h2>\n\n\n<p>Risk reversal plays into the trust signals discussed previously, but it warrants its own callout here. This tactic involves offering guarantees or assurances that reduce the perceived risk for potential customers.&nbsp;</p>\n\n\n<p>The best example of risk reversal in action is offering a money&#8209;back guarantee. This offer assures customers that if they are not satisfied with the product or service, they can get a full refund. And when implemented clearly and well, this can reduce purchase hesitation. State the terms of this guarantee upfront and prominently, such as &#8220;30&#8209;day money&#8209;back guarantee&#8221; or &#8220;Satisfaction guaranteed or your money&nbsp;back&#8221;.​</p>\n\n<p>The same goes for free trials. This offer lets customers try your product or service before committing to a purchase. This is usually a great choice for software products, subscription services, and digital products. To promote this, you might say, &#8220;14&#8209;day free trial with no credit card&nbsp;required.&#8221;</p>\n\n<p>Along with a money&#8209;back guarantee and a free trial, you could also provide a hassle&#8209;free return and exchange policy as well as warranties, when&nbsp;applicable.</p>\n\n\n<p><a href=\"https://www.warbyparker.com\">Warby Parker</a> has an impressive free trial offer — you can test out five different eye-glasses frames at home without spending a penny.&nbsp;&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"650\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-2.png\" alt=\"Warby Parker landing page\" class=\"wp-image-284083\" />\n\n\n\n<p>This offer is mentioned above the fold on the homepage, making it tempting to new customers.&nbsp;</p>\n\n\n<h2 id=\"16-make-sure-your-pages-are-responsive-and-mobile optimized\" class=\"wp-block-heading\">16. Make sure your pages are responsive and mobile&nbsp;optimized</h2>\n\n\n<p>It might sound like a small thing, as it’s an expected part of web design nowadays, but ensuring your landing page is responsive and mobile-optimized is a must, too. Offering a seamless mobile experience for prospective customers improves UX and engagement, which means more conversions for you.&nbsp;</p>\n\n\n\n<p>On mobile devices, your site should prioritize a clean and straightforward menu structure that’s accessible. A common approach is the &#8220;hamburger&#8221; menu, which expands when tapped. Ensure that key elements like your CTA are prominently displayed and easily accessible without requiring excessive scrolling​, too.&nbsp;</p>\n\n\n\n<p>Keep links touch-friendly, too. And before you launch your landing page, be sure to test it across multiple devices and screen sizes.&nbsp;</p>\n\n\n\n<h2 id=\"17-ensure-your-site-loads-quickly \" class=\"wp-block-heading\">17. Ensure your site loads quickly&nbsp;</h2>\n\n\n\n<p>Paying attention to loading speeds can help keep your landing page conversion-ready. Pages that are too slow to load can cause visitors to get frustrated and bounce.&nbsp;</p>\n\n\n<p>Knowing this, following best practices for improving site speed is imperative. You’ll want to pay attention to things like compressing images, making use of browser caching, and minimizing HTTP requests. You’ll also need to minify your code and use a CDN to reduce overall latency at the server level. Tools like <a href=\"https://pagespeed.web.dev/\">Google PageSpeed Insights</a> can help you identify and address&nbsp;issues.</p>\n\n<h2 id=\"18-consider-color psychology\" class=\"wp-block-heading\">18. Consider color&nbsp;psychology</h2>\n\n\n<p>Another way you can improve your landing page conversion rate is by using color psychology. This is a time-honored approach in marketing that can help you effectively influence visitors&#8217; emotions and actions.&nbsp;</p>\n\n\n\n<p>According to <a href=\"https://www.oberlo.com/blog/color-psychology-color-meanings\">Oberlo</a>, here are some colors and their typical psychological associations. This information could help you get a handle on how your color choices can influence the ways customers feel (and act):&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Red</strong> creates urgency and excitement. It’s a good color for CTA buttons and limited&#8209;time&nbsp;offers.</li>\n\n<li><strong>Blue </strong>conveys trust and calmness. This is great for finance, healthcare, and technology&nbsp;brands.</li>\n\n<li><strong>Green</strong> is associated with growth and harmony. Green is suitable for environmental products and health&nbsp;brands.</li>\n\n<li><strong>Yellow</strong> makes people feel optimistic. It’s effective as an accent color to highlight important&nbsp;information.</li>\n\n<li><strong>Orange</strong> conveys a sense of confidence. This is good for CTA buttons and&nbsp;banners.</li>\n\n<li><strong>Purple</strong> represents luxury and creativity. Purple is ideal for high&#8209;end and innovative&nbsp;products.</li>\n\n<li><strong>Black</strong> conveys sophistication. Black is often used for luxury brands as&nbsp;well.</li>\n\n<li><strong>White</strong> symbolizes simplicity. It’s great for backgrounds to create space and&nbsp;clarity.</li></ul>\n\n\n<p>You’ll want to make use of contrasting colors to make important elements like CTA buttons stand out as&nbsp;well.</p>\n\n<h2 id=\"19-offer comparisons\" class=\"wp-block-heading\">19. Offer&nbsp;comparisons</h2>\n\n<p>If you are confident in your product or service’s ability to outperform the competition, offering direct comparisons can be a solid selling point. And in doing so, you can highlight your unique advantages and convince potential customers to choose&nbsp;you.</p>\n\n<p>While you can simply write up comparisons as body copy, a comparison table can be helpful for those skimming through your landing page for pertinent information. In it, you’ll want to list features, pricing, benefits, and other relevant factors side by side to make it simple for visitors to see where you excel. Ensure that the table is clear, concise, and legible,&nbsp;too.​</p>\n\n\n<p>Be honest in your comparisons, however. Highlighting your strengths is essential, but avoid misrepresenting or downplaying competitors if your statements are false.&nbsp;</p>\n\n\n<h2 id=\"20-promote-lead magnets\" class=\"wp-block-heading\">20. Promote lead&nbsp;magnets</h2>\n\n\n<p>Offering a lead magnet is another great way to attract attention and convert prospects into customers. Lead magnets are valuable resources offered for free to visitors in exchange for their contact information, typically an email address.&nbsp;</p>\n\n\n\n<p>Offering any old piece of content for free won’t do, however. A successful lead magnet addresses a specific problem or offers a solution that your audience finds valuable. So long as it achieves this goal, the type of content you offer could be pretty much anything. Popular types of lead magnets include things like eBooks, checklists, access to webinars or workshops, templates, or even free samples.&nbsp;</p>\n\n\n\n<img width=\"1600\" height=\"765\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-3.png\" alt=\"WPVIP form with a lead capture\" class=\"wp-image-284084\" />\n\n\n\n<p>WordPress VIP, in exchange for filling out a simple form, offers a 2024 report on how content drives growth. This is a great lead magnet, as it’s directly applicable to the types of enterprise businesses that might use their services.&nbsp;</p>\n\n\n<h2 id=\"21-be-consistent-in-design-and message\" class=\"wp-block-heading\">21. Be consistent in design and&nbsp;message</h2>\n\n\n<p>No matter your industry, presenting a consistent design and message is another key component for successful landing pages. A clear and consistent brand conveys trust helps with recall..&nbsp;</p>\n\n\n\n<p>It’s convenient to say “be consistent” but the truth is, you need to approach the design and message with a clear plan — from the start. That means developing comprehensive brand guidelines that outline your brand’s visual and verbal identity.&nbsp;</p>\n\n\n\n<p>These guidelines should include things like how and when your logo should be used (including size, spacing, and color variations), your site’s color palette, the typography used, the types of images (illustrations or photos), and the tone of voice of your content. Once you have these guidelines in place, you can make sure your content adheres to them.&nbsp;</p>\n\n\n\n<p><a href=\"https://stripe.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Stripe</a> does a good job of this on its website.&nbsp;</p>\n\n\n\n<img width=\"1200\" height=\"688\" src=\"https://akismet.com/wp-content/uploads/2024/07/image-8.jpeg\" alt=\"Stripe landing page with a colorful background\" class=\"wp-image-284085\" />\n\n\n<p>It prioritizes purple and blue colors, dynamic animations, and a confident&nbsp;voice.</p>\n\n<h2 id=\"22-make-accessibility-a priority\" class=\"wp-block-heading\">22. Make accessibility a&nbsp;priority</h2>\n\n\n<p>You’ll also want to ensure your landing page is accessible to people with disabilities. This isn’t just a legal requirement, but also an essential part of reaching everyone with an optimal user experience.&nbsp;</p>\n\n\n\n<p>There are a few ways to ensure accessibility, including the use of semantic HTML, which provides meaningful markup that helps screen readers and other assistive technologies understand the structure of your content.&nbsp;</p>\n\n\n<p>You’ll also need to provide text alternatives for images, videos, and audio files. Use alt attributes for images to describe their content. For complex images like charts, provide a detailed description in the surrounding text. And transcribing video and audio content (and offering closed captions for videos)​ goes a long way,&nbsp;too.</p>\n\n<p>Following the <a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\" target=\"_blank\" rel=\"noreferrer noopener\">Web Content Accessibility Guidelines</a> is your best bet for making sure you cover all aspects of web accessibility, from ARIA landmarks to keyboard&nbsp;accessibility</p>\n\n<h2 id=\"23-offer-live-chat-for-personalized assistance\" class=\"wp-block-heading\">23. Offer live chat for personalized&nbsp;assistance</h2>\n\n\n<p>One way to really make your landing page stand out is to offer live chat. Providing real-time, personalized assistance makes it so you’re addressing customer questions the moment they arise. You can resolve issues and guide visitors through the decision-making process immediately. When you provide timely help like this, you’ll boost conversions.&nbsp;</p>\n\n\n\n<p>You can also use proactive chat invitations to engage visitors who may need assistance but haven’t initiated a chat yet. For example, if someone spends a decent chunk of time on a product page or is about to exit, a chat popup can appear asking if they need help.&nbsp;</p>\n\n\n\n<p>For instance, if you have a WordPress site, a WooCommerce extension like <a href=\"https://woocommerce.com/products/livechat/\" target=\"_blank\" rel=\"noreferrer noopener\">LiveChat for WooCommerce</a> can help you field customer questions in real time in a way that’s integrated with your broader store.&nbsp;</p>\n\n\n<h2 id=\"24-ab test\" class=\"wp-block-heading\">24. A/B&nbsp;test</h2>\n\n\n<p>The last recommended tactic for improving your landing page conversion rate is to A/B test everything. Split testing involves comparing two versions of your landing page, each with a single element slightly different, to determine which one performs better.&nbsp;</p>\n\n\n\n<p>Common elements to prioritize in A/B testing include headlines, CTA buttons, image choices, color schemes, copy, and layout variations.&nbsp;</p>\n\n\n\n<p>With your element selected, you can then create two or more variations of the element you want to test. For instance, if you are testing headlines, write multiple versions that highlight different benefits or use different tones. Then, compare them over a set period of time. The one that encourages a better conversion rate is the winner. Then you can move on to test a different element.&nbsp;</p>\n\n\n<p>To run a test like this, you’ll need to split your website traffic. There are tons of tools out there to facilitate this, including&nbsp;<a href=\"https://www.optimizely.com\">Optimizely</a>.</p>\n\n<h2 id=\"frequently-asked questions\" class=\"wp-block-heading\">Frequently asked&nbsp;questions</h2>\n\n\n<p>Now that we’ve explored multiple ways to optimize your landing pages and improve their conversion rates, take some time to browse through some frequently asked questions about this process.&nbsp;</p>\n\n\n<h3 id=\"what-are-the-common-mistakes-to-avoid-when-designing-a-landing page\" class=\"wp-block-heading\">What are the common mistakes to avoid when designing a landing&nbsp;page?</h3>\n\n<p>Common mistakes to avoid when designing a landing page include a cluttered design, an unclear CTA, slow loading times, a lack of mobile optimization, and not addressing visitor pain points. You’ll need to speak directly to your target audience and provide an accessible and user&#8209;friendly on&#8209;site experience to see improved conversion&nbsp;rates.</p>\n\n<h3 id=\"what-is-a-good-conversion-rate-for-a-landing page\" class=\"wp-block-heading\">What is a good conversion rate for a landing&nbsp;page?</h3>\n\n<p>A good conversion rate varies by industry. But for landing pages in general, a good conversion rate is 2&#8209;5%. However, top&#8209;performing landing pages can achieve conversion rates of 10% or higher​, especially if the industry is very&nbsp;specific.</p>\n\n<h3 id=\"should-i-use-captcha-to-protect-my-form-from spam\" class=\"wp-block-heading\">Should I use CAPTCHA to protect my form from&nbsp;spam?</h3>\n\n<p>While CAPTCHA can prevent spam, it can also deter genuine site visitors from converting. So, no, you shouldn’t use CAPTCHA and should opt for an alternative like Akismet. This <a href=\"https://akismet.com/blog/captcha-alternatives/\">anti&#8209;spam alternative to CAPTCHA</a> offers effective spam protection without compromising the user&nbsp;experience.</p>\n\n<h3 id=\"what-is-akismet-and-how-can-it-improve-my-lead-generation-form-conversion rate\" class=\"wp-block-heading\">What is Akismet, and how can it improve my lead generation form conversion&nbsp;rate?</h3>\n\n<p>Akismet is a powerful spam&#8209;filtering service that automatically detects and <a href=\"https://akismet.com/features/\">blocks spam submissions</a>. And it doesn’t rely on CAPTCHA to do it. This means users have fewer steps to complete forms, thus improving conversion rates without leading to an increase in&nbsp;spam.</p>\n\n<h3 id=\"what-types-of-companies-generally-use akismet\" class=\"wp-block-heading\">What types of companies generally use&nbsp;Akismet?</h3>\n\n<p>Akismet is trusted by over 100 million sites, including enterprise brands like Microsoft, <a href=\"https://akismet.com/blog/convertkit-customerstory/\">ConvertKit</a>, and Bluehost. Akismet provides effective spam protection that doesn’t impede on lead generation efforts, offering a win&#8209;win scenario for companies of all&nbsp;sizes.</p>\n\n<h3 id=\"how-often-should-i-update-or-tweak-my-landing-page-for-optimal performance\" class=\"wp-block-heading\">How often should I update or tweak my landing page for optimal&nbsp;performance?</h3>\n\n\n<p>You should update or tweak your landing page on a regular basis. Aim to review and make changes to your landing page at least quarterly, or more frequently if you notice a drop in performance metrics or significant changes in user behavior. Keeping an eye on metrics and conducting regular A/B tests can help mitigate sudden increases in bounce rate.&nbsp;</p>\n\n\n<h3 id=\"what-is-a-lead-magnet-and-how-can-it-boost-my-landing-page conversions\" class=\"wp-block-heading\">What is a lead magnet, and how can it boost my landing page&nbsp;conversions?</h3>\n\n\n<p>A lead magnet is a valuable resource offered for free in exchange for contact information. Popular types of lead magnets include eBooks, checklists, and reports. The most effective lead magnets attract and convert visitors by providing immediate value. This then inserts the prospect into your sales funnel, which means they’re primed and ready to make a purchase later.&nbsp;</p>\n\n\n<h3 id=\"what-are-the-key-metrics-to-track-when-analyzing-landing-page performance\" class=\"wp-block-heading\">What are the key metrics to track when analyzing landing page&nbsp;performance?</h3>\n\n\n<p>When tracking and analyzing landing page performance, you should keep an eye on its conversion rate, bounce rate, average time on page, click-through rate (CTR), and cost per conversion. Tracking these metrics helps identify areas for improvement and measure the effectiveness of the optimizations you make.&nbsp;</p>\n\n\n<h3 id=\"what-are-some-common-mistakes-to-avoid-when-optimizing-a-landing page\" class=\"wp-block-heading\">What are some common mistakes to avoid when optimizing a landing&nbsp;page?</h3>\n\n\n<p>When optimizing a landing page, you’ll want to avoid common mistakes like making too many changes at once, which makes it impossible to see how individual changes are affecting performance.&nbsp;</p>\n\n\n<p>Another mistake is ignoring mobile visitors. Any landing page created in 2024 should be optimized for mobile interaction by default. Also, not aligning the page with user intent or addressing customer pain points are big&nbsp;issues.</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, 31 Jul 2024 13: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:11:\"Jen Swisher\";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:13:\"\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:99:\"Do The Woo Community: Bridging Art and Blockchain, Bringing Certification to Woo with Robert Norton\";s: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://dothewoo.io/?p=84943\";s: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:97:\"https://dothewoo.io/bridging-art-and-blockchain-bringing-certification-to-woo-with-robert-norton/\";s: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:38909:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-19 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-18 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-5 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-14 wp-block-group-is-layout-constrained\">\n<img width=\"500\" height=\"500\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/02/Omnisend-square.jpg?resize=500%2C500&ssl=1\" alt=\"\" class=\"wp-image-78802\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-6\"><strong><a href=\"https://your.omnisend.com/onlywoo_dothewoo\">Omnisend</a></strong>: Whether it&#8217;s for integration into your Woo product, or building sites for clients, <strong>Omnisend</strong> is the solution for email and SMS marketing with their CRM solution for WooCommerce shops and your own website.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-17 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-7 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-16 wp-block-group-is-layout-constrained\">\n<img width=\"1224\" height=\"1224\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2022/11/Hostinger_Vertical_Purple-e1668465093968.jpg?resize=1224%2C1224&ssl=1\" alt=\"Hostinger\" class=\"wp-image-73505\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-8\"><strong><a href=\"https://hostinger.com\">Hostinger</a></strong>: As a builder or an agency managing multiple sites, check out <strong>Hostinger</strong>. Whether you are building a WordPress site or specifically, a Woo store, their infrastructure brings your clients sites speed, uptime and security.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Dave:<br />Welcome to this episode of Do the Woo. We&#8217;re talking Emerging Tech, and today we&#8217;re talking with Robert Norton from Verisart. Hi Robert, how are you doing?</p>\n\n\n\n<p>Robert:<br />Good. Great to be here. Thanks for having me on the show.</p>\n\n\n\n<p>Dave:<br />No worries. And I should probably say I&#8217;m your host, Dave Lockie as well. So I guess a bit about you, Robert. You&#8217;re the CEO and founder of Verisart. What came before that and what&#8217;s your journey been like as an entrepreneur?</p>\n\n\n\n<p>Robert:<br />For the last 15 years, I found myself at the intersection of art and tech. Prior to Verisart, which is a platform that started doing blockchain certification for the art and collectibles market, I was running a company called Sedition Art, which was, in a way, one of the first platforms that sold digital limited editions by well-known artists. Now, of course, we come to know digital limited editions as non-fungible tokens and NFTs, which I know we&#8217;re going to get into later. But it was my time at Sedition between 2010 to 2013 that really got me thinking about how artists can find new audiences in other mediums. The principal medium of most of the artists we worked with at Sedition was physical, not digital. Prior to that, I was the founder and CEO of Saatchi Art, previously known as Saatchi Online. We turned it into an e-commerce enabled platform where artists who didn&#8217;t have any gallery representation could have a platform to show their work and sell directly to consumers. So, we did a lot of that heavy lifting for them. In some ways, it&#8217;s analogous perhaps to Etsy, but with more focus on independent working artists.</p>\n\n\n\n<p>I guess why did I end up in this sort of strange intersection? Probably because, in the back of my mind, I wanted to do something in the art world. Both my parents did art degrees, my grandfather was a restorer, so I grew up in a household where the idea of unauthorized or authorized reproductions was quite prevalent. You&#8217;d often see, in the case of 19th-century works, studios like Joshua Reynolds would have many works of the same coming from the studio, some of which just worked on by his studio, some of which he worked on in parts, and some of which he worked on entirely. This area of multiples was really interesting to me. The aha moment with Verisart was looking at the case of the Knoedler Gallery, which came to the press around 2015. One of the oldest galleries in New York was found guilty of selling fake Rothkos, a well-known post-war artist in the states, selling these works by the dozen in modern times, in 2015. It wasn&#8217;t just unwitting people that should know better, but people like the chairman of Sotheby&#8217;s themselves. I was thinking this is a real problem when you have such trust in authorities that are clearly not able to be trusted. I thought about how to improve trust with the advent of distributed ledger technology. We&#8217;ve been tackling that problem now for almost 10 years.</p>\n\n\n\n<p>To give you a little insight before that, I started my career back in &#8217;95 at America Online, initially in business development, then running e-commerce, and then did a bunch of startups from health to games. I was the person that launched King.com in North America. So, I was the first managing director for King.com in North America. My whole career has been in consumer-facing e-commerce, as I would describe it. While we&#8217;re not a marketplace at Verisart, we do help people with their drops and their releases. We&#8217;ve now started offering a token gate app print service, which takes us closer to revenue-generating opportunities for artists as well.</p>\n\n\n\n<p>Dave:<br />Amazing. What strikes me about your founding story is that this was not just a love of art, but a very personal relationship with art. It was all around you, with artists and with people who were trying to make a living with art, the artists themselves, the people around that industry, the restorers, the galleries, the marketplaces. This is obviously a very deeply connected and personal mission for you.</p>\n\n\n\n<p>Robert:<br />I think Steve Jobs said, you can connect the dots looking backwards, but you don&#8217;t necessarily connect them moving forwards. I didn&#8217;t necessarily feel it as personally, but now I think it makes sense. My wife also has a gallery that we work with, and I met my wife through my interest in art. So, I guess we&#8217;re very much an art family at this point. But really, it was the advent of blockchain technology that inspired me to do this business. One of the artists we worked with at my former company, Sedition Art, is Casey Reas. Casey is also the co-inventor, along with Ben Fry, of a language called Processing, which enabled artists to generate their digital art with a rules-based programming language. It was Casey who wrote to me in 2014 and said, &#8220;Hey Robert, looking at what you&#8217;re doing at Saatchi Online and Sedition Art, I think this technology has real potential for certification of verification purposes, both for physical and digital art.&#8221; That got me thinking about how blockchains work, mechanisms to trust a timeline, and commitments to that timeline. It felt like a good application for some of the problems we were facing with our provenance certification. In a nutshell, we were taking the certificate, typically issued by some sort of authority, maybe an estate, studio, or gallery, and the provenance, which is another fancy word for the story—the agreed story around the history of that object. That may include exhibition literature as well. We were taking the registry—who&#8217;s ultimately responsible—and binding the certificate, provenance, and registry together by shared distributed ledger technology standards. I think it makes for a stronger provenance. That&#8217;s what we&#8217;ve been doing at Verisart.</p>\n\n\n\n<p>Dave:<br />Yeah, really interesting. Maybe you could talk to us about what that journey&#8217;s looked like. Has it been one with a lot of pivoting, large or small, or has it been more a case of feeling like you&#8217;ve got the right solution, but the job is to educate, make aware, and onboard? How would you describe that 10 years?</p>\n\n\n\n<p>Robert:<br />Ten years ago, a small percentage of households owned crypto, and now we&#8217;re well into double digits, depending on certain age groups. I think it&#8217;s up to 40% in some age groups. As a whole, it&#8217;s about 20% or so of households in the US that now own crypto in one form or another. We&#8217;ve come a long way, and sometimes people talk about the number of households that own crypto paralleling the growth in the number of households that went online in the early days of internet service providers and online services. Whether those correlate correctly, the point is that we&#8217;ve grown from a very small base to something that feels closer to mainstream, although it&#8217;s not yet at mainstream levels of adoption. We&#8217;re not past a 50% threshold in most markets, except for a few perhaps like El Salvador, where Bitcoin&#8217;s become an alternative national currency.</p>\n\n\n\n<p>If I could characterize what it was like in 2014, I was at this Scaling Bitcoin conference at Stanford University. There were literally probably about 200 people in the community that then went on to build aspects of the blockchain infrastructure we&#8217;re familiar with today. That was probably the size of the industry for well-known players at that point. It was very small, and even at conferences, you would struggle to get more than a thousand people to show up. Now we&#8217;ve got huge conferences from DeFi to NFTs to staking, to wallet providers, new L1s, which is layer one blockchains, new roll-ups, and L2s. The industry has really evolved. Back in 2014, 2015, I spent most of my time explaining what a blockchain was and why the words art and blockchain were in the same sentence. Now, because of the NFT boom and bust we witnessed in 2021, no one really questions why the words art and blockchain go together.</p>\n\n\n\n<p>We&#8217;ve come a long way in terms of people&#8217;s understanding of what this technology can do, but we&#8217;re still set back by the early years in terms of the bad actors in the space. We&#8217;ve seen arrests of the principals of FTX and Binance, and bad actors erode consumer trust. That&#8217;s very unhelpful when you&#8217;re trying to bring new technologies to market. In some ways, it was like two steps forward, one step back, but we&#8217;ve really come a long way over the last 10 years. As a result, we can start focusing more on the applications and less on explaining what&#8217;s beneath the hood.</p>\n\n\n\n<p>Dave:<br />And I think because there&#8217;s such a visual representation—maybe the only visual representation of crypto technology that most people can find—it has that artistic element to it. There have been a lot of bad actors, and the worlds where art and finance meet are often murky and gray anyway. When you accelerate that with the petrol of the internet, there have been a lot of problematic NFT projects. I can imagine that&#8217;s been particularly challenging for you. You&#8217;re certainly right, there are lots of data points, but the trend line is increasing adoption, increasing awareness. Now you mentioned this idea about mainstream, and one of the conversations I hear in crypto is that crypto will be mainstream when people are using it without knowing that it&#8217;s crypto. I noticed that at Verisart you take a very deliberately technology-inclusive approach to describing what you do. How often do you find yourself in a situation where you&#8217;re trying to explain Verisart to somebody who is utterly naive and ignorant to crypto and blockchain? Do you ever find success in converting those merchants or artists, or is this always a more progressive and educational sell where they have to get some foundations before they can see the value in what you do?</p>\n\n\n\n<p>Robert:<br />We&#8217;ve got a good history of working with artists, and we were one of the first external curators on SuperRare, which is a well-known premium platform for unique digital artwork. So one-of-ones is what they&#8217;re often referred to</p>\n\n\n\n<p>. Back in 2021, because of my time at Sedition, where we worked with many well-known artists from Damien Hirst to Bill Viola to Tracey Emin and Shepard Fairey, Christian Boltanski, Yoko Ono, we probably worked with a hundred of the world&#8217;s top contemporary artists during my time at Sedition. It&#8217;s still continuing to this day. That experience of speaking to an artist and understanding what they want to release as a digital edition, can we help them, have they got the facilities to do it in-house themselves—this discussion was more complex during the NFT boom and bust because there were things like needing a wallet, a smart contract, and deciding under which smart contract to mint. But we were able to have those discussions because we understood the issues ourselves. We&#8217;ve done a huge number of inaugural artists&#8217; NFTs. Whether it&#8217;s Roe Ethridge, William Wegman, Shepard Fairey, Petra Cortright, or Neil Beloufa, a lot of well-known artists&#8217; inaugural NFTs. They came to us because they were somewhat confused by this landscape and they wanted somebody they could trust to guide them through the process. We did two drops with SuperRare, 10 by 10 and 8 by 8, focused on inaugural artists&#8217; NFTs. We also did Artsy&#8217;s first NFT drop in early 2022, which included 22 artists. So, we&#8217;re absolutely in the business of handholding.</p>\n\n\n\n<p>When it comes to looking for our audience and the actual users of our service—the SaaS users or the people that are subscribed to our software—we&#8217;ve found it&#8217;s very hard work dragging someone along to the drinking trough. It&#8217;s better if they&#8217;re already there by the waterside and you can perhaps help them more effectively. We&#8217;re not so much in the business of telling people they need to use blockchain technology, but more in the business of explaining how we can provide a good service for people who are already looking in that area.</p>\n\n\n\n<p>Dave:<br />Cool. Yeah, that makes sense. As a small business, you have to focus on what&#8217;s achievable within your resources and timescales. I&#8217;m sure a lot of the awareness work you&#8217;re doing is going to have a knock-on effect further down into the future, but you certainly have to be judicious with the way you&#8217;re putting that target of energy. One thing I think about quite a lot, and this is with NFTs generally, not just art-based NFTs—of course, there&#8217;s some philosophical conversation about what is and isn&#8217;t art—whenever you use a new medium or format for art, it brings new constraints and opportunities creatively. With digital, it allowed for, for example, algorithmic generative art. However, then when you take digital art and put it on-chain, that also changes the format and the medium. What I&#8217;m thinking about here is the public nature of interaction with that art—who minted it, who collected it, has it been sold on secondary, what&#8217;s the price trend, all of that. My question is, to what extent is that interesting and exciting and offering new opportunities to artists where they may have had glimpses of that historically, seeing their art for sale or auction or whatever, but now they have this opportunity to be directly in communication with people that hold their art because if you both have wallets, there are plenty of ways to contact each other.</p>\n\n\n\n<p>Robert:<br />There&#8217;s a lot to unpack there. The first is, obviously, art is now as easily tradable an asset as an NFT, as the fungible token—Ethereum, Bitcoin, Solana, or Tezos. These chains are in the business of minting coins and having people speculate on the value of those coins and the value those networks will accumulate. Remember, they all sit within the same type of wallets. That was never the case with art before. You had a painting, it may have been an asset, but it didn&#8217;t sit within your bank account, and you could trade it like you could trade pounds, dollars, or euros. You&#8217;re absolutely right to bring that up first. What the blockchain did, and particularly NFTs, is it basically meant that all the digital art released as NFTs were now effectively like financial instruments. That&#8217;s why you suddenly saw crazy amounts of speculation and wash trading, and activities that created these elevated floor prices for works that were sold or given away. The use of CryptoPunks or Bored Apes in these 10K drops became the symbol of the height of the market, where algorithms were spinning out 10,000 different variations of a theme. They were sorted by traits—certain rare backgrounds, shapes on their heads, laser eyes, etc. Artists started to use traits around art, and it became very confusing for a lot of people to determine what is art and what is just PFP—a personal profile picture. Some of these also became very valuable assets like the Punks and Apes.</p>\n\n\n\n<p>I think that&#8217;s all now beginning to shake out. The challenges for artists probably outweigh the opportunities because artists get exhausted by having to maintain a constant dialogue with their community. The community can turn on them if the financial returns go down. It puts a lot of pressure and stress on the artists. Traditionally, artists have had dealers to remove some of their need to be there talking to their collectors. Healthy, protective art communities exist. The Art Blocks community, which we work with closely, and the generative art community are small and protective of one another. That&#8217;s a good example of a healthier discourse, but it&#8217;s not completely removed from those who just want to speculate on digital art as an asset and feel disappointed when prices don&#8217;t go their way.</p>\n\n\n\n<p>The first thing is that art is now more of a tradable instrument than it was. It attracts speculators, and speculators outweigh collectors. We&#8217;ve seen that with the rise of marketplaces that don&#8217;t enforce artist royalties. That&#8217;s symptomatic of more speculators than collectors still in the market. We&#8217;re currently doing a show at Gazelli Art House called &#8220;Awaken and Metamagical Hands,&#8221; which includes pioneers like John Maeda, Golan Levin, Joshua Davis, and Leah, as well as younger artists like Robbie Barrat and Lauren Lee McCarthy. All these artists could have solo shows themselves, but they&#8217;re still trying to understand the role of algorithms in their relationship to others or even to themselves. Lauren Lee McCarthy, a professor at UCLA and the Design Media and Arts lab along with Casey Reas, has created an installation called &#8220;Saliva Exchange,&#8221; where people can come in and spit in a vial, write a few things about their saliva, and share it with someone else. It&#8217;s a conceptual piece addressing questions around the way algorithms are based in life and how that changes our interactions and notions of modern-day intimacy.</p>\n\n\n\n<p>Different artists are exploring different digital trends—some using midjourney or OpenAI algorithms for generative video and art, others building their own software, and others focusing on conceptual fields. It&#8217;s an interesting time. However, the principal responsibility of an artist is to create art, not to pump their communities. Those artists who shot to fame by pumping their communities may not be the ones that last from a museum or historical standpoint.</p>\n\n\n\n<p>Dave:<br />Yeah, interesting. Digital and blockchain art has been extremely disruptive, and that disruption continues. There are some emerging trends—very art-focused communities that are positive and nurturing, and people pushing the boundaries of generative and on-chain art. There&#8217;s still a lot more emergence to happen. Let&#8217;s switch gears a bit. We&#8217;ve mainly talked about art and blockchain so far. I&#8217;d like to bring this back down to earth for a Woo audience. We may have merchants listening who are selling art or interested in how they can use NFTs to enhance what they&#8217;re doing with e-commerce. We almost certainly have agency folks who would love to get their teams working with some of these technologies. They&#8217;re thinking about which of their clients might want to use this technology, what success looks like, etc. We talked about art being wrapped in these digital tokens. Digital assets are tokenized and put into common digital wallets. This extends to real-world assets as well—cases of wine, physical artwork, fractions of an old Mercedes, etc. If you&#8217;re just issuing NFTs and transacting on-chain, you don&#8217;t need a traditional e-commerce setup because you can do this through marketplaces. The whole idea is that you don&#8217;t need fulfillment because it&#8217;s all digital. You don&#8217;t need a traditional payment processor and checkout because it&#8217;s all based on wallet signatures and digital asset transfers. Yet, there is a lot of e-commerce happening where you do need e-commerce—you need to take delivery, accept orders, worry about tax and payments, and everything else. Where do those two worlds intersect? What does a merchant or a success story look like where you get those two things? Verisart operates in both purely digital and intersectional worlds through integrations with WooCommerce and Shopify.</p>\n\n\n\n<p>Robert:<br />It&#8217;s super helpful when the certification is happening at the time of sale because otherwise, if you&#8217;re creating certificates on Verisart.com and doing your sale through some other mechanism, there&#8217;s always going to be a lag between the sale, the invoice happening on some platform—whether it&#8217;s your own, a third-party marketplace, or offline. We&#8217;ve always felt it&#8217;s helpful to close that gap in time for the certification at the time of transaction. With NFTs, you can mint and list the NFT later, but mostly people mint and sell the NFT at the same time. In the early years of Verisart, when we didn&#8217;t have any e-commerce integrations, people used us, but we didn&#8217;t see enough transfers of the certificates. We wanted to make that easier for people. About five years ago, we did our first app with Shopify. We&#8217;re super happy to have launched our WooCommerce app this year. We&#8217;ve learned a lot from our time on the other marketplace platform in terms of building a good app from day one with the WooCommerce audience. Our app allows people to certify products, whether physical or digital. We support minting NFTs or tokens. One thing we don&#8217;t support is fractions of an object because once you start offering fractions, you&#8217;re into the world of securities regulation, which we stay well clear of. Also, fractionalizing an artwork isn&#8217;t necessarily where there&#8217;s real demand for fractionalized opportunities. Fractionalizing businesses that provide you a yield or return that can be valued is more of an obvious first spot than fractionalizing an artwork because there often isn&#8217;t consensus around the price for unique artworks.</p>\n\n\n\n<p>For WooCommerce merchants, we&#8217;ve seen a big trend in collectibles and a broader definition of luxury. If you thought about luxury historically, you might think of handbags, cars, and rings, but not hoodies and sneakers. But clearly, that is part of modern-day luxury. On Verisart, if you&#8217;ve got a collectible with an authority like a living creator or a trusted business, that&#8217;s a good opportunity to improve your current certificate of authenticity with digital certification branded by your store that can be verified by new owners in real time. That&#8217;s the core of our business. We have lots of different types of businesses using our certification—from custom champagne bottles to special golf clubs to digital prints and photography.</p>\n\n\n\n<p>A good example is Johnny Depp. He built a community of NFT holders and sold those NFTs through a native Web3 drop. He then wanted to give something back to those NFT holders—allowing them to have a print of their NFT. These NFTs are part of his artwork, his friends, and they look like pop-up images. There&#8217;s a need for orders, and there&#8217;s a lag between placing the order and receiving the purchase. You get out-of-the-box order management and porting. In his case, he spun up a Shopify store and used Verisart to certify his prints. When you think about merchant needs, whether they&#8217;re Web2 or Web3, Verisart helps with certifying products, physical or digital, and minting NFTs. We&#8217;ve come a long way in giving people the tooling to build their own Web3 marketplaces if they want to. Merchants that already have a significant presence through their own website might also be on Amazon. You might have a merchant with its own domain using WooCommerce but also selling on Amazon. It&#8217;s helpful to have your own URL for those digital assets to live alongside physical ones because increasingly, they have a relationship. You buy a physical asset, maybe it grants you a token, which is a form of membership. Now you are closer to that artist&#8217;s world. You might give away that token for free. We support buying a token that allows you access to purchase a print or exclusive product at a reduced cost or ahead of others. There are a lot of ways digital and physical can complement each other. Artists are experimenting with these two mediums and offering experiences together. For example, the show we&#8217;re co-curating at Gazelli Art House in London has artists using Verisart to certify their prints, and the prints are certified as NFTs. We&#8217;re constantly looking for better ways to provide merchants and creators with tools for certifying their objects, whether physical, digital, or mapping the relationship between the two.</p>\n\n\n\n<p>Dave:<br />I guess there&#8217;s a double-edged sword of this potentially being a tool artists can use to build and engage with their community, but not all artists. There&#8217;s nuance and unpacking to do around that for individual artists as they try to get that balance right. One thing you hinted at is that you might buy the digital token first, which gives you the right to buy a physical print or redeem it for some sort of experience later on. That fundamentally changes how art can be paid for. Instead of the artist creating art and hoping they can sell it, they can pre-sell it or fund the collection through pre-selling. Is that what the CryptoVenetians did?</p>\n\n\n\n<p>Robert:<br />Yeah, we work with Bright Moments. We did the finale with them in Venice earlier this year. That&#8217;s exactly what we did. We had a poster only available to the holders of tokens from that last city, which was a thousand tokens minted during Venice, Italy, just after the Biennale this year.</p>\n\n\n\n<p>Dave:<br />That was such a good documentary. I can&#8217;t find it online yet, but I watched it at a screening. It was really good fun, very heartwarming. I&#8217;ve got two more questions for you, one a bit of a double-barrel. What&#8217;s the difference between a receipt and a certificate of authenticity? They both have similar attributes, right? A receipt can improve the secondary resale value of something. It has some element of proof of authenticity. I think it&#8217;s stupid we haven&#8217;t created digital infrastructure for receipts. We can spend, but we don&#8217;t get digital receipts back automatically. For example, the best way to know how healthy you&#8217;re eating is to analyze all the receipts you get from takeaways and supermarket shops. What&#8217;s the difference between a receipt and a certificate of authenticity, both in terms of the nature and what that offers in onward value?</p>\n\n\n\n<p>Robert:<br />In the case of token-gated prints, we incorporate the order number as part of the certificate of authenticity and the token ID used along with that order number. We have patents at Verisart for handling certification. On one end, you&#8217;ve got an unverified record, where I&#8217;ve said something about an object, but no one knows who I am or if what I&#8217;ve said is true or false. It&#8217;s the lowest amount of waiting. Then we have an issuer certificate, similar to a receipt. The retailer of the object says that this thing is true. When you&#8217;ve got an artwork where the retailer is not the creator, the certificate of authenticity is where the creator has authorized that statement. Finally, we have a certificate of authenticity plus, where there&#8217;s a physical identifier on the work like a QR tag or an NFC tag.</p>\n\n\n\n<p>The core part of Verisart is that the certification can change state depending on the consensus, most importantly the creator. The problem in the past has been that the receipt is often the last thing the creator hears about. The collector gets it, but the creator might be told, &#8220;Oh, that receipt didn&#8217;t quite happen until maybe a year later, so we don&#8217;t owe you any money.&#8221; Verisart puts the creator more in control because they know when their certificates are transferred, there is a transaction out there. That&#8217;s helpful from a creator perspective. While there are similarities between receipts and certificates of authenticity, they are fundamentally different. Receipts require the issuer to be present in the future, and the issuer must remain trustworthy. One of the inspirations for Verisart was that issuers of these receipts were actually sending out fake works. The receipt was fine, but what it pointed to was fake. There are still challenges in the Web3 world with how NFTs have been construed. Transactions are correct, but what they point to may be incorrect. Verisart is actively trying to address this by building more trust at the time of transaction and ensuring the creator is present in terms of their authentication of the work.</p>\n\n\n\n<p>NFTs as COAs is interesting because even if Verisart goes away, you&#8217;ve got an on-chain record that Verisart verified and can go along with the transaction. It future-proofs your investment when those intermediaries are no longer around. A lot of merchants don&#8217;t make it past 10, 20 years, so who will determine whether that receipt is valid if the merchant can&#8217;t authorize it?</p>\n\n\n\n<p>Dave:<br />Yeah, interesting. Last question, around NFT market sentiment. We went through a big boom cycle. NFTs alongside DeFi were one of the two big trends driving a lot of narrative, volumes, and arguably innovation in crypto last cycle. This cycle, while we&#8217;ve seen some things emerge and become clearer, we&#8217;ve also seen the floor prices drop significantly across many blue-chip NFTs, and there&#8217;s a lot of uncertainty in the market. How do you think about that? You&#8217;re using NFTs very specifically and deliberately, rather than the popular conception of a monkey picture, but nevertheless, the broader context for NFTs must be impactful. Do you think in a year&#8217;s time we&#8217;ll be like &#8220;NFTs are so back,&#8221; or will it continue to be murky for a while longer? How do you see this sentiment resolving?</p>\n\n\n\n<p>Robert:<br />Early internet, we had titles like Director of E-Commerce and Chief Multi-Webmaster. These terms fell by the wayside and became incorporated into tech or marketing. No one thought of online as an option; it became a must. We&#8217;ll get there with tokens and digital assets. The term NFT has been tarnished, and even Web3 has become caught up in that. When people used Facebook, they didn&#8217;t think they were on a Web2 platform; they just had a better online experience. I think we&#8217;ll get there with Web3 as well. Having a token will allow you to move more seamlessly between platforms, making the experience of being in a community or having a loyalty scheme smoother. We&#8217;re at the early stages of building that infrastructure. From an authentication standpoint, it makes sense. Token gating was complicated, but now a token allows you to do things more fluidly. Digital assets are here to stay. The language is still up in the air, whether we&#8217;ll use the term NFT in five years or just digital art or digital assets.</p>\n\n\n\n<p>We&#8217;re still big believers. It&#8217;s been a rough ride, and floor prices have dropped, but there&#8217;s a more mature understanding of the market now. Some NFTs are surpassing their auction highs from the height of the market, particularly those artists who have crossed over into the fine art community. Generative art is here to stay, and tokens among merchants are becoming more common. We&#8217;d love your merchants to try our app on the WooCommerce store and get in touch with us directly. We do custom development for merchants but also put as much in our core product as possible. Right now, on WooCommerce, we support minting and certification. We&#8217;ll be adding additional functionality as the app evolves.</p>\n\n\n\n<p>Dave:<br />Perfect. Thank you for letting people know where they can get ahold of you. Last question: as someone with insight into the brave new world of luxury consumerism, what&#8217;s the most unexpected luxury thing you&#8217;ve had a certificate of authentication for through Verisart?</p>\n\n\n\n<p>Robert:<br />We have two things that were surprising. One is a very high-end watchmaker based in the Middle East. These watches are real works of art, costing more than most works of art, starting at $50,000. That was unusual for me to see such a high</p>\n\n\n\n<p>-end product being certified on Verisart. The other is amazing calligraphy designs, carved in wood and highly intricate, also from that part of the world. We also have a Maori arts collective doing art from New Zealand. That&#8217;s the great thing about my job—we&#8217;re always seeing new ways creators and merchants find to certify their creations.</p>\n\n\n\n<p>Dave:<br />It must be wonderful to live at that intersection between technology and art. It&#8217;s been wonderful talking to you, Robert. I&#8217;m very grateful for your time and insights.</p>\n\n\n\n<p>Robert:<br />Likewise. Thank you for having me on your show.</p>\n\n\n\n<p>Dave:<br />Take care.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong><em>Emerging Tech, All Things WordPress and WooCommerce</em></strong>, host <strong>Dave Lockie</strong> dives into the intersection of art and technology with <strong>Robert Norton, the CEO and founder of Verisart</strong>. </p>\n\n\n\n<p>Norton shares his journey from leading Sedition Art and Saatchi Art to pioneering blockchain certification for the art and collectibles market with Verisart. The discussion explores how blockchain technology enhances trust and authenticity in the art world, the impact of NFTs, and the evolving landscape of digital and physical art. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Intersection of Art and Technology</strong>: Robert Norton&#8217;s journey has placed him at the crossroads of art and technology, leading to the creation of platforms like Sedition Art and Verisart.</p>\n\n\n\n<p><strong>Blockchain for Art Authentication</strong>: Verisart leverages blockchain technology to enhance trust and authenticity in the art and collectibles market, addressing problems such as forgery and lack of transparency.</p>\n\n\n\n<p><strong>Evolution of NFTs</strong>: Norton discusses how digital limited editions have evolved into non-fungible tokens (NFTs), and the implications for artists and the art market.</p>\n\n\n\n<p><strong>Importance of Provenance</strong>: The concept of provenance, or the history and story of an artwork, is crucial. Verisart binds certificates, provenance, and registries together using distributed ledger technology.</p>\n\n\n\n<p><strong>Market Sentiment and Challenges</strong>: Despite the volatility and speculative nature of the NFT market, there is growing understanding and adoption of digital assets.</p>\n\n\n\n<p><strong>Merchants and Certification</strong>: Verisart&#8217;s integration with WooCommerce  helps merchants certify both physical and digital products, enhancing trust and value.</p>\n\n\n\n<p><strong>Artist Engagement</strong>: NFTs and blockchain technology offer new opportunities for artists to engage directly with their collectors, although it can also bring challenges such as community management and market pressure.</p>\n\n\n\n<p><strong>Innovative Use Cases</strong>: From high-end watches to intricate calligraphy, Verisart is being used to certify a wide range of luxury and collectible items, showcasing the versatility of blockchain technology.</p>\n\n\n\n<p><strong>Future of Digital Assets</strong>: The conversation hints at a future where digital assets and tokens are seamlessly integrated into everyday transactions, moving beyond the hype of NFTs to practical applications.</p>\n\n\n\n<p><strong>Personal Connection to Art</strong>: Norton&#8217;s personal background and passion for art, influenced by his family&#8217;s involvement in the art world, drive his mission to improve the authenticity and trustworthiness of art transactions.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://woocommerce.com/products/verisart/\">Verisart for WooCommerce</a></strong></li>\n\n\n\n<li><strong><a href=\"https://verisart.com/\">Verisart.com</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/in/rlnorton/\">Robert on LinkedIn</a></strong></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:\"Wed, 31 Jul 2024 09: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:14;a:6:{s:4:\"data\";s:13:\"\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:83:\"Do The Woo Community: Onboarding for Freelance and Shop Owners with Laura Elizabeth\";s: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://dothewoo.io/?p=84932\";s: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:82:\"https://dothewoo.io/onboarding-for-freelance-and-shop-owners-with-laura-elizabeth/\";s: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:54596:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-26 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-25 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-22 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-9 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-21 wp-block-group-is-layout-constrained\">\n<img width=\"525\" height=\"525\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/03/Airwallex.jpg?resize=525%2C525&ssl=1\" alt=\"Airwallex\" class=\"wp-image-80258\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-10\"><strong><a href=\"https://www.airwallex.com/integrations/woocommerce?utm_source=701Nn000009vJ0mIAE\">Airwallex</a></strong>: With <strong>Airwallex</strong> merchants are no longer forced to convert their foreign incoming payments into their home market currencies and they can use the funds to pay suppliers internationally.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-11 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-23 wp-block-group-is-layout-constrained\">\n<img width=\"500\" height=\"500\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/02/Omnisend-square.jpg?resize=500%2C500&ssl=1\" alt=\"\" class=\"wp-image-78802\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-12\"><strong><a href=\"https://your.omnisend.com/onlywoo_dothewoo\">Omnisend</a></strong>: Whether it&#8217;s for integration into your Woo product, or building sites for clients, <strong>Omnisend</strong> is the solution for email and SMS marketing with their CRM solution for WooCommerce shops and your own website.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Katie:<br />Hello and welcome to Biz Chat at Do the Woo. I&#8217;m Katie Keith from Barn2 Plugins, and today we&#8217;re going to be talking about onboarding, whether you are a freelancer wanting to improve the onboarding for new clients or whether you are an e-commerce store owner, needing to onboard customers who buy your products. To help us with this, we&#8217;ve got special guest Laura Elizabeth. Welcome, Laura.</p>\n\n\n\n<p>Laura:<br />Hi. Thank you so much for having me.</p>\n\n\n\n<p>Katie:<br />So can you tell us a bit about yourself and what you do to start?</p>\n\n\n\n<p>Laura:<br />Yeah, sure. So as of right now, I have a WordPress plugin called Client Portal, but my background is actually in web design. I worked at an agency for a year or so and then I branched out and did freelancing for about 10 years. Client Portal was made out of the work I was doing with my freelancing clients. So it was sort of like a mix between a project management tool and really having nothing at all. I started that back in 2016. I still take on the occasional freelancing project, but it&#8217;s pretty rare these days.</p>\n\n\n\n<p>Katie:<br />And tell us about onboarding. Why do you think it&#8217;s so important and what got you into that as an area particularly?</p>\n\n\n\n<p>Laura:<br />Yeah, I&#8217;ve always loved what onboarding can do for you. I was quite insecure back when I was a freelancer and I felt that having a really good onboarding process really set the stage for how the project was going to go. You can make it really repeatable and reuse it with all your clients. It just helped me because I didn&#8217;t want to go into the full agency route. I wanted to stay just as a solo freelancer. It helped me juggle multiple clients. If I had a really solid onboarding process in place, it helped my clients trust me a little bit more. When you start a project with somebody, really the beginning sets the tone for how everything&#8217;s going to go. So if I had a really solid onboarding process, it just started the project off, and by having a system in place, things started going a lot more smoothly. My clients were happier, I was happier. It just worked out a lot better.</p>\n\n\n\n<p>Katie:<br />That makes a lot of sense because when people hire a freelancer or even an agency for their website, they&#8217;ve made the decision based on lots of things like your portfolio, the quality of your website, possibly a recommendation. But ultimately, it&#8217;s not like hiring a doctor where there&#8217;s a specific qualification. You have to prove your credibility in the early stages of the project. And I suppose if you&#8217;re kind of all over the place at the beginning and you&#8217;re not providing clear onboarding, then that might make them doubt the decision they&#8217;ve made to hire you.</p>\n\n\n\n<p>Laura:<br />I even find that now. So now I&#8217;m more on the other side of things where I&#8217;m the client and I hire freelancers. It really does make such a difference if I hire someone and I can see they&#8217;ve got some kind of process in place. It doesn&#8217;t need to be elaborate, but if they have things they can give me where they tell me how they work, answer maybe commonly asked questions, or things like that, it just feels like they&#8217;ve done this before. Nobody wants to feel like a guinea pig or a test subject when you&#8217;re doing a client project. If I&#8217;m hiring someone, I want to feel like they do this all the time, they know how to handle the entire project no matter what it is. It could be a website project, it could be consulting, marketing, whatever. I just feel like onboarding throughout the course of the project really helps gain that trust and it just sets the whole project off from the start.</p>\n\n\n\n<p>Katie:<br />Since we are talking about the freelancer and agency side of onboarding, let&#8217;s focus on that a bit more first, and then later on we can talk about onboarding for e-commerce store owners. So can you walk me through an optimal onboarding experience for a new client project? What should that include?</p>\n\n\n\n<p>Laura:<br />Yeah, so it kind of starts slightly before the onboarding when you are qualifying the client. I like to put quite a lot of effort into qualifying my clients because I&#8217;m sure everyone&#8217;s experienced this: you get on calls with a potential client, you give them a ton of advice, things are going really well, and then you send your proposal and they say, &#8220;Oh wait, I have a budget of $500.&#8221; And it&#8217;s just completely wasted. I feel like everyone has to learn that the hard way. So it starts with qualifying the client, and you can do that with things like intake questionnaires, the discovery call, the proposal. I actually did a lot of paid discovery sessions with my clients. I was doing it before a website redesign project. So, paid discovery is where you do essentially the whole proposal stage as a productized service. So your clients will pay you to do a proposal, which might sound a little crazy because you can imagine what client would want to pay for a proposal. But it&#8217;s kind of a consulting thing. You work with them to figure out everything they need in their business, you deliver them a report where they can take it, implement it themselves, get someone else to do it, or ideally get you to do it.</p>\n\n\n\n<p>I found that had a ton of benefits overall, both for me and my clients, but specifically with the onboarding, it really helped because almost every client went through that same process. So it was really easy for me to create reusable assets that I would use with them. I would have a VA who would help me send the right things at the right time. It would be things like a contract, like an NDA or something like that, and then we would send different questionnaires for their business, gathering all the data, send them a getting started guide, what to expect, the payment, everything was a lot more automated. So I always think with onboarding, if you can have some kind of fixed scope project that you do at the start, it makes your job a lot easier. But even if you can&#8217;t do that, what I tend to recommend is there&#8217;s no one size fits all with onboarding. It&#8217;s really a case of laying out your process and figuring out what your client needs, what problems your clients tend to have.</p>\n\n\n\n<p>A lot of people have issues with clients maybe micromanaging projects or scope creep or things like that that crop up during the project. Are there ways in your onboarding to help solve those? So could you say something like, it&#8217;s quite likely with big custom projects that the scope is going to change? That&#8217;s absolutely fine and we expect that. Here&#8217;s how that will work. And that&#8217;s just an example of something you could include in your onboarding to help you later down the road. I know for me, scope creep was a particularly difficult one, but I also liked to set them up in a system where they could access everything at one time, and this is kind of where Client Portal came about. I tried onboarding them into different project management tools and I would find that they were really useful for me, particularly if I was working with contractors on their project or if you&#8217;re an agency, project management tools are pretty great. But then when I&#8217;d add my client to it, they didn&#8217;t want to learn a new system, they didn&#8217;t use it, they didn&#8217;t log in. And actually, like I was saying earlier, now I&#8217;m more on the client side. I also hate being added to a project management tool because I don&#8217;t want to change anything or post anything in it because I don&#8217;t want to mess up their already perfect-looking system and I just can&#8217;t be bothered. So you end up resorting back to email.</p>\n\n\n\n<p>Katie:<br />Yeah, I totally agree. I hate it when I hire someone like, I don&#8217;t know, an SEO agency or something like that and they put me on their project management system. There are so many, it&#8217;s probably one I&#8217;ve never used before. I don&#8217;t care what their internal systems are as the client. Things like notifications become a nightmare. You don&#8217;t know how it works. You&#8217;ll ask for an update and they&#8217;ll say, &#8220;Oh, it was on this card here.&#8221; Well, I didn&#8217;t know that. And also, alternatively, you get a notification for everything. And I feel that generally adding clients to your internal project management tool is not in the client&#8217;s interest. So yeah, it&#8217;s good to have an alternative.</p>\n\n\n\n<p>Laura:<br />And you also get that if your team is quite big, your client won&#8217;t really know who they&#8217;re supposed to be talking to. They won&#8217;t know, &#8220;Am I supposed to be replying to this? Are they not?&#8221; It just gets really overwhelming for them. And I&#8217;m similar to you, I hate being added to different project management tools, it&#8217;s just hard. I felt like project management tools weren&#8217;t really working for me. They were working for me internally. I didn&#8217;t want clients to see the kind of things I was talking about with contractors. And I&#8217;ve heard loads of horror stories as well of people who have accidentally posted something that the client can see that they maybe shouldn&#8217;t have posted. Maybe it&#8217;s about the client, I don&#8217;t really know, but there&#8217;s always the risk that&#8217;s going to happen. You&#8217;ll post something that they shouldn&#8217;t see.</p>\n\n\n\n<p>So I thought, well, I&#8217;m not going to bother adding clients to my project management tool. But then when you take that away, if you have all these onboarding documents that you&#8217;ve created, so these getting started guides, these questionnaires, the contract invoices, whatever it might be, if you take the project management tool away, you don&#8217;t really have anything. So you tend to send these files through email. You have these really long email threads, but that really didn&#8217;t feel polished and professional enough either. And I also had the problem where clients would come back to me and say, &#8220;Where&#8217;s this file? I can&#8217;t find it. I didn&#8217;t save it, blah, blah, blah.&#8221; And that would be really complicated. So I created a portal where they could sign up on my website, log in, and just have everything there available to them. And it was totally separate from the project management tool. So it would only have the very few things</p>\n\n\n\n<p>that a client actually needs to see and would need to access on a regular basis. And that really helped because it was sort of the middle ground between nothing and a project management tool. And I just created that in WordPress with private pages and all that kind of thing. I did eventually turn it into a product. It can be just something, a private area on your website that they can log into. And I found that was super useful for my clients.</p>\n\n\n\n<p>Katie:<br />Is that more work for the freelancer or agency because they have to populate that with, do they do things like project updates in it or simply the onboarding information?</p>\n\n\n\n<p>Laura:<br />You can do either really. I personally prefer to keep it very simple and repeatable. So I would set up a template and it would have all their onboarding documents that were the same for every single client doing that particular project. So it would be an onboarding template or a project template for a paid discovery, for example. And then I would have a separate one if I was doing a website redesign or I would have a separate one, maybe, I don&#8217;t know, copywriting or whatever services you offer, and you just put in the stuff that is common to pretty much every client as a template. So you don&#8217;t have to recreate all that. And then however you store your deliverables, you would just link to what you&#8217;re already using. So I wouldn&#8217;t spend a lot of time uploading things to the portal. The way I thought of it at the time was like a bookmarks bar that was in a branded portal on your website that your clients could log into. So at the time I was doing websites and I would use Envision for my prototype, so I would just link to Envision. So it didn&#8217;t really take an awful lot of time, but it is something that if you do have a VA, which I pretty much recommend almost all freelancers have one if they can because it just makes life a lot easier. It&#8217;s something that they can just go in and add the odd link to it. But I always recommend keeping it as simple as possible, actually having as little in there as possible, but making sure that what&#8217;s in there are the things that your client needs to access time and time again.</p>\n\n\n\n<p>Katie:<br />That makes sense. So you&#8217;ve referred to VAs a couple of times. It&#8217;s slightly off topic, but virtual assistants can be really useful. Do you have any tips on where to find one? Because a lot of freelancers can&#8217;t afford to hire somebody freelance, and so what are the different ways you can find somebody to help with those tasks?</p>\n\n\n\n<p>Laura:<br />I&#8217;ve hired VAs from a few different places. The best one I had was from a website called Hawkey Handbook. I don&#8217;t actually know if it&#8217;s still around. I haven&#8217;t checked, but I think that&#8217;s what it was called. Gina taught people how to become virtual assistants and then she had a pool of people where you could post a job, and I had a virtual assistant there for years and she was really great. I&#8217;ve also tried hiring just from people I know because they&#8217;re kind of tasks that really anyone can do as long as you&#8217;ve got good processes in place. But yeah, my favorite one was the Hawkey Handbook place where I hired a VA. It can take a little bit of trial and error and hiring a VA is actually a lot of work upfront because if you don&#8217;t have systems and processes and things documented, it takes a long time to get that in place and it can take a long time to train a VA. But once you&#8217;ve found that rhythm and they work with you, they&#8217;re really invaluable, especially when working with clients. Because if you are like me, I was mostly solo but would just work with contractors. It was really hard doing the actual work, which is the bit I loved, and then dealing with new lead inquiries, keeping up to date with current clients, or even following up with leads that didn&#8217;t work out, or doing outreach, all that kind of stuff that you need to do constantly. It just takes that off your plate to have somebody as a middleman managing. For me, it was mostly email and client communication. So yeah, I think VAs are really, really important, but a big investment both time and money upfront.</p>\n\n\n\n<p>Katie:<br />Definitely. I used to use a company called Remote Staff for a VA for years because as a plugin company, I have a support team and one of my support engineers spends half her time doing VA tasks, which might be finance or marketing or general admin or whatever. So I found that good. They were already trained in our products from doing support. They do VA tasks as well and it gives them more insights into different parts of the business and things. So there&#8217;s lots of ways you can get them without doing a traditional job advert to hire someone if that&#8217;s not in budget.</p>\n\n\n\n<p>Laura:<br />And you don&#8217;t even need to hire full-time as well. I only ever had one full-time VA, and I found it was actually a bit much. At the minute, I&#8217;m similar to you. I have a support person who does some VA tasks and I think they only do a couple of hours a day and really that&#8217;s enough to just get through your inbox and do whatever recurring tasks need to be done. I think two hours a day minimum will get you through most client communication things that you might need to do.</p>\n\n\n\n<p>Katie:<br />Yeah, I find it really helpful to write a list of what I actually do before hiring somebody, because sometimes when you group your tasks, it&#8217;s not what you think. So when I do it, actually I need a finance assistant and a marketing assistant and very little general admin. So I might go for a general VA when that&#8217;s not the skillset I need. So it is useful to actually write down what you do. You may not have an understanding of that.</p>\n\n\n\n<p>Laura:<br />Yeah, that&#8217;s a good point actually. Time track maybe.</p>\n\n\n\n<p>Katie:<br />Yeah, exactly. All of that.</p>\n\n\n\n<p>Laura:<br />Yeah.</p>\n\n\n\n<p>Katie:<br />So let&#8217;s get back to onboarding. We went on a useful tangent then. We&#8217;ve talked about onboarding for clients who you are providing services for. So let&#8217;s move on and talk a bit about onboarding for e-commerce stores. And it&#8217;s something you may not really think of because let&#8217;s say if someone buys a pair of shoes or something on a website, they probably don&#8217;t need any onboarding, but there are e-commerce products that do need some kind of support and communication from that company after making a purchase. An example might be a membership site where they&#8217;re joining some kind of a club with an ongoing relationship. It might be that they&#8217;ve booked an event and they need information in the run-up to that event and the date of it or any kind of product that needs some kind of special advice or instructions for the customer to use it, which aren&#8217;t shipped with the product, which happens in various industries. So do you have any advice about the email side of things? I know you and I have previously talked on a different podcast about your expertise in email marketing. Do you have any advice about how email might play a part in onboarding for e-commerce store owners?</p>\n\n\n\n<p>Laura:<br />Funnily enough, I recently bought some shoes and their onboarding was pretty good. They were running trainers or sneakers.</p>\n\n\n\n<p>Katie:<br />You needed onboarding for shoes, fine.</p>\n\n\n\n<p>Laura:<br />Yeah, it&#8217;s funny because you say they didn&#8217;t need onboarding for shoes, but these were specifically running shoes, so it kind of makes sense if they were just regular shoes, probably not. But it was quite nice because they sent a follow-up sequence of just different things about how to care for running shoes, how often to replace them, and tips on running as well because presumably if you&#8217;re buying running shoes, you&#8217;re probably a runner. And so I thought that was quite helpful. But I think with onboarding for emails, it&#8217;s actually a really difficult thing to get right, because as you know, inboxes are just full right now and everything you buy, there&#8217;s a lot of emails that come after you always get added to the newsletter. It&#8217;s quite overwhelming. So the first thing I would say about that is to make sure you&#8217;re not sending a newsletter at the same time you&#8217;re sending onboarding. But with onboarding emails, I think one thing I really like that I&#8217;ve seen, this is more for SaaS software, are people who send the odd email. I think it&#8217;s maybe once a week I would say getting the timing right is important and it&#8217;s very, very short and it&#8217;s one very small tip that I could read in a few seconds about using whatever software that I&#8217;ve just signed up for.</p>\n\n\n\n<p>And I think that&#8217;s really great. That&#8217;s actually something I want to put into my own onboarding because I have, for Client Portal, I have a getting started guide and a few little things like that. I have a new customer survey because it&#8217;s always good to try if you can, to learn about people who have just bought. So it&#8217;s finding that balance between things that you would find useful as the business owner, plus what your customers would find useful. But yeah, I really like these new SaaS companies who are just sending these little tips specifically in software that are probably really obvious to the founder or people who use it regularly. It could be like a keyboard shortcut or just some really basic feature that just makes your life a lot easier. I think that&#8217;s really nice because I don&#8217;t think people are reading emails, they&#8217;re getting so many and I don&#8217;t think they&#8217;re reading them. They&#8217;re as focused when they&#8217;re reading them as they maybe were a few years ago, at least in my experience. So yeah, that&#8217;s something I would try, but I haven&#8217;t tested it, so I don&#8217;t actually know.</p>\n\n\n\n<p>Katie:<br />I really like that. Keeping it short, as you say, people do get email overwhelmed, but it is an opportunity still. With our plugins, we&#8217;ve created a unique sequence in MailChimp for each of our plugins, similar to what you said, but probably not as brief. So I will look at that. For example, if someone buys our WooCommerce product options plugin, then we&#8217;ll send an automated email straight away with instructions on how to set it up. After three days, we send a check</p>\n\n\n\n<p>-in email, how are you getting on? Here&#8217;s a video, here&#8217;s some extra links to resources in case you&#8217;re stuck, how to contact us, those kinds of things. With running shoes, if you&#8217;re happy with them pretty quickly, you&#8217;re going to keep using them and when they wear out, hopefully buy from the same company. But with WordPress, we have an annual subscription, so we need the customer to renew after one year and two years, which means that to encourage renewals, we want to have an ongoing relationship with the customer, which is largely automated of course. So our emails after the first couple of weeks slow down and there might be one every two or three months, and then they might speed up a bit shortly before each renewal. And like you mentioned, we provide tips. So for WooCommerce product options, an email after four months might talk about lesser-used features. You know, you could set a maximum quantity of how many pizza toppings the customer can buy or something like that, or did you know about this extra way of pricing your product options and things that they might not know to help them get more value out of it? And then we might sneak in a marketing email every now and then recommending a related product, but that shouldn&#8217;t be the main thing of course.</p>\n\n\n\n<p>Laura:<br />Yeah, I do something similar. I actually have found it quite hard to time emails up to renewal time because people could maybe upgrade their license or do different things throughout that process, and I found it quite hard from a technical perspective to set that up. So I tend to have an onboarding sequence that&#8217;s the same for everybody. It&#8217;s fortunate for me because I only have one plugin as opposed to multiple, and it&#8217;s all serving a similar audience. After the onboarding sequence, it just goes into my general monthly, or it&#8217;s not always monthly, newsletter where I&#8217;ll share a new example or a new case study or something like that. But I really want to have something in place that&#8217;s more akin to when it&#8217;s getting close to their renewal date. I just haven&#8217;t found a way to actually implement that yet.</p>\n\n\n\n<p>But I do also do a little bit of upselling as well because I created a sister company from Client Portal. One thing I found was people loved the portal, but they were having trouble putting together these getting started guides and these intake questionnaires, they didn&#8217;t know what to put in them. Whereas I did create portal templates, the portal templates didn&#8217;t include content. So I created a sister company that has these templates that have all the exact wording that I would use with my clients. They&#8217;re nicely designed but easily editable, that kind of thing. So after, I think it&#8217;s about six weeks or so, I do a little mini promotion for that and then give customers a discount if they want to buy that. But it is kind of a separate company, it&#8217;s still mine. So I think there&#8217;s room to upsell people. I think it&#8217;s just important to upsell them for something that they genuinely would be interested in rather than just whatever you have. Have you identified another problem that these customers tend to have that you could solve with a different product and upsell them on that? I think that&#8217;s quite a good way, and I&#8217;ve never had any backlash about doing that because, like I say, it&#8217;s something people genuinely want, so they&#8217;re quite happy to receive those emails.</p>\n\n\n\n<p>Katie:<br />Absolutely. I&#8217;ve got, I think, 19 premium plugins now, and we only upsell closely related ones. So say someone&#8217;s bought a WooCommerce restaurant plugin, a lot of them sell things like pizzas or burgers that need extra toppings, which you can do with our product options plugin. So we&#8217;ll email the restaurant customers not saying, have you heard about WooCommerce product options? It&#8217;s great. We will say, do you want to sell extra toppings and charge for them for your pizzas and burgers and so on, and be really, really specific. And those emails get quite a good conversion rate. In fact, we have an email that we send about a week after purchase, which recommend handpicked products based on what they bought, and that does quite well at getting that second purchase in.</p>\n\n\n\n<p>But let&#8217;s talk a bit about tools. So I&#8217;ve mentioned that we use MailChimp to send that, but there are other things as well. Obviously, there are many competitors to MailChimp, and whichever email marketing platform you use, you can integrate with your WooCommerce website. There&#8217;s also a WooCommerce plugin that I really like. It used to be called follow-ups, and then it got merged into a plugin called Automate Woo. It&#8217;s on WooCommerce.com, and you can use that to send different emails to your customers based on what products they bought. So if you have running shoes, for example, then instead of doing it through your email platform, you could do it through your WooCommerce store and have a different product as the trigger for each email. So that&#8217;s quite good. We actually do ours through Recapture because we sell through Easy Digital Downloads rather than WooCommerce and hardly anything integrates with that, which is really frustrating. So we use Recapture for our abandoned cart software and also for our follow-up emails that recommend related products and things. So there&#8217;s lots of tools. What do you use, Laura?</p>\n\n\n\n<p>Laura:<br />My tooling has changed a little bit. I use ConvertKit for my emails, and then I did use Easy Digital Downloads, but I&#8217;ve actually just migrated completely over to Freemius, and that&#8217;s really nice because it has all the abandoned cart features built in. It&#8217;s actually got a lot of the email built in as well. So I&#8217;m putting a pause on my ConvertKit onboarding to just test out what they have out of the box because they say they do a lot of testing with the emails and try to time them quite well and do all that kind of stuff. So I&#8217;m just having a look at that at the minute. Talking about personalization. One tool I really like, and I have to say I&#8217;m a bit biased, this is my husband&#8217;s company, but he runs a company called Right Message, and that&#8217;s really nice because what it allows you to do is if you have, say, so I would have for Client Portal, maybe I&#8217;d have agencies or freelancers, we have law firms, accountants, all those different industries,</p>\n\n\n\n<p>I can learn about different subscribers in ConvertKit and then change content on my website based on what I know about them. So for example, if I had a landing page and I was talking to an accountant via email, if they clicked through to my website, I could change the wording to speak more to accountants. And that&#8217;s been really fun to play around with just to make the whole experience more personal. One really easy example actually is if someone&#8217;s already on your email list and they go to your website, instead of seeing a popup to join your email list, which is annoying for a customer, but also annoying for you because you can end up with duplicate subscribers, they&#8217;ll see something else, so they might see nothing at all, or you could change it to be a popup for them to leave a review or join your affiliate program or something like that. So you can change what they&#8217;re seeing on your website based on what you know about them and where they are in your funnel, which is pretty nice. But other than that, I keep my tooling pretty simple. It&#8217;s mostly just Freemius, ConvertKit, Right Message, and that&#8217;s about it, I think.</p>\n\n\n\n<p>Katie:<br />Yeah, makes sense. About two months ago, I think we had Paul Halfpenny from the PersonalizeWP plugin on this show, and we talked about different personalization strategies and there&#8217;s a lot you can do, but we talked mostly about pre-sales, but that is a good point about onboarding as well, so that when customers log in, you can show them different information based on various factors. So there&#8217;s a lot you can do with that, which is quite a kind of modern approach that WordPress is just kind of starting to discover fairly recently, I would say.</p>\n\n\n\n<p>Laura:<br />Yeah, it&#8217;s kind of crazy what you can do now. It&#8217;s a bit scary sometimes, but it&#8217;s fun to play around with. I think the thing that you can get caught up on is sometimes you can go a little bit deep on it and do a little bit too much, and the more complexity you add, I&#8217;ve learned this the hard way, eventually something&#8217;s probably going to break or go wrong and it can be really hard to untangle it. So I really try my hardest to keep things as simple as possible, but stuff like that is just really fun to play around with and it does really work as well. So yeah, it&#8217;s good.</p>\n\n\n\n<p>Katie:<br />Yeah, I&#8217;d suggest focusing on the biggest wins there. So not every possible customer&#8217;s use case needs to have personalized content. Maybe pick out your biggest use cases that you get the most sales from and create targeted content for those that&#8217;s going to have the most impact without being ridiculously complex.</p>\n\n\n\n<p>Laura:<br />Yeah, exactly. And just testing it as well, just making sure it works. It should work. Anything that&#8217;s more personalized should work. But yeah, it&#8217;s always good to test as much as you can,</p>\n\n\n\n<p>Katie:<br />Which is kind of hard because you have to replicate the environment it&#8217;s targeted for, don&#8217;t you?</p>\n\n\n\n<p>Laura:<br />Yeah, it&#8217;s really hard. I find testing it is a lot easier. The higher volume of everything you have, the easier testing becomes just because you get to see trends. If you don&#8217;t have a ton of traffic or you don&#8217;t have a ton of customers, it can be really hard to know why certain things happen. Is it a seasonal lull, for example? It&#8217;s like July right now, so it&#8217;s historically not a great month for, well, really a lot of people, everyone&#8217;s on holiday. It&#8217;s just so hard to know unless you&#8217;ve got a really big company to easily see those trends. But it&#8217;s still good to try and keep an eye on it if you can, but just not get too focused on the details, not looking every day, looking at trends maybe across months or even years sometimes.</p>\n\n\n\n<p>Katie:<br />Absolutely. It&#8217;s easy to panic if you have a drop in sales over the short term and you need to wait until it&#8217;s statistically significant, if I can say that.</p>\n\n\n\n<p>Laura:<br />It&#8217;s hard because unless you track this data every year, so I&#8217;ve recently started keeping a spreadsheet of, and I&#8217;ve only done it for the last three years, but it is really useful. January is a particularly good month for me. Obviously, November is good, the summer is less good, and it&#8217;s interesting to see, and I know that every year I&#8217;ve probably had the same level of panic during the lower months that if I&#8217;d have just kept an eye on these trends, I might not have needed to panic so much. It just kind of happens.</p>\n\n\n\n<p>Katie:<br />Definitely. Last month we had Bryce Adams from Metorik on talking about reporting and how to get better data out of your online store because people often are having to create spreadsheets and things like that, whereas you should just have it at the click of a button. It&#8217;s kind of crazy how bad the reporting and things like WooCommerce and Easy Digital Downloads is straight out of the box, so you do need extra plugins and SaaS and so on to give you what you need or build it yourself.</p>\n\n\n\n<p>Laura:<br />Yeah, exactly. I find it hard with Easy Digital Downloads. I felt like they changed things quite a lot and I was never sure if the numbers were the same, but I do actually find no matter how good the reporting is, I do find something really useful about putting it into a spreadsheet each month because it forces me to really look at it and see where it&#8217;s changed. That might just be a me thing though.</p>\n\n\n\n<p>Katie:<br />Everyone works with data in different ways and so on. We ended up building our own custom system for Easy Digital Downloads to give us the data we needed because it was just so difficult. And then we found out this week that they changed something a few months ago that had broken all of our data, so we thought we had a massive drop in sales and a massive increase in renewals, but they had just changed internally how they classified sales and renewals. So it was a definition change, and we spent ages trying to work out why this would have happened. So again, never easy.</p>\n\n\n\n<p>Laura:<br />Yeah, that&#8217;s a nightmare.</p>\n\n\n\n<p>Katie:<br />Another aspect of onboarding, which I think people often forget about is the sequence that happens when the customer places an order and immediately afterwards. Since this is Do the Woo, I&#8217;ll use WooCommerce as an example. With WooCommerce, you have built-in emails and order statuses, and then when you change the order status, it triggers an email. I often find the default ones really unhelpful. I know Woo is actually working on this at the moment and thinking about how to improve the order statuses and the corresponding emails, but I ordered, I think it was a Woo T-shirt actually customized with the logo. So I received the email saying, thank you for your order. Fine. It said when it would ship. Fine. Then I received it, and then about a week later I received an order completed email from them. I&#8217;m like, hang on, I&#8217;ve already got it. I don&#8217;t care that you&#8217;ve marked it as complete on your system. And it wasn&#8217;t about me as the customer. I think that all store owners should think about things like these statuses. Another one is when you order a digital product in WooCommerce, it will set it to processing and send an email, and then you have to manually set it to completed, which sends another email. But of course, a digital product has been served automatically at the time they place the order, and so they don&#8217;t need another email. So you have to use a plugin order status manager to disable the completed email and all that stuff. So I&#8217;d say test it and think about your customer. Would you add anything to that, Laura?</p>\n\n\n\n<p>Laura:<br />Just that it&#8217;s always a good idea to periodically go through and buy your own product, just do a test purchase or something and just see what happens because things do change a lot. Even like you said, with the Easy Digital Downloads changing something, you never know what&#8217;s going to change. I recently did that and I found that all my images in the emails were coming out really massive. I guess ConvertKit had changed something or something had happened, but you just don&#8217;t know until you&#8217;ve gone through it as the customer. And that&#8217;s where you can really easily find those things where you&#8217;re getting these emails where orders are being set from process to complete and then they&#8217;re getting a notification you can go in and just hopefully turn that off. But yeah, that&#8217;s probably the best way to do it. I would say, maybe every six months, just go in and do a test purchase.</p>\n\n\n\n<p>Katie:<br />You&#8217;ll probably be surprised at how many emails your poor customers are receiving because they get one from PayPal if they use PayPal and all the ones from your website. And you might have a per-product email with instructions for that particular product all at the same time. So you need to think how annoying is that for people as well?</p>\n\n\n\n<p>Laura:<br />Yeah, exactly. You get five emails at once that hopefully you can condense into just one email, which would be perfect.</p>\n\n\n\n<p>Katie:<br />You mentioned earlier about the subsequent emails and making sure, say, your newsletter doesn&#8217;t go out at the same time as onboarding emails. I think that&#8217;s good advice on an ongoing basis too.</p>\n\n\n\n<p>Laura:<br />Yeah, exactly. There&#8217;s a lot you can optimize, and it can, like I say, get messy. Even simple systems can get messy really quickly depending on different customers if they use a different email address. I know you can&#8217;t account for every edge case, but I went down the rabbit hole years ago of doing some really cool things with email marketing, but I&#8217;ve drastically cut it back now just to make sure that everyone&#8217;s getting a similar experience and that I have a bit more control over what they&#8217;re seeing. So I&#8217;m not sending any emails out by mistake or anything like that.</p>\n\n\n\n<p>Katie:<br />It can be a lot of work to keep all your emails up to date. We&#8217;ve got hundreds of automated emails because we have a sequence for each product, and I know they&#8217;re not as up to date as they should be.</p>\n\n\n\n<p>Laura:<br />I think a lot of people document, they have a master document of all of their sequences, and I started putting that together for mine as well, just to keep somewhere completely separate, just in a Google Doc or something, to just write down the process. This is similar to the client onboarding as well. It&#8217;s how I got started with it. Just bullet point every single touch point with either the client or the customer in as minute detail as possible, as many different edge cases as possible, and then just try to figure out what the ideal most smooth process would look like, whether that&#8217;s creating email sequences, whether it&#8217;s creating templates or even just templated emails using text expand or something like that just for these commonly repeatable tasks that happen within your process. I think it&#8217;s really useful. Just spending, it can take an hour, maybe if that, and it&#8217;s super, super valuable.</p>\n\n\n\n<p>Katie:<br />I have a Google Doc with a list of all our emails and when they&#8217;re sent so that we can see it in one place, but that doesn&#8217;t have the content of the emails, so it&#8217;s still a big job to update them.</p>\n\n\n\n<p>Laura:<br />And you have to remember to update when I make an update somewhere, update it elsewhere as well, which can be hard.</p>\n\n\n\n<p>Katie:<br />Before we finish, let&#8217;s talk about measuring the success of your onboarding. Do you have any advice on how to track the effectiveness of your onboarding efforts and what you might look at to judge what you&#8217;re doing?</p>\n\n\n\n<p>Laura:<br />On the WordPress plugin side, I mostly look at refund rates. I think if I do a good job of onboarding, my refund rates go down. I have actually found recently my refund rates have decreased by quite a lot. In part, it&#8217;s due to the fact that we did completely overhaul the product, and it now uses the block editor and it&#8217;s really, really nice. But another thing that I did was I put an awful lot of effort into the getting started video, and I used feedback that we&#8217;ve had from customers, common questions where customers have got stuck, things that seem really obvious to me as the creator of the product that weren&#8217;t clearly obvious to the customers. I&#8217;ve then included it in the video, and I spent a long time making this video as good as it can be and just improving that onboarding process.</p>\n\n\n\n<p>And now, I don&#8217;t know, unfortunately, whether the refund rate has reduced because of the new product or the onboarding or a combination of both. But I have noticed anecdotally that we are getting far fewer support requests from people who are just struggling to get started with the product. So I don&#8217;t handle support myself, but I do keep an eye on it. Most days. I try and just see what people are asking, and I get my support person to do a weekly report with any issues, common themes of issues people had, and virtually none since we released it. I think in, I want to say April are how do I get started? And we actually did used to get that quite commonly before then. So that&#8217;s kind of how I measure it. Like I said, it&#8217;s quite a small company, it&#8217;s not a massive company, so I can&#8217;t do a ton with analytics and stuff. But yeah, I just keep an eye on refund rates and then just my general support in that respect. And then for client onboarding, it&#8217;s similar to that, but even more extreme.</p>\n\n\n\n<p>You could have hundreds of customers, but maybe a dozen clients or something. So it&#8217;s harder to manage and to really know, but generally you&#8217;re talking to clients, so you&#8217;re getting a feel for, are there any assumptions that they had that were perhaps wrong? If so, maybe you could fix that in your onboarding. Do they say, &#8220;Wow, I&#8217;m really enjoying working with you. This is really great.&#8221; That&#8217;s something that can give you an indication as to whether it&#8217;s done correctly. One other thing I do with clients actually is I tend to send out a</p>\n\n\n\n<p>questionnaire when the project&#8217;s only just started, and it&#8217;s similar to the questionnaire that you&#8217;d send at the end to get their feedback, but I do it more towards the beginning and find out how it&#8217;s going so far. Generally, clients are pretty excited, and that gives me a really good indication of how did they find the onboarding experience? Was it good? Was it great? Was there any improvements? That kind of thing&#8217;s helpful. So yeah, I just track it really, I guess anecdotally is the best way to say it.</p>\n\n\n\n<p>Katie:<br />I think that works for clients in particular. If they&#8217;re asking questions that you should have told them, if they&#8217;re asking really basic questions about the process, expectations, anything like that, then that&#8217;s a problem with your onboarding, isn&#8217;t it?</p>\n\n\n\n<p>Laura:<br />Yeah, exactly. And there&#8217;s always ways you can fix that, especially if it&#8217;s common things. I think I mentioned earlier scope creep for me was always the biggest one. It always happened, and I hadn&#8217;t set that expectation. I put together a proposal and it was fairly detailed, but something had changed. It may not have been the client&#8217;s fault, it may not have been my fault, but something has changed. Well, who&#8217;s responsible for taking on that extra cost? Is it me? Is it the client? And if you have these conversations in the early stages, it just makes things a lot easier further down the road when you&#8217;re inevitably going to hit these roadblocks that everyone experiences when working with clients.</p>\n\n\n\n<p>Katie:<br />Yeah, scope creeps a good one because everybody deals with it. I find the best way to handle it is one, to make it clear what was included, as you say, through clear documentation and proposal and all of that. And then when the customer does ask for something that wasn&#8217;t in the scope, I think it&#8217;s nice to be kind of positive. Well, that&#8217;s a great idea. I think that&#8217;s a really big improvement to what we have planned. Let me cost it out for you. You haven&#8217;t said no, that&#8217;s not included, have you as a positive? No.</p>\n\n\n\n<p>Laura:<br />Yeah, that&#8217;s exactly what I would do as well is I would say I would always start with yes. So I talk in a lot of Facebook groups with freelancers and agencies, and it&#8217;s really interesting to see it as a third party where a client, there&#8217;s a bit of scope route going on, a client needs something else, and the freelancer is already assuming that the client is going to be really annoyed if you charge them any more for it. But the client has not indicated that they&#8217;re annoyed. I&#8217;ve worked with people and the scope increased, and I have, in my head, I&#8217;m thinking, of course the price is going to go up. I shouldn&#8217;t need to say that&#8217;s obviously going to happen, but the freelancer could then go into this spiral of this is going to be a massive conflict. And they start with, I did say in the proposal it was going to include this, this and this. This wasn&#8217;t included. I&#8217;m not going to do it. Whereas if you just say, oh, great idea, yeah, it&#8217;ll be an extra blah or Let me cost it out, or whatever you say, but I think that&#8217;s a great thing to do. I think I&#8217;ve never had pushback when I just said it like that, or if I have, it would be not a conflict, but more just like, actually, let&#8217;s just wait on that and maybe do that later, or something like that.</p>\n\n\n\n<p>Katie:<br />Yeah, the time you get pushback is when you don&#8217;t tell them straight away. So if you send them a higher bill than expected at the end of the project, that can be a disaster. And I&#8217;ve made that mistake and lost a lot of money and had very unhappy customers in the past through when we were doing web design work. So you need to be clear before there are extra costs, but matter of fact about it, they probably assumed you would charge extra anyway.</p>\n\n\n\n<p>Laura:<br />Yeah, it&#8217;s actually very similar to how I deal with my three-year-old. I&#8217;ve noticed that if she wants something, and if I say no, if it&#8217;s a, if I say no, the second she asks for it, there tends to be not really much of a meltdown. Whereas if I dance around the subject and I sort of maybe give excuses or reasons and then eventually say no further down the line, that&#8217;s when full on meltdown happens that I think it&#8217;s kind of similar when just dealing with anyone, if it&#8217;s don&#8217;t string people along, get their hopes up or whatever. And then even if you&#8217;re in the right, dump something on them at the last minute, just be really upfront, professional, positive, calm, and just not defensive. And then things just generally, in my experience anyway, seem to just work out a lot better.</p>\n\n\n\n<p>Katie:<br />Absolutely. Well, thank you so much for this, Laura. It&#8217;s been great, and I think we&#8217;ve covered a lot of really concrete advice that people can hopefully go away and implement in their own businesses. So where can people find you online?</p>\n\n\n\n<p>Laura:<br />I am mostly around on Twitter, so it&#8217;s @LauraLizDunn. If you want to check out Client Portal, the website&#8217;s clientportal.io. That&#8217;s pretty much where I&#8217;m at. Not on LinkedIn yet, but I am probably about to sign up. Apparently that&#8217;s the place to be.</p>\n\n\n\n<p>Katie:<br />Everyone&#8217;s talking about it, but I just can&#8217;t bear the idea of another social media.</p>\n\n\n\n<p>Laura:<br />I know. I do have an account. I just haven&#8217;t logged in since I was in university.</p>\n\n\n\n<p>Katie:<br />Same. Yeah. Yeah, neglecting account. Well, thank you so much. You&#8217;ve been an amazing guest and thanks to everybody who&#8217;s watching as well or listening.</p>\n\n\n\n<p>Laura:<br />Lovely. Thank you so much. Bye.</p>\n\n\n\n<p>Katie:<br />Bye.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong><em>Woo BizChat</em></strong>, host <strong>Katie Keith</strong>  is joined by special guest <strong>Laura Elizabeth, the founder of Client Portal</strong>, to have a conversation on the crucial topic of onboarding. </p>\n\n\n\n<p>Whether you&#8217;re a freelancer seeking to refine your client onboarding process or an e-commerce store owner looking to effectively onboard your customers, this discussion offers valuable insights and practical tips. Laura shares her extensive experience and strategies for creating a smooth, professional onboarding experience that sets the stage for successful projects and satisfied clients. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Importance of Onboarding</strong>: Onboarding sets the tone for the entire project, establishing trust and clarity from the start. A well-structured onboarding process can help manage client expectations and reduce issues like scope creep.</p>\n\n\n\n<p><strong>Pre-Onboarding Qualification</strong>: It’s important to qualify clients before onboarding to ensure alignment on budget and project scope. Tools like intake questionnaires and discovery calls can save time and prevent misunderstandings.</p>\n\n\n\n<p><strong>Using Templates</strong>: Creating reusable templates for onboarding documents such as getting started guides, questionnaires, and contracts can streamline the process and ensure consistency.</p>\n\n\n\n<p><strong>Client Portal Benefits</strong>: A client portal can serve as a centralized place for clients to access essential documents and project information, reducing the need for extensive email communication and improving the client experience.</p>\n\n\n\n<p><strong>Email Onboarding for Ecommerce</strong>: For ecommerce stores, email sequences can play a significant role in onboarding. Short, valuable tips and personalized content can enhance customer engagement and satisfaction.</p>\n\n\n\n<p><strong>Testing and Optimization</strong>: Regularly testing the onboarding process by going through it as a customer can highlight areas for improvement. Keeping the process simple and focused on the client’s needs is essential.</p>\n\n\n\n<p><strong>Measuring Success</strong>: Key metrics like refund rates and support request volumes can indicate the effectiveness of the onboarding process. Gathering feedback early in the project can also provide valuable insights for improvement.</p>\n\n\n\n<p><strong>Handling Scope Creep</strong>: Addressing scope changes positively and transparently can help manage client expectations and avoid conflicts. Clearly communicating additional costs upfront is crucial.</p>\n\n\n\n<p><strong>Personalization</strong>: Personalizing content based on customer data can significantly improve engagement and relevance. This can be applied to both email communication and website content.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://x.com/lauraelizdunn\">Laura on X</a></strong></li>\n\n\n\n<li><a href=\"https://client-portal.io/\"><strong>Client Portal</strong></a></li>\n\n\n\n<li><strong><a href=\"https://client-portal.io/email-course/\">Free Ebook and Course</a></strong></li>\n\n\n\n<li><strong><a href=\"https://fullybookedva.com/virtual-assistant-finder/\">Fully Booked VA</a></strong></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:\"Tue, 30 Jul 2024 09:02: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:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Gravatar: Mastering Decentralized Identity for Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1748\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://blog.gravatar.com/2024/07/30/decentralized-identity-management/\";s: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:21120:\"<p>Imagine having complete control over your personal identity information without relying on a centralized authority. Well, that’s absolutely possible with decentralized identity management – an innovative system that allows individuals to own, control, and manage their identity data.</p>\n\n\n\n<p>So, how does it work?&nbsp;</p>\n\n\n\n<p>Decentralized identity management uses cutting-edge technologies like blockchain to distribute identity data across a network. By doing so, it enhances security and ensures that no single entity has complete control over sensitive information. Users can selectively share specific identity attributes using cryptographic keys and digital wallets, giving them granular control over what personal information is disclosed and to whom.</p>\n\n\n\n<p>In this article, we&#8217;ll explore the key benefits, real-world applications, and technological advancements driving this revolutionary approach. And if you&#8217;re wondering how to implement decentralized profile management on your website, we&#8217;ve got you covered with a closer look at <a href=\"https://gravatar.com/\">Gravatar</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Importance of decentralized identity management for businesses</strong></h2>\n\n\n\n<p>Businesses face many challenges when managing customer identities. From data breaches to identity theft, the risks are real and can have devastating consequences. Decentralized identity management offers a secure and efficient means of user control, though this involves effective implementation through navigating technical complexities, regulatory uncertainties, and user adoption hurdles.</p>\n\n\n\n<p>Let’s look at the full benefits of decentralized identity management!</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enhanced security and fraud prevention: </strong>By distributing personal identifiers across a network, decentralized systems make it incredibly difficult for hackers to access and steal sensitive information. Even if one node in the network is compromised, the data remains safe, as it&#8217;s not stored in a central location. This added layer of security helps businesses protect their customers&#8217; data and reduces the risk of costly data breaches.</li>\n\n\n\n<li><strong>Regulatory compliance: </strong>With strict data protection laws like the <a href=\"https://gdpr-info.eu/\" rel=\"nofollow\">General Data Protection Regulation (GDPR)</a> and the <a href=\"https://oag.ca.gov/privacy/ccpa\" rel=\"nofollow\">California Consumer Privacy Act (CCPA)</a> in place, companies must be transparent about how they handle customer data. Decentralized systems make this easier by giving users control over their personal information, such as deciding what data to share and with whom.</li>\n\n\n\n<li><strong>Operational efficiency:</strong> In traditional systems, businesses often waste time and resources on repetitive verification processes. With decentralized identity, they are replaced with fixed audit trails and verifiable credentials, which are much more efficient. Companies can quickly and easily verify customer identities without the need for redundant checks, saving time and money in the long run.</li>\n\n\n\n<li><strong>Building trust and loyalty with customers: </strong>By giving people control over their personal data, companies show that they value privacy and are committed to protecting sensitive information. This level of transparency and respect can go a long way in fostering long-lasting relationships with users, ultimately leading to increased retention and loyalty. </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Importance of decentralized identity management for users and customers</strong></h2>\n\n\n\n<p>Decentralized identity management is becoming more important as users seek greater control over their personal information. However, there’s much more to it than that.&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Interoperability:</strong> Standardized protocols allow identity data to be used across various services. Users don&#8217;t need multiple accounts or to go through repeated verification checks, which reduces hassle and makes the online experience smoother.</li>\n\n\n\n<li><strong>Security against identity theft: </strong>Decentralized identity systems provide strong security features. These systems protect users from identity theft and fraud. By reducing reliance on centralized databases, the risk of data breaches decreases.</li>\n\n\n\n<li><strong>Enhanced user experience: </strong>Users can enjoy a more streamlined experience. No need to remember multiple usernames and passwords. Logging into different services becomes quicker and more convenient.</li>\n\n\n\n<li><strong>Control over personal data: </strong>Users have the power to manage their own identity information. They can decide how much data to share and with whom. This approach reduces the risk of personal data misuse and enhances privacy.</li>\n</ul>\n\n\n\n<p>One example is signing up for a new service online. Traditionally, this involves creating a new account, verifying email addresses, and setting up passwords. With decentralized identity management, users can leverage their existing identity credentials to sign up, saving time and effort.</p>\n\n\n\n<p>Decentralized identity management is an incredible technical innovation that changes how people interact with digital services. By putting control back into the hands of users, it promises a future where personal data is more secure and user experiences are more enjoyable. And that&#8217;s something worth looking forward to.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Centralized vs. decentralized identity management</strong></h2>\n\n\n\n<p>Understanding the differences between centralized and decentralized identity management systems can help businesses and users make informed decisions.&nbsp;</p>\n\n\n\n<p></p>\n\n\n\n<table class=\"has-contrast-background-color has-background has-fixed-layout\"><tbody><tr><td><strong>Aspect</strong></td><td><strong>Centralized identity management</strong></td><td><strong>Decentralized identity management</strong></td></tr><tr><td><strong>Control</strong></td><td>Controlled by one entity, meaning users rely on this entity to manage their identity data.</td><td>Users have control over their identity information, distributing authority and reducing dependency on a single organization.</td></tr><tr><td><strong>Security</strong></td><td>Vulnerable to data breaches because all data is stored in one place. If that central database is compromised, all stored identities are at risk.</td><td>Spreads the data across multiple points, making it harder for hackers to access all information. This reduces the chance of a large-scale data breach.</td></tr><tr><td><strong>Scalability</strong></td><td>Easier to scale within a company&#8217;s existing infrastructure since it relies on a singular, controlled environment.</td><td>Scaling decentralized systems involves challenges such as ensuring network size doesn&#8217;t affect performance and maintaining interoperability between different Decentralized Identifiers (DIDs).</td></tr></tbody></table>\n\n\n\n<p></p>\n\n\n\n<p>For example, if a large company&#8217;s central database is hacked, all user data could be compromised. In contrast, a decentralized system&#8217;s distributed nature means that even if one node is breached, the overall impact is minimized.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Decentralized vs. federated vs. self-sovereign identities</strong></h2>\n\n\n\n<p>Navigating the different types of identity systems can be tricky. Let&#8217;s break down the differences between decentralized, federated, and self-sovereign identities.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Decentralized identity</strong></h3>\n\n\n\n<p>Users own and control their identity without intermediaries, and their data is not stored in a single central location, reducing the risks of breaches. This system is gaining traction as data privacy and security become more critical in the digital economy.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Federated identity</strong></h3>\n\n\n\n<p>Here, multiple organizations allow the same identity credentials to access various services, so the user data is somewhat centralized, but it’s still spread across the entities involved. It’s very similar to using your social media account to log into different apps and websites – convenient but involves sharing your data with multiple entities.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Self-sovereign identity</strong></h3>\n\n\n\n<p>This is an extension of decentralized identity, where users have minimal reliance on any secondary parties for their identity management. They decide when and with whom to share data, and no third party holds their information.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Applications of decentralized identity management</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Online authentication</strong></h3>\n\n\n\n<p>Decentralized identity systems enable users to securely authenticate their identities when accessing various online services. Instead of relying on a central authority to manage their identity data, users can prove their identity using cryptographic keys associated with their decentralized identifiers.&nbsp;</p>\n\n\n\n<p>This approach enhances security by reducing the risk of data breaches. For example, logging into an online service with a DID means your identity is verified without exposing sensitive information to potential hackers.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Government registries</strong></h3>\n\n\n\n<p>Government registries can issue digital versions of traditional IDs, such as passports or driver&#8217;s licenses. Imagine having a digital credential that verifies your age or nationality without needing to disclose your full identity.&nbsp;</p>\n\n\n\n<p>This can be particularly useful for online age verification or when proving residency for government services. By using decentralized identity systems, governments can streamline verification processes while improving privacy and security for their citizens.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Educational institutions</strong></h3>\n\n\n\n<p>Universities and colleges can act as issuers by providing digital credentials that verify educational achievements. For example, a university could issue a credential that confirms an individual&#8217;s degree. This can be used when applying for jobs or further education, making the verification process more efficient and secure.&nbsp;</p>\n\n\n\n<p>Instead of sending physical transcripts or certificates, individuals can share their verified credentials instantly and securely with potential employers or educational institutions.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Financial Institutions</strong></h3>\n\n\n\n<p>Similarly, banks and other financial institutions can issue their own credentials that verify financial information, such as creditworthiness or account ownership. These digital credentials can streamline the process and enhance security when applying for loans or conducting high-value transactions.&nbsp;</p>\n\n\n\n<p>Just like with universities, instead of providing physical documents to prove account ownership, customers can present a digital credential issued by their bank. This reduces paperwork and speeds up transactions while maintaining high levels of security.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Understanding key technologies in decentralized identity management</strong></h2>\n\n\n\n<p>Decentralized identity management relies on several cutting-edge technologies that focus on security, privacy, and user control. Let’s take a look:</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Web 3.0</strong></h3>\n\n\n\n<p>The internet is evolving into Web 3.0, with a shift that brings decentralized applications and services to the forefront.&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>User empowerment: </strong>Unlike earlier versions of the internet, where big companies controlled most data, Web 3.0 gives users control over their own digital identity. This enhances privacy and ownership as users decide what information to share and with whom.</li>\n\n\n\n<li><strong>Infrastructure support: </strong>Web 3.0 provides the necessary infrastructure for decentralized identifiers and verifiable credentials. These tools let users manage their identities securely without needing a central authority.</li>\n</ul>\n\n\n\n<p>For example, logging into different online services can be done using a single, user-controlled identity, improving security and convenience. Web 3.0 makes this possible, creating a more secure and user-friendly online experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Blockchain</strong></h3>\n\n\n\n<p>Blockchain technology is fundamental to decentralized identity systems. Here&#8217;s why:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Immutable and distributed nature:</strong> Blockchain is a distributed ledger that records transactions in an immutable and secure way. Each block contains a cryptographic hash of the previous block, ensuring the integrity of the entire chain.</li>\n\n\n\n<li><strong>Security and trust: </strong>Blockchain&#8217;s decentralized nature means there&#8217;s no single point of failure, making it highly secure. Transactions recorded there are transparent and verifiable by all participants, fostering trust.</li>\n\n\n\n<li><strong>Platforms: </strong>Blockchain platforms like <a href=\"https://ethereum.org/en/\" rel=\"nofollow\">Ethereum</a> support decentralized applications (dApps) that are essential for identity management. These platforms provide the infrastructure for creating and managing DIDs and verifiable credentials.</li>\n</ul>\n\n\n\n<p>For instance, Ethereum&#8217;s smart contract functionality lets you create complex identity management systems that operate autonomously and transparently.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Cryptography</strong></h3>\n\n\n\n<p>Cryptographic techniques like hashing and public-key cryptography are essential for protecting data. Hashing converts data into a fixed-size string of characters that is unique to the original data. Public-key cryptography, on the other hand, involves a pair of keys – public and private – that enable secure communication.</p>\n\n\n\n<p>These cryptographic methods allow one party to prove to another that they know a value without revealing the value itself. This is crucial for secure user authentication without exposing personal information.</p>\n\n\n\n<p>For example, when a user logs in to a service using a DID, cryptographic techniques ensure their identity is verified without revealing their underlying data.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Distributed Ledger Technology (DLT)</strong></h3>\n\n\n\n<p>DLT is a system where data is stored across multiple locations, making it decentralized and resistant to tampering. Unlike traditional databases, which are centralized and vulnerable to hacking, DLT spreads data across a network of nodes. So, there is no single point of failure, making it extremely hard to alter records without detection.</p>\n\n\n\n<p>This technology helps to maintain secure and transparent records of identity verifications and transactions. For example, in a decentralized identity system, when a user verifies their identity, the transaction is recorded on a distributed ledger. This ensures that the verification is tamper-proof and can be independently audited.</p>\n\n\n\n<p>DLT&#8217;s transparency and security features make it ideal for managing identities, ensuring that users&#8217; data remains safe and verifiable without relying on a single, centralized authority.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Decentralized identifiers&nbsp;</strong></h3>\n\n\n\n<p>Decentralized identifiers are globally unique identifiers that are a key component of decentralized identity systems. Unlike traditional identifiers like email addresses or usernames, these are created, owned, and controlled by the user. They are linked to verifiable digital credentials, including information like your name, age, or professional qualifications.</p>\n\n\n\n<p>One of the more interesting features of DIDs is their interoperability across different networks and platforms, enabled by distributed ledger technology. This means a DID you use on one website can also be recognized and verified on another, eliminating the need to create separate accounts.</p>\n\n\n\n<p>For example, you can use it to log into a social media platform and then use the same DID to access your bank account. DIDs&#8217; interoperability ensures a hassle-free and secure experience across various services while keeping you in control of your data.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Verifiable Credentials (VCs)</strong></h3>\n\n\n\n<p>Verifiable credentials are vital in enhancing user privacy and control over personal data. A verifiable credential is a digital certificate that proves a claim about an individual, such as their age or educational qualification, without revealing unnecessary personal information.</p>\n\n\n\n<p>VCs have three main components: the claim, the proof, and the issuer. The claim is the actual statement about the user, such as “John has a master&#8217;s degree”. The proof is the cryptographic evidence that supports the claim, ensuring its authenticity and integrity. The issuer is the trusted entity that provides the credential, like a university or government.</p>\n\n\n\n<p>This technology is great because it <a href=\"https://blog.gravatar.com/2024/02/21/securing-cyber-space-role-of-digital-identity-verification/\">allows users to prove their identity</a> or qualifications selectively. For example, when applying for a job, a user can present a VC that verifies their degree without sharing their full academic record. This selective disclosure helps protect privacy while ensuring the necessary information is verified. And because these credentials are digital, they can be easily and securely shared online, making processes faster and more efficient.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Gravatar paves the way for decentralized identity in profile management&nbsp;</strong></h2>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"403\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-homepage-1-1.png?w=660\" alt=\"Gravatar homepage\" class=\"wp-image-1750\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> is a profile management system that lets users create profiles linked to their email addresses instead of their names. This gives users <a href=\"https://blog.gravatar.com/2024/04/10/personal-branding-tools/\">control over their online identities</a>, allowing them to remain anonymous or curate different profiles for various aspects of their lives.</p>\n\n\n\n<p>For businesses, integrating Gravatar into their online portals streamlines profile creation by importing profile data directly from Gravatar. The best part? Users remain in full control of their data.&nbsp;</p>\n\n\n\n<p>Here&#8217;s how:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Centralized profile hub: </strong>A Gravatar profile acts as the central hub for all profiles on Gravatar-enabled sites. When users update their Gravatar profile, the changes automatically reflect across all linked profiles, saving time and ensuring consistency.</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"373\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profile-example-1.png?w=660\" alt=\"Example of a Gravatar profile\" class=\"wp-image-1751\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Privacy control: </strong>Users have complete control over their privacy settings and can decide how much data businesses can access. This empowers users to share only what they’re comfortable with.</li>\n</ul>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"281\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-privacy-settings-1-1.png?w=660\" alt=\"Gravatar privacy settings\" class=\"wp-image-1752\" />\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Compliance and data security: </strong>By using Gravatar, businesses don’t need to store user data, reducing the burden of data management and compliance with regulations like GDPR. This reduces risk and enhances data security.</li>\n</ul>\n\n\n\n<p>Imagine a freelancer who uses different profiles for various gigs. With Gravatar, they can manage all these profiles from a single place. Updating their contact information in one spot means it’s updated everywhere, without the need to log into multiple sites or type in the same information over and over again.</p>\n\n\n\n<p>Gravatar&#8217;s approach to profile management aligns with the principles of decentralized identity by giving users control and reducing reliance on centralized data storage. It&#8217;s a practical step towards a more secure and user-centric internet.</p>\n\n\n\n<p>Curious about how Gravatar can benefit your website? <a href=\"https://blog.gravatar.com/2024/02/27/gravatar-manifesto-one-profile-everywhere/\">Check out our manifesto</a> to learn more about integrating Gravatar for decentralized profile management.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jul 2024 22:26: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:11:\"Ronnie Burt\";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:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Gravatar: 3 Easy Steps to Transform Your WordPress Profile Picture System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1910\";s: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://blog.gravatar.com/2024/07/19/wordpress-profile-picture/\";s: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:14059:\"<p>We have heard from some of you that you would rather not use Gravatar for your profile pictures in WordPress. Our feelings aren&#8217;t hurt, promise, as we know you have your reasons!&nbsp;</p>\n\n\n\n<p>In this guide, we&#8217;ll explore different ways to change the profile picture system in <a href=\"https://wordpress.org/\" rel=\"nofollow\">WordPress</a>, catering to various user preferences and needs. Before moving on to other solutions, we’ll start by showing you how to easily change your profile picture using your Gravatar profile – which as you’ll see, is the simplest method and requires no additional plugins or setup on your WordPress site.</p>\n\n\n\n<p>However, if you&#8217;re looking for more customization options or want to give your users the ability to upload their own profile pictures directly on your site, we&#8217;ll also cover alternative solutions.&nbsp;</p>\n\n\n\n<p>Before we dive in, it’s important to note that in WordPress, different user roles have different permissions related to their profile pictures (namely, whether they can upload their own or not). Let’s break these down quickly:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Administrators can change their own profile picture, as well as the profile pictures of any other user.</li>\n\n\n\n<li>Editors can change their own profile picture.&nbsp;</li>\n\n\n\n<li>Authors and Contributors cannot change their profile picture by default. However, this capability can be granted to them by an Administrator using a plugin or custom code.</li>\n\n\n\n<li>Subscribers cannot change their own profile picture through the WordPress dashboard. The only way for them to have a profile picture is to use Gravatar.</li>\n</ul>\n\n\n\n<p>Now that that’s covered, let’s discover the best ways to update profile pictures in WordPress!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to change your WordPress profile picture with Gravatar&nbsp;</strong></h2>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"403\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-homepage-2-2.png?w=660\" alt=\"Gravatar homepage\" class=\"wp-image-1923\" />\n\n\n\n<p><a href=\"https://support.gravatar.com/basic/what-is-gravatar/\">Gravatar</a>, short for &#8220;Globally Recognized Avatar,&#8221; is a service provided by <a href=\"https://automattic.com/\">Automattic</a>, the company behind <a href=\"http://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, <a href=\"https://woocommerce.com/\" rel=\"nofollow\">WooCommerce</a>, <a href=\"https://jetpack.com/\" rel=\"nofollow\">Jetpack</a>, and other leading entities in the WordPress space and beyond. It’s a popular tool and free service for managing avatars across multiple sites, and it’s fully integrated into the platform.&nbsp;</p>\n\n\n\n<p>By default, WordPress pulls avatars from Gravatar, so if you have a Gravatar account, your avatar will automatically show up on your <a href=\"https://blog.gravatar.com/2024/05/09/wordpress-profile-page/\">WordPress profile</a>.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"291\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/wordpress-default-picture.png?w=660\" alt=\"Profile picture settings in WordPress\" class=\"wp-image-1922\" />\n\n\n\n<p>If not, you’ll see a generic icon like the Mystery Person, or generated icons like MonsterID, Wavatar, or Identicon, depending on your site’s settings.</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"123\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profile-image-options-1.png?w=660\" alt=\"Example of the generic icons \" class=\"wp-image-1921\" />\n\n\n\n<p>To use Gravatar, you need to make sure the email you use on WordPress matches the one used for Gravatar.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"128\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/confirm-email-for-website.png?w=660\" alt=\"Email section in the WordPress account settings\" class=\"wp-image-1920\" />\n\n\n\n<p>If you don’t have a Gravatar account, creating one is straightforward. Here’s how to do it:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://support.gravatar.com/basic/account-signup/\"><strong>Sign up for Gravatar</strong></a><strong>:</strong> Visit Gravatar&#8217;s website and sign up with the email address you use for your WordPress account.&nbsp;</li>\n</ol>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		\n		\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Upload your image: </strong>In the sidebar menu, click on &#8220;Avatars,&#8221; and choose to upload an image from your computer, URL, or select from previously uploaded images.&nbsp;</li>\n</ol>\n\n\n\n		\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		\n		\n\n\n<p>Once your Gravatar is set up, it will appear as your profile picture on all WordPress sites supporting it. Remember, changes might take some time to reflect due to caching, so don’t worry if it doesn’t update immediately.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to enable users to change their WordPress profile pictures in the frontend&nbsp;</strong></h2>\n\n\n\n<p>Besides your own profile picture, you might also want to change the image for your users, which is what we recommend. Giving users the ability to change their profile pictures directly from the front end can greatly enhance the user experience on your WordPress site. There are several ways to achieve this, so let’s dive in!&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Use a WordPress plugin for custom avatars</strong></h3>\n\n\n\n<p>Plugins are a powerful tool for managing custom avatars in WordPress. They offer additional features, ease of use, and seamless integration with other WordPress functionalities. Here’s a look at some of the top plugins you can use to let users change their profile pictures from the frontend.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Profile Press</strong></h4>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"332\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/profile-press-download-page.png?w=660\" alt=\"Profile Press download page\" class=\"wp-image-1916\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wp-user-avatar/\" rel=\"nofollow\">Profile Press</a> is a paid membership tool allowing admins to create custom user registration and login forms and a user profile section where registered visitors can change their profile pictures.&nbsp;</p>\n\n\n\n<p>Key features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Customization options for user profiles, registration forms, and more.&nbsp;</li>\n\n\n\n<li>Allows users to reset their profile pictures, passwords, and other information.&nbsp;</li>\n\n\n\n<li>Allows admins to curate a detailed member directory that is searchable and filterable.&nbsp;</li>\n</ul>\n\n\n\n<p>This plugin comes with many features, but it can be a bit more complicated for people who just want the option to change profile pictures. It’s also not free: The pricing starts from $129/year for 1 site, and even if you want the lite version, there’s still a 2% Stripe fee.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Simple Local Avatars</strong></h4>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"312\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/simple-local-avatars-download-page.png?w=660\" alt=\"Simple Local Avatars download page\" class=\"wp-image-1915\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/simple-local-avatars/\" rel=\"nofollow\">Simple Local Avatars</a> enables users to upload avatars directly to their profiles through the WordPress Media Library to manage images, making it an excellent choice for those who prefer keeping everything within their site.&nbsp;</p>\n\n\n\n<p>Key Features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Adds an avatar upload field to user profiles who have permission to do so.&nbsp;</li>\n\n\n\n<li>Falls back on Gravatar if no custom picture is chosen.&nbsp;</li>\n\n\n\n<li>Stored the pictures in an “Upload” folder where the rest of your media is.&nbsp;</li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Avatar Manager&nbsp;</strong></h4>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"386\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/avatar-manager-download-page.png?w=660\" alt=\"Avatar Manager download page\" class=\"wp-image-1914\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/avatar-manager/\" rel=\"nofollow\">Avatar Manager</a> is a great solution for managing avatars. Users can choose between Gravatar, a custom-uploaded image, or a default-generated avatar.</p>\n\n\n\n<p>Key Features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Supports Gravatar and custom uploads.</li>\n\n\n\n<li>Option to fall back on default avatars if needed.</li>\n\n\n\n<li>User-friendly profile interface.</li>\n</ul>\n\n\n\n<p>Avatar Manager is a free user-driven project and one of the most simple solutions if you want to give your users more control over their profile pictures in WordPress. However, it hasn’t been tested with the last three WordPress updates so make sure it’s fully compatible and working before integrating it into your website.&nbsp;</p>\n\n\n\n<p>Choosing the right plugin depends on your site’s specific needs and user preferences. Don’t hesitate to try out a few different options to see which one works best for your community. Each plugin offers unique features that can enhance how users interact with their profiles, making your site more engaging and user-friendly.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Explain to users how to change profile pictures via Gravatar&nbsp;</strong></h3>\n\n\n\n<p>Changing profile pictures via Gravatar is the easiest method and doesn&#8217;t require installing anything on your WordPress site. However, not every user may be familiar with Gravatar or understand how it connects to their WordPress profile picture.</p>\n\n\n\n<p>To help your users navigate this process, consider providing a brief explanation of what Gravatar is and how it works with WordPress. You can include this information in a visible section on your website, such as the <a href=\"https://blog.gravatar.com/2024/05/09/wordpress-profile-page/\">user profile page</a>, or the welcome email sent to new users upon registration.</p>\n\n\n\n<p>Here&#8217;s an example of what you might say:</p>\n\n\n\n<p>&#8220;To change your profile picture on our site, you&#8217;ll need to create a Gravatar account. Gravatar, short for &#8216;Globally Recognized Avatar,&#8217; is a service that allows you to maintain a consistent profile picture across multiple websites, including WordPress sites like ours.</p>\n\n\n\n<p>To get started, visit <a href=\"http://gravatar.com\">Gravatar.com</a> and sign up using the same email address associated with your account on our site. Once you&#8217;ve created your account, upload a new profile picture or choose from existing ones. Your chosen image will automatically update on our site and any other WordPress sites where you use the same email address.</p>\n\n\n\n<p>Please note that changes might take some time to reflect due to caching. If you have any questions or need assistance, don&#8217;t hesitate to reach out to our support team.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Enhance user profiles with deeper Gravatar integration</strong></h2>\n\n\n\n<p>For admins looking to enhance the user experience, WordPress&#8217;s integration with Gravatar offers more than just profile pictures. With <a href=\"https://docs.gravatar.com/api/rest-api/\">Gravatar&#8217;s REST API</a>, you can create detailed user profiles that display additional information alongside avatars. This API allows you to pull in data such as user bios, social media links, and more, providing a richer profile experience.</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"411\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profiles-as-a-service-2.png?w=660\" alt=\"Gravatar for developers homepage\" class=\"wp-image-1913\" />\n\n\n\n<p>Another great feature to consider is <a href=\"https://support.gravatar.com/profiles/hovercards/\">Gravatar Hovercards</a>. These pop-up cards display when someone hovers over a user&#8217;s avatar. Hovercards can show the user&#8217;s bio, social media links, and other Gravatar profile information. This adds an interactive element to your site, giving visitors more context about each user without navigating away from the page.</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"344\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/hovercards-example.png?w=660\" alt=\"Example of a Gravatar hovercard\" class=\"wp-image-1912\" />\n\n\n\n<p>To implement Gravatar Hovercards, just add the following code to your website:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><a href=\"https://www.gravatar.com/js/hovercards/hovercards.min.js\">https://www.gravatar.com/js/hovercards/hovercards.min.js</a>\n&lt;script&gt;\n( function() {\n  function init() {\n    Gravatar.init();\n  }\n  if( document.readyState !== \'loading\') {\n    init();\n  } else {\n    document.addEventListener( \'DOMContentLoaded\', init );\n  }\n} )();\n&lt;/script&gt;</code></pre>\n\n\n\n<p>Integrating these features is straightforward and can provide a more personalized and engaging experience for your users.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get started today: Implement an effective profile picture system</strong></h2>\n\n\n\n<p>Customization is very important for websites that rely on user communication and engagement. The abovementioned plugins can be a great alternative to the default avatar system. However, keeping Gravatar as an option is beneficial because it allows users to transfer their digital identities easily with just an email, avoiding the need to create a new profile for each WordPress site.</p>\n\n\n\n<p>Admins can further enhance the user experience by integrating Gravatar more deeply into their site. This can be done by using Gravatar&#8217;s REST API to provide additional profile information and features beyond avatars.</p>\n\n\n\n<p>When making a decision, consider your audience and what would serve them best. For an improved and customized user experience, <a href=\"https://docs.gravatar.com/\">check out Gravatar’s REST API integration</a>.&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jul 2024 21:47: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:11:\"Ronnie Burt\";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:13:\"\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:\"Gravatar: Encouraging Discussion: Simple Steps to Enable Comments 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:32:\"http://blog.gravatar.com/?p=1881\";s: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:66:\"https://blog.gravatar.com/2024/07/11/enable-comments-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:20579:\"<p>One of the biggest benefits of having a WordPress website is the opportunity to create a loyal community from scratch, particularly by enabling comments on blog posts. When people have the option to interact with your content, they build a deeper connection with you as the author, and they also connect with other like-minded individuals.&nbsp;</p>\n\n\n\n<p>Comments are a valuable form of user-generated content that can boost your SEO by keeping your pages fresh and updated. However, managing comments can come with challenges like spam and moderation.</p>\n\n\n\n<p>In this article, we&#8217;ll walk you through the steps of enabling and disabling comments, preventing spam, changing user avatars, filtering content, and using tools like <a href=\"https://gravatar.com/\">Gravatar</a> and <a href=\"https://akismet.com/\" rel=\"nofollow\">Akismet</a> to enhance your comment section. By the end, you&#8217;ll have all the knowledge you need to create an engaging community around your WordPress blog.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to enable comments in WordPress</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enable comments on new posts</strong></h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <em>Settings &gt; Discussion</em>.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"501\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/settings-discussion.png?w=660\" alt=\"Navigating to the discussion settings\" class=\"wp-image-1883\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Enable the option for people to comment on new posts.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"156\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/allow-comments-on-new-posts.png?w=660\" alt=\"Default discussion settings for posts\" class=\"wp-image-1885\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Save your changes.&nbsp;</li>\n</ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enable comments on specific posts</strong></h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to <em>Posts &gt; All Posts</em> or <em>Pages &gt; All Pages</em>, depending on what you want to edit. We’ll go with a post in this example, but the process is the same for pages.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"347\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/posts-all-posts-gravatar.png?w=660\" alt=\"Navigating to the Posts list table\" class=\"wp-image-1886\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Choose the post or page and click <em>Edit</em>.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"347\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/edit-post-gravatar.png?w=660\" alt=\"Editing an individual post\" class=\"wp-image-1887\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Go to the <em>Discussion</em> panel, which is located in the <em>Post</em> tab of the <a href=\"https://wordpress.org/gutenberg/\" rel=\"nofollow\">Gutenberg</a> block editor, and click on <em>Allow comments</em>.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"359\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/allow-comments-individual-post-gravatar.png?w=660\" alt=\"Allowing comments for a specific post\" class=\"wp-image-1888\" />\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Click <em>Update</em> or <em>Publish</em>, and you’re done!</li>\n</ol>\n\n\n\n<p>Enabling comments for a particular post or a page can be useful in many cases. For example, if you release a new big feature of your product or service, you can create a post announcing it and enable comments to gather feedback, while the comments for the regular updates stay disabled.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to disable comments in WordPress</strong></h2>\n\n\n\n<p>While encouraging comment discussions can be great, you also need to make sure that your site has a clean and professional appearance. Sometimes that means disabling comments to prevent spam, inappropriate content, or heated debates on controversial topics. Disabling comments may also be necessary if you have limited moderation resources, want to maintain focus on your content, or have legal concerns. Ultimately, the decision depends on your unique situation and goals for your WordPress site.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Disabling comments globally</strong></h3>\n\n\n\n<p>To disable comments for your entire site, go back to <em>Settings &gt; Discussion </em>and then uncheck the box that says “<em>Allow people to post comments on new articles</em>.”</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"157\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/uncheck-allow-comments-global-1.png?w=660\" alt=\"Disabling comments for all future posts\" class=\"wp-image-1889\" />\n\n\n\n<p>Remember that this setting will only affect future published posts and pages, not the existing content.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Disabling comments on existing posts and pages</strong></h3>\n\n\n\n<p>To do this, you have two options. You can either go back to the individual post settings and uncheck the <em>Allow comments </em>box, or you can do this in bulk for multiple posts.&nbsp;</p>\n\n\n\n<p>For the second option, do the following:&nbsp;</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select all the posts you wish to change the settings for.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"379\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/select-posts-to-edit.png?w=660\" alt=\"Selecting multiple posts for bulk editing\" class=\"wp-image-1890\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Click on the <em>Bulk Actions </em>dropdown menu, select <em>Edit</em>, and then click <em>Apply</em>.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"278\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/bulk-actions-edit.png?w=660\" alt=\"Bulk actions menu in WordPress\" class=\"wp-image-1891\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>In the bulk edit window, find the settings for the comments and change them to <em>Do not allow</em>. Save the changes.&nbsp;</li>\n</ol>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"276\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/disallow-comments-in-bulk.png?w=660\" alt=\"Disabling comments from the bulk editing window in WordPress\" class=\"wp-image-1892\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Moderating comments with default WordPress settings</strong></h2>\n\n\n\n<p>Disabling comments for some posts is okay, but we don’t recommend doing that for your entire blog as it puts a big barrier to communication between you and your audience. Instead, you can learn how to moderate comments through different methods.&nbsp;</p>\n\n\n\n<p>Let’s see them!&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Accessing comment moderation settings</strong></h3>\n\n\n\n<p>From your WordPress dashboard, go to <em>Settings &gt; Discussion</em> and there you will find more settings related to comment moderation.</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"247\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/other-comment-settings.png?w=660\" alt=\"Comment settings in WordPress\" class=\"wp-image-1893\" />\n\n\n\n<p>One of the options, for example, is to make the commenter fill out their name and email, but that isn’t always effective in deterring more dedicated spammers as they will just fill out a fake name and email.&nbsp;</p>\n\n\n\n<p>The other option is to limit comments only to registered users, which is great at first glance, but in reality, may discourage new users from engaging with your content. Not everyone wants to register for a site just to post a comment.&nbsp;</p>\n\n\n\n<p>The last content moderation feature here is closing comments on posts older than a number provided by you, for example, 14 days. This is also not ideal because it takes time for blog posts to rank, and ideally your content will be discovered by new users long after it’s been published.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Manual approval of comments</strong></h3>\n\n\n\n<p>Further down in the settings, you will find the manual approval functionality.</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"103\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/manual-approval-comments.png?w=660\" alt=\"Settings for manually approving WordPress comments\" class=\"wp-image-1894\" />\n\n\n\n<p>Here, you can choose to be notified for each comment or to only do that for people who comment for the first time. This is a great way to filter out spam and make sure only relevant comments are posted. However, it can be a bit overwhelming when your blog grows, and all of a sudden you have hundreds of comments to approve every day.&nbsp;</p>\n\n\n\n<p>If you do have regular readers, their comments will be automatically approved.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Keyword and phrase moderation</strong></h3>\n\n\n\n<p>Further down, you’ll find a box where you can include a list of trigger words that will put comments for moderation.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"282\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/content-moderation-and-links.png?w=660\" alt=\"Content moderation window in WordPress\" class=\"wp-image-1895\" />\n\n\n\n<p>Common spam keywords include:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CTAs</strong> like “<em>Act now!</em>”, “<em>Apply now!</em>”, “<em>Call now!</em>”, “<em>Don’t hesitate!</em>”, etc.&nbsp;</li>\n\n\n\n<li><strong>Almost anything including the word “Free”</strong>, such as <em>“free consultation”</em>, <em>“free offer”</em>, <em>“free trial”</em>, etc.&nbsp;</li>\n\n\n\n<li><strong>Anything related to extra income</strong>, such as <em>“additional income”</em>, <em>“be your own boss”</em>, <em>“grow your business”</em>,<em> “double your”</em>, <em>“earn $”</em>, <em>“earn extra cash”</em>, <em>“earn from home”</em>, <em>“expect to earn”</em>, and many more.&nbsp;</li>\n</ul>\n\n\n\n<p>In the field above this box, you can also limit the number of links allowed in the comment, as one of the more common forms of spam includes links that prompt people to sign up for something.&nbsp;</p>\n\n\n\n<p>There is also the option to directly delete comments with certain content, and it’s called “<em>Disallowed Comment Keys.</em>”</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"223\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/disallowed-comment-keys.png?w=660\" alt=\"Disallowed Comment Keys box in WordPress\" class=\"wp-image-1896\" />\n\n\n\n<p>This setting allows you to include special keywords and phrases that signal spam and uncensored comments. If any of these words appear in the content, whether it’s the actual comment or the user name, email, IP address, and URL, then the comment will be automatically put in the <em>Trash</em>.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Email notifications</strong></h3>\n\n\n\n<p>All of these triggers will appear as notifications but you can also enable emails so that you can keep a close look at your blog at any time.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"151\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/email-notifications.png?w=660\" alt=\"Email notification settings for comments\" class=\"wp-image-1897\" />\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Regular review and maintenance</strong></h3>\n\n\n\n<p>Once you have all the settings you want, you also need to regularly check your spam folders for potential legitimate comments. Just because a comment was flagged as spam does not always mean it is genuinely spam.&nbsp;</p>\n\n\n\n<p>It’s also recommended that you update your trigger words to include specific instances from your comment section, as well as email addresses, which are confirmed spammers.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Deep dive into avatar settings in WordPress</strong></h2>\n\n\n\n<p>The avatar settings in WordPress allow you to customize how users appear on your website. You can go there by navigating to <em>Settings &gt; Discussion</em>.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"338\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/avatar-settings.png?w=660\" alt=\"Avatar settings in WordPress\" class=\"wp-image-1898\" />\n\n\n\n<p>WordPress is connected to <a href=\"https://gravatar.com/\">Gravatar</a>, a digital identity platform by Automattic, that allows users to create a unique profile connected to their email address. By default, WordPress pulls in user avatars from Gravatar, using the profile connected with the same email address. If they don’t have a Gravatar profile, a default picture will appear, which you can change from the same settings.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"355\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/default-avatar-settings.png?w=660\" alt=\"Default avatar options\" class=\"wp-image-1899\" />\n\n\n\n<p>Generally, it’s recommended that you encourage users to create and customize their Gravatar profiles instead of staying anonymous. This will help with consistency on your website but also many other aspects:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Personalization: </strong>Custom avatars allow users to express their identity and make discussions more engaging.</li>\n\n\n\n<li><strong>Recognition: </strong>Unique avatars help users recognize each other, fostering a sense of community.</li>\n\n\n\n<li><strong>Professionalism: </strong>For businesses, consistent branding with a logo avatar builds credibility.</li>\n\n\n\n<li><strong>Visual appeal: </strong>Avatars make comment sections more visually appealing and inviting for interaction.</li>\n</ul>\n\n\n\n<p>By encouraging users to create Gravatar profiles, you can drastically reduce the amount of spam you receive as Gravatar users are always connected with legitimate email addresses. Besides that, they are often linked with their social media accounts, which are automatically verified by the platform.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"373\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profile-example-1-1.png?w=660\" alt=\"Example of a Gravatar profile\" class=\"wp-image-1901\" />\n\n\n\n<p></p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"383\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/verified-accounts-gravatar.png?w=660\" alt=\"Linking verified social media accounts to a Gravatar profile\" class=\"wp-image-1903\" />\n\n\n\n<p>If you want to learn more about how Gravatar profiles work, <a href=\"https://gravatar.com\">check out our documentation</a>!&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Tool to elevate comments sections on WordPress</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Prevent spam with Akismet Anti-Spam</strong></h3>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"351\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/jetpack-akismet.png?w=660\" alt=\"Akismet Anti-Spam homepage\" class=\"wp-image-1904\" />\n\n\n\n<p><a href=\"https://akismet.com/\" rel=\"nofollow\">Akismet</a> is a tool by Jetpack created specifically to battle spam on WordPress sites. It comes packed with features that allow you to automate verification processes and create a distraction-free environment for your genuine users to engage and comment on posts and pages.&nbsp;</p>\n\n\n\n<p>Its main features include:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Automatic spam detection: </strong>The plugin automatically detects and filters out spam comments, trackbacks, forum posts, WooCommerce product reviews, and contact form submissions. Everything is sent to the <em>Spam</em> folder.&nbsp;</li>\n\n\n\n<li><strong>Real-time monitoring:</strong> This feature captures spam right as it happens. Unwanted comments and submissions are automatically removed so that your site doesn’t include this type of content even for a second.&nbsp;</li>\n\n\n\n<li><strong>Spam reporting:</strong> Users can teach Akismet by reporting spam directly from the WordPress dashboard, improving its accuracy and helping it learn your specific triggers. This way, no legitimate traffic is flagged as spam.&nbsp;</li>\n\n\n\n<li><strong>Full integration: </strong>The plugin easily integrates with popular contact form plugins like <a href=\"https://wpforms.com/\" rel=\"nofollow\">WP Forms</a>, <a href=\"https://www.gravityforms.com/\" rel=\"nofollow\">Gravity Forms</a>, and more, and it also has a reliable spam protection network.</li>\n\n\n\n<li><strong>Compliance with regulations: </strong>With Akismet, you can choose to display a privacy notice so that people are aware of their comments being scanned by a tool. This helps you become fully compliant with regulations like the <a href=\"https://gdpr-info.eu/\" rel=\"nofollow\">General Data Protection Regulation</a> in the European Union.&nbsp;</li>\n</ul>\n\n\n\n<p>Its spam-protection capabilities work both on comments and form submissions so you can receive only relevant and real user interactions.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Leverage Gravatar profile integration for a better community</strong></h3>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"411\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profiles-as-a-service-1-2.png?w=660\" alt=\"Gravatar – Profiles-as-a-service\" class=\"wp-image-1906\" />\n\n\n\n<p>Beyond WordPress’s default integration with Gravatar for pulling in user avatars, Gravatar’s REST API allows website owners and developers to <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">import user profile data</a> and build customized profile pages for their WordPress users. This powerful integration enhances the overall experience on comment threads by enabling users to visit commenter profiles and learn more about them.&nbsp;</p>\n\n\n\n<p>When integrated, the REST API gives you access to important user information such as:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Their profile bio</li>\n\n\n\n<li>Location&nbsp;</li>\n\n\n\n<li>Website URLs</li>\n\n\n\n<li>Payment links</li>\n\n\n\n<li>Verified social media profiles</li>\n\n\n\n<li>Additional images</li>\n\n\n\n<li>And much more!</li>\n</ul>\n\n\n\n<p>With this data, however, WordPress site owners can create dynamic and informative <a href=\"https://blog.gravatar.com/2024/06/05/user-profile-page-examples/\">user profiles</a>, which can significantly improve the sense of community and encourage more meaningful interactions within comment sections.&nbsp;</p>\n\n\n\n<p>It’s also great for the overall user experience because it gives your visitors a special place on your site without having to register and fill in the same information from scratch.&nbsp;</p>\n\n\n\n<p>Another great feature of Gravatar is the <a href=\"https://blog.gravatar.com/2023/10/02/new-gravatar-hovercards-faster-open-source-and-everywhere/\">Hovercard</a> – a dynamic mini-version of a user’s Gravatar profile that shows up when you hover your mouse over their <a href=\"https://blog.gravatar.com/2024/07/19/wordpress-profile-picture/\">profile picture</a>. </p>\n\n\n\n<img tabindex=\"0\" width=\"660\" height=\"360\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-comment-section.png?w=660\" alt=\"Example of a Gravatar hovercard in a comment section of a blog post\" class=\"wp-image-1907\" />\n\n\n\n<p>This allows other site visitors to quickly access information about another user without leaving the page, giving them valuable context in the specific situation.&nbsp;</p>\n\n\n\n<p>Actively using and encouraging users to take advantage of Gravatar has the power to create strong communities that actively engage with each other. It also incentivizes them to create and maintain their digital identities with the platform.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Ready to build an engaging platform? Activate comments in WordPress now&nbsp;</strong></h2>\n\n\n\n<p>With the right tools and techniques, WordPress comment sections can become a hub for engaged communities and a place to foster loyal relationships with users and other visitors. And if you’re apprehensive because of potential spam, remember that the payoff from having a community is definitely worth it.&nbsp;</p>\n\n\n\n<p>It improves your reputation and takes your website to a whole different level – from a passive content platform to a place where people can communicate with like-minded individuals, share ideas, and learn new things.&nbsp;</p>\n\n\n\n<p>With Gravatar profiles and the REST API, this communication hub can become even more engaging, so don’t wait! <a href=\"https://docs.gravatar.com/\">Integrate your website with Gravatar today</a> and make your comment sections come alive!&nbsp;</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jul 2024 21:41:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";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:13:\"\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:79:\"Do The Woo Community: A Journey to WordPress and Contributing with Birgit Olzem\";s: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://dothewoo.io/?p=84922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/a-journey-to-wordpress-and-contributing-with-birgit-olzem/\";s: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:33431:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>BobWP:<br />Hey, BobWP, yes, it&#8217;s me. You&#8217;re probably wondering what I&#8217;m doing here on The WordPress Way, DEIB. We decided to do something a little bit different this month. That doesn&#8217;t mean that you are going to be missing our wonderful host that is usually here, Birgit, but we thought this time let&#8217;s learn about Birgit. I mean, I&#8217;ve had a few hosts on different shows, and we&#8217;ve learned more about their journey, and it&#8217;s always fun, and I&#8217;ll probably even learn things I don&#8217;t know. So I am looking forward to it. So yeah, Birgit is here. Hello, Birgit, how you doing?</p>\n\n\n\n<p>Birgit:<br />Hello, Bob. I&#8217;m doing fine, thanks, and thanks for sharing the idea or turning tables. It&#8217;s interesting.</p>\n\n\n\n<p>BobWP:<br />It&#8217;s fun. It&#8217;s always fun. I did that in the very early years when we had three co-hosts. I did a kind of highlight. I called it Unplugged. Each one of them unplugged, and we just went through their own story and learned a little bit more about them. So I&#8217;m excited for it. And I think the best way to start is everybody&#8217;s always curious, especially some people because you&#8217;ve heard it so many times, but I don&#8217;t even know if I have heard how you got into WordPress or what drove you to WordPress. So why don&#8217;t you tell us a little bit about that?</p>\n\n\n\n<p>Birgit:<br />Well, that is kind of funny, but also interesting for those who don&#8217;t know me yet, especially or didn&#8217;t see, I am a white woman almost 50 years now, and I&#8217;m a mom of five almost grown-up children, and I also have already two grandchildren. My ex-husband back in the day was a truck driver, so I was over the weekdays alone with all our children. And when my children went to bed, I had a lot of time to spend, and I was always a curious person. I learned about computers back in school, and I went to a business school and learned about Word, Excel, bookkeeping, all the stuff. And when we got our first personal computer, I was always in. And then when we got the internet, I was sucked in. I opened a new reel to my perception. So I need to preface this a little bit because it&#8217;s kind of funny.</p>\n\n\n\n<p>Imagine a woman breastfeeding one of the children, sitting next to a computer in a chat room, and talking about stuff, and someone shared a link to a personal website. I was so stoked about that. I was so curious. Oh, I want to build websites myself. How does it function? I&#8217;m always a person who wants to look behind the curtains and how things work. And then I went down this rabbit hole, learning about HTML, how to build websites with iframes and tables. So crazy. And no, none of those websites are live anymore, so I can&#8217;t share them with the world today. But yeah, pivoting from HTML, and then you have to change everything. When you want to change, you have to change the navigation on every page when you build it in classic HTML and so on. And I was tired of that. So how can I get dynamic data too? So I learned about PHP and some frameworks and how to do that, and somehow I stumbled upon Typeform and B2/cafelog back in the day, and I was like, interesting. You can publish something and put it in the world without worrying about changing any hardcoded links to something. So I played with that, and then I learned that B2/cafelog would be discontinued, and it was forked by someone and called it WordPress. And I was one of the persons who installed WordPress on their web servers from this first release. I played around, but I wasn&#8217;t really serious about it yet back in the day. But in 2005, I was asked to build a website for someone. I didn&#8217;t use WordPress for building websites, just playing and fiddling around with my personal projects.</p>\n\n\n\n<p>But it meant I started to get self-employed as a side hustle to be more legal and serious about it. And since then, oh wow, always as a side hustle, I learned more about website building, and I didn&#8217;t have the chance to go to some form of professional training. Everything I know today I taught myself scrolling through the internet. Selfhtml.de was one of my plates. I learned a lot about just asking questions and checking other blog posts. And then when YouTube started to be a thing, I learned about that. I also experimented with Joomla, Drupal, Typo3, which is more popular in Germany, and so on. I also managed one time I was working with a primary direct marketing with call center and address data management and so on. I went to my boss one day and told him, our website sucks, it doesn&#8217;t look very good. And he told me, okay, come up with a new concept. I did it in one week, and then I founded the web design department in that company. Wow. I pivoted from a mom with five children learning HTML and designing websites in the afternoon and when the kids are asleep or something to running a web design department in a small business company, we had around 150 employees back in the day. So building websites and also later building apps and using WordPress as a data management backend. When REST API became a thing, I&#8217;m more of a generalist because I have multiple interests. Maybe my divergent traits come into play on that. But on the other hand, it&#8217;s ongoing consistency in my life building websites and fiddling around with new stuff and maybe sometimes running after the new shiny objects. So I&#8217;m kind of weak for these shiny objects, but on the other hand, it&#8217;s always sparking new ideas and so on.</p>\n\n\n\n<p>And that is how I came to WordPress. And then I was building websites. And then I found a theme framework called the Extreme theme, which was utilizing back in the day the YAML CSS framework. It&#8217;s like today, the Bootstrap or Tailwind CSS framework. But YAML was the other part, and it&#8217;s kind of a page builder theme back in the day. I was really interested and founded by a German workforce engineer. He unfortunately passed away too early back in the years, but I was part of the forum members. We grew friendship over that. And someday he talked about, oh, I&#8217;m going to a WordCamp in Berlin, and you need to come. And I was, Ooh, I am a girl in a rural area in western Germany, and I have five children. I don&#8217;t go to a big city like Berlin. But somehow I managed to go to the WordCamp.</p>\n\n\n\n<p>I met with the people I adored back in the day, people who ran blogs like Frank Bültge, co-founder of Inpsyde. I learned that those people are normal people like you and me. But somehow back in the day, I put people on a pedestal because I looked up to them. But on the other hand, it was really good. This stoked me with the WordPress community. It was my first encounter, and this was 2010, and I was infected by the WordPress event virus. I needed to go to WordCamp. Then I learned about, oh, you can contribute to WordPress, to the project, and you can help with that. And so we grew, and then 2011 was my next WordCamp in Cologne, which is more nearby in my hometown. But also 2011, a big pivot year in my personal life because I finally separated from my then-husband living in a toxic marriage.</p>\n\n\n\n<p>I lost a good friend of mine to cancer in the same year. Two years earlier, my mom died. So there was so much going on in my life, but WordPress and building websites were always a consistent pillar in my life. Then I met Robert Windisch, you know him, the man with the hat, the other hat. Robert was also one of the founding partners of a site back in the day called Inpsyde. In 2009, I specialized in training WordPress instead of just building websites, and I ran individual training for small business owners and small companies and so on. I joined forces with them in 2012, first as a self-employed contract trainer, and later they took the leap and employed me on a part-time job. One of the first tasks when I&#8217;m not training, I should have maintained the translations for WordPress in German.</p>\n\n\n\n<p>For those who don&#8217;t know how that works, I need to go into that because it&#8217;s really important. The agency site was founded because of some people who joined forces and translating WordPress back in the day was translating in the code. Can you imagine translating and changing the original code? It&#8217;s a no-go today. So for everyone who doesn&#8217;t know, don&#8217;t work and edit core software. They started a community forum, and over that, they grew and got asked for contracts and so on. They built a company. That is a long time ago, but over the years, they always maintained the German translation for WordPress in two variants. One is the informal, it&#8217;s the default version, but also the formal translation for formal speech. In Germany, we have two different forms of that. So it means you need to maintain two language sets.</p>\n\n\n\n<p>Back in the day, we also needed to alter some files of the core software before we could release a German language pack and the German compiled version. When I started translating WordPress as an employee of Inpsyde or outside, I learned how to compile WordPress. Imagine, a tired Birgit. The kids are asleep, and I&#8217;m sitting there waiting in the IRC chat room for the WordPress core to get the announcement that a new version was released because then I needed to go to compile the translation files. I prepared and tested beforehand with the original file, and then go to the backend of WordPress.org and compile a package and then push the button for release. So imagine this kind</p>\n\n\n\n<p>of sweating, dripping experience in the middle of the night because the majority of the developers were sitting in the US, based more in San Francisco.</p>\n\n\n\n<p>So the time zone shift to Germany was something. So it&#8217;s gotten easier over the years, but this experience and my natural curiosity, which comes with my larger divergent trait, was always leading the path where I am currently now. So contributing to WordPress and building communities, fostering relationships. So in 2013, when Remkus de Vries and Zé Fontainhas founded the WordCamp Europe, this was my first international WordCamp. So in 2013, 11 years ago, that opened another gate. In 2013, I was privileged with the travel assistance program, or I learned about the travel assistance program for the community summit, and I traveled to WordCamp San Francisco and Community Summit in 2014. This was my first touchdown on US soil. That&#8217;s crazy. It&#8217;s so crazy. Given the fact that I, as a mom of five children, divorced back in 2014, I was just joining a new partnership after three years of being a single parent and leaving my children.</p>\n\n\n\n<p>The majority were already older now, but my youngest was eight and a half years old, my youngest, back in 2014. Also, being a person with mobility issues, it is kind of challenging to travel internationally. But this is a backstory of how I got involved with WordPress and how I started contributing to WordPress and fell in love with the community. I really fell because I care a lot about the people. And that brings me to today, why I am so advocating for diversity, equity, inclusion, and belonging. Because I come from a position where I had to think about how I can feed my children the next day. So low income because of different circumstances, having a part-time job over all the years, not filling the fridge and dealing with a toxic marriage and so on, getting no child support and all the stuff. I know how it feels to be not that privileged.</p>\n\n\n\n<p>Even if I&#8217;m living in a privileged country, I live in Germany, I&#8217;m in a pretty safe space. We have a decent healthcare system. But still, given all that, I see a lot of injustice, and where I see injustice, I am going to fight for that. I try to be the voice for those who can&#8217;t raise their voices, even if it&#8217;s someone who&#8217;s introverted or doesn&#8217;t know where to speak or who to speak with to change things. A good friend of mine phrased it. I&#8217;m some kind of an overarching glue to all within the community because as someone who&#8217;s a generalist and not a specialist in a certain area, I know a lot, but on the surface, only in certain areas, I&#8217;m more likely to dive deep. But yeah, so that is helping to connect. I&#8217;m more the person who connects others, and that is why I&#8217;m advocating so much.</p>\n\n\n\n<p>And I&#8217;m also not shy to speak out when I see there&#8217;s injustice. But I also try to consider and not to dive into some kind of drama. Even if I see drama unfold on social media like Twitter or X now or whatever it&#8217;s called today, I try to find all voices within this drama and see, okay, what is this side? What is this side? Where do we have some kind of overlap? And then I try to be constructive with my feedback. So I don&#8217;t want to fuel the fire, but not shutting down the fire but giving it direction in a productive way. And that is why I&#8217;m always asking to have some kind of an overview above the organization of the WordPress open source ecosystem, how we can make sure that everyone is treated equally, that everyone gets the same chance even if they don&#8217;t have the same starting point.</p>\n\n\n\n<p>So especially WordPress as an open-source system. And when you see I am with WordPress since its first release, I saw a lot of progress, but still, we have so many areas where you don&#8217;t have to know how to code and that is not that obvious. But on the other hand, it&#8217;s also not so attractive for some companies to put money on those areas of the WordPress ecosystem where there&#8217;s also a lot of work to do. And since I&#8217;m thinking about this accessibility team, which makes sure that the software project and everything issues like needing to raise assistive technology, but also for someone with neurodivergence is the UX and so on. The next part is documentation. How many contributors do we have which are sponsored to document our fast-pacing software development, but also community and making sure that areas like the DEIB within WordPress so that the DEIB principles can be applied in the daily work of the majority of people who are volunteers so they don&#8217;t get some formal training on how to behave, even if it might be common sense in certain areas of the world to treat people nicely and kindly.</p>\n\n\n\n<p>We have a worldwide project which also has a lot of different cultures and histories and sees the diversity not only in the color of the skin, diversity also the diverse range of age, the diverse range of knowledge where people are coming from. So when I compare myself with a core developer who got some formal training at MIT, for instance, so I can&#8217;t compare myself, it&#8217;s because I&#8217;m self-educated, but on the other hand, I have traits and knowledge in other areas where we can combine those and create a better experience for everyone. So yeah, it&#8217;s a long story to share.</p>\n\n\n\n<p>BobWP:<br />A lot to unpack there. Yeah, and one of the interesting things, you went through a lot of different phases, you touched on a lot of different things there. No wonder we connected so well. You and I have so many similarities, just not in the timeline, but in attitude and how we feel about things. I think you started with the first release, and I started like you, just dabbling in 2006. The interesting thing with me was I&#8217;d already been doing marketing, running a marketing company for 17 years prior to WordPress. In the, I believe it was, I don&#8217;t know if it was the mid or late eighties, I took a year of computer programming. I thought I needed to learn this. So I spent a year learning Cobol, Assembly Language, FORTRAN, and Basic, and it was absolutely a nightmare to me. I mean, I was fascinated by computers.</p>\n\n\n\n<p>I loved doing what I could do, but getting inside of them, opposite of you, was fearful. It was like, whoa. But having done that got me very comfortable with computers too, which I don&#8217;t regret spending that year because it just felt like I got it more than some people. And unlike you, I went in kicking and screaming into any kind of building sites, doing HTML, just horrible flash sites for a couple of clients. I knew I had to get into it owning a marketing and design business. I&#8217;d been doing print design for so many years, but when I found WordPress in 2006 and started playing with it, it was mostly around the blogging part that fascinated me. I was already into content. My wife was already doing stuff on Typepad, and she had an award-winning blog way back in the days. I discovered WordPress as a rescue for me.</p>\n\n\n\n<p>It was like, wow, I can build a site using one of these themes. I got a theme from iThemes, one of their early themes, shortly after they started, and I built our own little brochure site. I thought, wow, this thing actually looks professional now and I can make changes. So I was forced into it, not so much ever really wanting to dive in. I was curious about the code, but not so curious as wanting to do it yet. I&#8217;ll leave that to the other people that want to do that and are good at it. But just all the things. My first WordCamp was in 2010, San Francisco. A lot of similarities. It&#8217;s amazing. Just how you got into contributing. I did kind of the different side of things. It wasn&#8217;t like official contributions, but it was educating, consulting, writing, being more of a teacher and trainer in WordPress all those years. So we both went on similar paths. We&#8217;ve been privileged, but in the sense that we went through some very rough times in our business and stuff, and some really tense times, and you have more empathy. I feel like I have it because I am always thinking of the other person and how they feel versus just what I&#8217;m thinking.</p>\n\n\n\n<p>Birgit:<br />Yeah, it&#8217;s really interesting and you mentioned something about this empathy part, but also caring a lot about other people. And when I had some rough times, I mentioned I went from a toxic marriage to being a single parent and fighting for the rights of my children, et cetera. I&#8217;m very vocal about my history and sometimes I was so hard struggling with my mental health and also all the stuff going on in my life. But as I mentioned, WordPress and the community are always some of the stable pillars in my life, and I&#8217;ve spoken about that already. I shared it in some talks at a WordCamp. WordPress literally saved my life at some point in my life where maybe I said a trigger warning. I had moments in my life where I was questioning if it&#8217;s worthwhile to stay alive and then I just vented it out and spoke to someone and I reached out to someone and they immediately jumped in and supported me.</p>\n\n\n\n<p>That is a moment in my life where I always tear up when I&#8217;m sharing that, even in the darkest moments, when you have the courage to reach out to someone, even if it&#8217;s a stranger on the internet, you may have built a relationship over the internet. But so many people in this community jumped in supporting me. The recent example was collecting funds so that I could afford to travel to WordCamp Europe and to Sweden this year. The WordPress community has my back all the time when I reach out and am vocal about and share my vulnerability. So to be vulnerable is not a bad thing. As long as we turn our</p>\n\n\n\n<p>vulnerability into something we can grow and build upon, and create more empathy for someone else who may have a similar struggle. I learned about that my crowdfunding campaign this year to go to WordCamp Europe inspired someone to take action in another similar direction and also see their initiatives like the WP Community Collective.</p>\n\n\n\n<p>They got inspired by the crowdfunding campaign to fund contributors to travel to WordCamps. We have great initiatives that support speakers to travel to WordCamps, but someone who is contributing to WordPress and doesn&#8217;t have, maybe due to several facts, the ability to afford to travel, but to be accepted as the speaker at a WordCamp. That is something I learned about, even if I shared my vulnerability, not to earn empathy, but just to share, Hey, I feel this way now. So if someone has something to spare, I&#8217;m really appreciative of this. But thinking about looking back on that, how much this might have positively affected someone else. So in retrospect, everything I touched in my life had somehow affected someone else&#8217;s life. That is how I always also try to be alert to everything I do, how someone else&#8217;s life may be influenced by that. I&#8217;m not forcing that, but I try to consider every decision I make, does this affect someone else negatively? That is what you say about empathy.</p>\n\n\n\n<p>BobWP:<br />Yeah, exactly. Let&#8217;s step back and put ourselves in this person&#8217;s shoe or from this person&#8217;s view or whatever, because a lot of times what&#8217;s being said or what&#8217;s being told, we&#8217;ve all been there. And that&#8217;s the thing a lot of people lose is the ability to go back and say, oh, I remember when I was in that spot. Like you said, traveling between costs of just traveling, especially if you&#8217;re traveling internationally, you&#8217;re taking a day or two on each end just to get there. And then you&#8217;ve got the actual event and you&#8217;re away for a week. So not only are you spending money for a lot of these people, they&#8217;re not making money during that time. They don&#8217;t have the luxury of being given the time off for something. They have to close down shop and do that thing, even though that may be productive and helpful to their business.</p>\n\n\n\n<p>Birgit:<br />Exactly. And thinking of traveling, especially for someone with mobility issues, I need to plan ahead every move because walking distances is still kind of challenging. Even if I now have two hip replacements,<br />Mechanically, I can walk, but my body isn&#8217;t used yet to this kind of movement. So it takes a while to get on board. Again, as someone with neurodivergent traits, I like to know where I&#8217;m going and what kind of obstacles I may face and how to get from A to B in the most effective way so it doesn&#8217;t drain my energy too much so I can be alert when I&#8217;m there. But it&#8217;s still also overwhelming meeting new people and a lot of people at events like WordCamp Europe, WordCamp US, or WordCamp Asia. These are the flagship events with 2,000 or 3,000 attendees. And also traveling abroad internationally, it&#8217;s always challenging to the body, even if someone is healthy and fit.<br />It&#8217;s draining.</p>\n\n\n\n<p>BobWP:<br />Yeah, it&#8217;s brutal, is what it is. Yeah.</p>\n\n\n\n<p>Birgit:<br />So thinking of someone who has more mobility issues or someone who has more weight on their bones than someone else, finding a good safe spot to sit. I experienced entering some chairs with very unfortunate positions of armrests and so on, which my butt didn&#8217;t fit in really well.</p>\n\n\n\n<p>It&#8217;s kind of difficult to sit down, but on the other hand, I can&#8217;t assume that everyone can acknowledge that beforehand, but I can share my experience. For instance, I tend to speak to WordCamp organizers, especially WordCamp Europe and WordCamp US, to make sure that there are enough seating positions also in the hallways so that people who might need to take a rest, especially for someone we are barely out of the pandemic, and the pandemic showed up that someone who was infected with this viral infection can suffer from syndromes like chronic fatigue. You don&#8217;t see that when someone is challenged with chronic fatigue syndrome. So you have to take a rest because you are going out of breath when you are walking 20 meters or 30 meters, so you may need to take a rest. So to make sure that the WordCamp event or the WordPress event venue accommodates the situation, not only do we need accessible restrooms, and hopefully the cleaning staff doesn&#8217;t put any cleaning supplies within the accessible restrooms so that someone with a wheelchair can&#8217;t navigate.</p>\n\n\n\n<p>That is also an example when you see something where you see, okay, this might affect someone else. Going back to the empathy part, if you see something, maybe the instance I experienced at WordCamp Europe on the first conference day and I went to the restroom as someone with mobility issues, I prefer accessible restrooms because they&#8217;re more convenient to use, even if I don&#8217;t have a wheelchair. But not having a wheelchair is not an excuse not to use accessible restrooms for everyone who wants to judge why someone is using an accessible restroom. Even if they can walk, there may have other reasons to use an accessible restroom, just to note. But I imagine I witnessed that the cleaning staff had their cart with all the cleaning supplies and if someone with a wheelchair would have accessed the room, they wouldn&#8217;t have had any chance to navigate through that because the washing thing was blocked. I reported that immediately to the organizing team, and they went to the venue facility manager and it was solved the next day because it was the end of the event. But yeah.</p>\n\n\n\n<p>BobWP:<br />Yeah, I was just thinking those wet floor signs that they put out too could be a real issue because they have to try to put it somewhere where you can see it, but that could be right in the way too.</p>\n\n\n\n<p>Birgit:<br />Yeah, exactly. And that is something when you see, and that is why I urge everyone to first use common sense, then ask yourself, does this affect someone else negatively? I can&#8217;t expect that everyone knows everything, but if you have someone in your family or friend surroundings who may have faced some issues, try to be advocating for their convenience if possible. We can&#8217;t please everyone to be fair, so we can do as much as possible even if we can&#8217;t accommodate everything and include everyone and everything. But to be in a balance and make it, because there&#8217;s a saying, talking about also WordPress websites, having accessible WordPress websites, it&#8217;s not only benefiting those who need it but benefits everyone. Accessibility benefits everyone. And that is also true for venue traveling, et cetera.</p>\n\n\n\n<p>BobWP:<br />Yeah. Yeah. Well, this has been great because this has not only been learning about everything you do or have done and then how you got into your passion around what you&#8217;re doing on this show but also a conversation about it. So it was just a very nice rounded chat we had. And we can see why you do this once a month on here at Do the Woo. So this is very cool and I appreciate being able to turn the table and I think everybody likes to learn a little bit more about our hosts. And I&#8217;m just going to throw this out. It&#8217;s a little bit of an opportunity. I haven&#8217;t had a chance to talk about it regarding our news site. So for those of you that listen to various shows, we do have a way now we have our sponsors, which I adore, and they make this whole thing possible.</p>\n\n\n\n<p>But there is another way of giving back to this show and that is supporting each specific show. And what that means is you can go in and you can give a one-time gift or you can subscribe for a couple of different amounts, but that money actually will go to the host of the show. It doesn&#8217;t go into running the show or anything. And as Birgit mentioned, she&#8217;s been lucky to have the support of the community. And that&#8217;s what this is going to be. It will either help the hosts themselves with their contributions, the time they spend on that, their travel. And for some of our hosts, maybe they don&#8217;t feel they need that because of their position and where they are at this time in their life. And they&#8217;ll say, Hey, let&#8217;s give it to one of these related WordPress organizations that do help speakers and contributor travel.</p>\n\n\n\n<p>So if you&#8217;ve been listening to a show and you&#8217;re really getting into it and you want to give something back to that show&#8217;s host, we&#8217;ll pull that together, figure out what to do with it, and you&#8217;re actually supporting them because they&#8217;re driving all the shows and they&#8217;re doing all the front face work and stuff. I&#8217;m just running behind the scenes doing all the other stuff, except occasionally I come in and have the opportunity to do great interviews and chats with my friends like this. So I appreciate it. And yeah, this has been absolutely wonderful. Anything you want to say before we sign off?</p>\n\n\n\n<p>Birgit:<br />Yeah, on the first end, I really want to thank you again, Bob first for creating this kind of great show and place to learn, but also offering the spot for people like me to talk about topics we care about a lot, but also giving someone else a voice where they can share also their story and learnings so that everyone can benefit from that. I am also very appreciative of all the work you are doing in the backend, which is not seen by everyone. So a special shout out again to you, but for the listeners, I want to say if you want to go and make a difference, there are several ways you can join the WordPress community and you don&#8217;t need to know how to code. There are certain areas where you can contribute your time and knowledge. And if you have any questions, please reach out to me. I&#8217;m Coach Birgit on all the socials on the Make WordPress Slack. Also, you can reach out to Bob if you have any questions. We are really happy to guide you in the right direction where you can contribute your passion to the project.</p>\n\n\n\n<p>BobWP:<br />Well, thank you and thank everyone for listening. If you&#8217;re not subscribed, you can subscribe to the</p>\n\n\n\n<p>old channel, or you can just subscribe to your favorite show. And we are trying to push more people back to commenting. This is my own little mission. I would love for you to come in on the post and comment and share your thoughts on anything we talked about. Of course, Birgit is always looking for wonderful guests that want to come in and talk around the issue of DEIB. So please consider that as well. And my final thank you to Birgit for being a wonderful guest.</p>\n\n\n\n<p>Birgit:<br />Thank you for being a wonderful host.</p>\n</div>\n\n\n\n\n<p>In this special episode of <strong><em>The WordPress Way, DEIB</em></strong>, <strong>BobWP</strong> turns the tables and has a chat with our regular host, <strong><a href=\"https://dothewoo.io/host/birgit-olzem/\">Birgit Olzem</a></strong>. You will learn about Birgit&#8217;s fascinating journey with WordPress, from her early days of learning HTML while caring for her children to becoming a pivotal contributor and advocate for diversity, equity, inclusion, and belonging within the WordPress community. </p>\n\n\n\n<p>Birgit shares her personal story of overcoming challenges, building a career in web design, and finding strength and support in the WordPress community. This episode is a heartfelt exploration of her passion, resilience, and dedication to fostering a more inclusive and empathetic tech space. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Birgit&#8217;s Journey to WordPress:</strong> Birgit&#8217;s journey began with her curiosity about computers and web design, leading her to discover WordPress and become an early adopter.</p>\n\n\n\n<p><strong>Community Support:</strong> The WordPress community has been a consistent pillar of support for Birgit, providing assistance during her challenging times and helping her attend events through crowdfunding.</p>\n\n\n\n<p><strong>Diversity, Equity, Inclusion, and Belonging (DEIB):</strong> Birgit is a strong advocate for DEIB within the WordPress community, driven by her own experiences of overcoming adversity and recognizing the importance of equitable opportunities for all.</p>\n\n\n\n<p><strong>Contributing to WordPress:</strong> Birgit&#8217;s contributions to WordPress include translating the software into German, founding a web design department, and providing training to small business owners. She emphasizes that contributing doesn&#8217;t always require coding skills.</p>\n\n\n\n<p><strong>Empathy and Advocacy:</strong> Birgit&#8217;s personal struggles have instilled a deep sense of empathy, driving her to fight against injustice and advocate for those who may not have a voice.</p>\n\n\n\n<p><strong>Challenges of Traveling with Mobility Issues:</strong> Birgit highlights the difficulties faced by individuals with mobility issues when traveling to events and emphasizes the need for accessible accommodations.</p>\n\n\n\n<p><strong>Impact of Vulnerability:</strong> Sharing her vulnerabilities has not only brought Birgit personal support but also inspired others in the community to take action and support each other.</p>\n\n\n\n<p><strong>Role of the WordPress Community:</strong> The WordPress community is depicted as a supportive and inclusive space where individuals can find help, build relationships, and contribute to a larger mission.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jul 2024 08:09: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:19;a:6:{s:4:\"data\";s:13:\"\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: Happy Birthday, Charleen\";s: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=117889\";s: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:46:\"https://ma.tt/2024/07/happy-birthday-charleen/\";s: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:4859:\"<p>I&#8217;ve had many blessings in my life, but the very first was the family I was born into. Today, I&#8217;d like to tell you about my only sibling, favorite sister, and best beloved, <a href=\"https://charleen.mullenweg.com/\">Charleen Mullenweg</a>.</p>\n\n\n\n<p>With a gap of nine and a half years between us, we could have easily been distant from each other, but it was almost like I had a third parent, one who was just the coolest person I could imagine in the universe. My sister paved the way for me, giving my parents lots of experience and training, so they were pretty chill by the time I came along. As a very young kid, I didn&#8217;t always understand what was going on. For example, one time, I remember getting jealous of all the gifts she was getting&#8230; gifts given after a really intense surgery for severe scoliosis (twisted spine) that required her to wear a brace for many years. She was always gracious and understanding towards the little kid following her around everywhere and trying to be like her.</p>\n\n\n\n<p>However, Charleen never wavered in being my biggest supporter, despite how annoying I must have been as an eager kid a decade her junior. All of my early aesthetic and musical tastes were derivative of her early discovery of cool bands like The Police, U2, Counting Crows, and Concrete Blonde. Despite being labeled with her initials, I&#8217;d &#8220;borrow&#8221; all her CDs and tapes. We&#8217;d make each other mixes and share books.</p>\n\n\n\n<p>I&#8217;ve never doubted that no matter what I did, Charleen would always back me up, as she said &#8220;I&#8217;m behind you 1000%.&#8221; I missed her dearly when she moved to Austin in the 90s, far before everyone else figured out how cool Austin was, but that just meant countless road trips to visit and crash on her couch. The distance didn&#8217;t keep her from being there for every holiday and major event, including when I started to have jazz performances or host technology events in town. Whatever my interest was, she was there and supportive. As WordCamps started to become a thing, <a href=\"https://ma.tt/2009/05/wordcamp-sf-2009-2/mcm_0647-2/\">she was there</a>. I always knew however much I messed up or people were mad at me (there were lots!) I could look out and see my sister&#8217;s face, there to comfort me.</p>\n\n\n\n<p>Her influence on me didn&#8217;t stop with music and art. Charleen&#8217;s early research into genealogy, which included deep dives into libraries and making rubbings of gravestones, couldn&#8217;t be more perfect for my first foray into relational databases. We learned together how to set up the structures in MySQL and phpMyAdmin to represent all of the genealogical information in tables, which complemented the PHP I was learning to <a href=\"https://mullenweg.com/\">create Mullenweg.com</a>, still up today. Before I built any other content management systems the first content I was managing was Charleen&#8217;s and my Uncle Colin&#8217;s research.</p>\n\n\n\n<p>If you&#8217;re a sibling and want to be as awesome as Charleen, start with this: Unflappable, unwavering support, and honesty. My entrepreneurial path was not straight up and to the right: It included many twists and turns, close calls, borrowing money, huge mistakes, but I always knew Charleen was a phone call away. Her sharp intellect was able to slice through whatever I was struggling with, able to back and support me however I needed in that situation. You can jump further when you feel like you have a safety net, and my family has always been that for me. There have been times when it felt like the entire internet was calling for my head, nobody liked me, I couldn&#8217;t do anything right, but Charleen was always there.</p>\n\n\n\n<p>They say there&#8217;s family you choose and family that you&#8217;re born with. Well, if there&#8217;s any sliver of truth to the idea from a movie like <a href=\"https://en.wikipedia.org/wiki/Soul_(2020_film)\">Pixar&#8217;s Soul</a> that you have some choice in the matter of where you end up being born, I&#8217;m delighted that I chose to be born as a little brother to Charleen. Because we saw so many other examples of familial relationships torn asunder, we never wanted that to happen to us, so we&#8217;ve always maintained that ability to just let things go that don&#8217;t really matter as much as your lifelong bond.</p>\n\n\n\n<p>Charleen, thank you for a lifetime of love and support, from my first breaths to our latest adventures. You inspire me to be a better human. I can&#8217;t imagine being as successful at anything I&#8217;ve done in life without you there behind me. I&#8217;ll do my best to follow your example of always being behind you 1000%. You&#8217;re the best sister I ever could have wished for. At this half-century mark, let us count our blessings and plan many more shenanigans. </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, 28 Jul 2024 05:15:02 +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:20;a:6:{s:4:\"data\";s:13:\"\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:70:\"WPTavern: #129 – Eneko Garrido on How WordPress Transformed His Life\";s: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=157542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/podcast/129-eneko-garrido-on-how-wordpress-transformed-his-life\";s: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:32904:\"Transcript<div>\n<p>[00:00:00] <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 a visit to a WordCamp profoundly changed a life.</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. 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 Eneko Garrido. Eneko is a full stack developer who has made</p>\n\n\n\n<p>significant contributions to the WordPress community since attending his first WordCamp in 2019. Eneko&#8217;s journey with WordPress began when he attended WordCamp Bilbao during a challenging time in his life, marked by anxiety and depression. This pivotal experience, not only transformed his career, but also enriched his personal life. Leading him to become a passionate contributor and advocate for the WordPress community.</p>\n\n\n\n<p>We start off by discussing Eneko&#8217;s initial encounter with WordCamp Bilbao, where he felt a profound sense of belonging, and support from the vibrant WordPress community. Despite his initial hesitations, Eneko was drawn to the inclusive and welcoming environment, which motivated him to participate more actively in future WordCamps.</p>\n\n\n\n<p>Eneko goes on to share how his role as a polyglot contributor for the Basque locale has been a consistent source of joy and purpose. His commitment to translating WordPress into Basque has not only helped the community, but also deepened his connection to his cultural heritage.</p>\n\n\n\n<p>We get into the impact that word process had on Eneko&#8217;s life, from opening new career opportunities to fostering lasting friendships. Eneko credits the WordPress community with providing him with a supportive network that has helped him navigate various challenges, including his autism diagnosis in 2021.</p>\n\n\n\n<p>Towards the end of the podcast we discuss Eneko&#8217;s preparations for delivering a talk at WordCamp Europe, a testament to his growth and confidence since this first WordCamp experience. Despite the daunting prospect of speaking to a large audience, Eneko remains resolute and grateful for the supportive community that has been instrumental in his journey.</p>\n\n\n\n<p>If you&#8217;re interested in hearing a heartfelt story about the life-changing potential of the WordPress community, this episode is for you.</p>\n\n\n\n<p>If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Eneko Garrido.</p>\n\n\n\n<p>I am joined on the podcast by Eneko Garrido. How are you doing?</p>\n\n\n\n<p>[00:03:38] <strong>Eneko Garrido:</strong> I&#8217;m fine. I&#8217;m here in Torino today, and we are enjoying WordCamp Europe together.</p>\n\n\n\n<p>[00:03:43] <strong>Nathan Wrigley:</strong> Have you been to any WordCamps before?</p>\n\n\n\n<p>[00:03:46] <strong>Eneko Garrido:</strong> Yes. WordCamps, yes, but this is my first WordCamp Europe. My first WordCamp was in 2019, that was WordCamp Bilbao. And since then, I tried to go to any WordCamp that I could. Today I&#8217;m here thanks to Yoast, because Yoast fund me with the diversity fund.</p>\n\n\n\n<p>[00:04:04] <strong>Nathan Wrigley:</strong> Oh, nice. I did not know that, but that&#8217;s really nice to know.</p>\n\n\n\n<p>The WordPress community in Spain, by all accounts, is really strong at the moment. I know that a lot of countries have gone into a state of decline, really. Certainly in the UK, a lot of the events that were happening, 2019 was the last time they happened, and then Covid came and it didn&#8217;t really come back. But my understanding is that in Spain, it&#8217;s still a very vibrant community.</p>\n\n\n\n<p>Now, you mentioned WordCamp in Bilbao. That&#8217;s going to be the main thing that we&#8217;re going to talk about today, because you&#8217;re doing an intriguing talk at WordCamp Europe. But before we get into that, will you just tell us a little bit about you. Stay away from the WordCamp Bilbao thing, but just tell us what you do on a daily basis. What&#8217;s your relationship with WordPress?</p>\n\n\n\n<p>[00:04:46] <strong>Eneko Garrido:</strong> Okay, so I am a full stack developer. I have been working for the Renfe Group as a full stack developer. The Renfe Group is the Spanish railway company, the Spanish state owned railway company. Nowadays, I am not working because I left that job, and I live in Bilbao. So I am currently searching for new opportunities.</p>\n\n\n\n<p>[00:05:08] <strong>Nathan Wrigley:</strong> Well, thank you for telling us all about that. So first of all, I&#8217;m just going to read off my piece of paper in front of me, about what the subject is going to be. And just to let you know, dear listener, I often go through the WordCamp presentation titles, and I find ones that I think are going to be of interest to the listeners to this podcast, and I picked Eneko&#8217;s one, and let&#8217;s see how this conversation goes.</p>\n\n\n\n<p>Normally I write down a whole ton of questions, and I know more or less what I&#8217;m going to ask. But in this case, it&#8217;s going to be more of a conversation. We&#8217;ll see where it goes. And it goes like this. So the podcast discussion subject, how the WordPress community changed my life: how joining the community after having a bad lifetime changed the way to see the world. And it sounds like, at some point in the past, you were having a difficult time. And then you discovered that there was a thing called WordCamp Bilbao, you attended, and in your own words, the community changed your life. So let&#8217;s go back, rewind the clock, tell us the story.</p>\n\n\n\n<p>[00:06:09] <strong>Eneko Garrido:</strong> So in 2019 I was finishing my compulsory studies in Spain. I was 16 year old little person that was simply trying to finish the studies, and because of some sort of depression, anxiety, I had to leave the college. I repeated that course okay. Then I was at home, and I seen on the WordPress dashboard of my own website that I run, that one event was near me, that was WordCamp Bilbao.</p>\n\n\n\n<p>At that moment, I was living in Pamplona, the city that I have born on. I seen WordCamp Bilbao, and I thought, what is this? I asked my parents, and they looked me like, where are you going? They said to me, do whatever you want. As you are not going classes and you are all day in bed, you can take the bus, go to the grandfather&#8217;s house that is in Bilbao, it&#8217;s the place that I am currently living, and go to that WordCamp.</p>\n\n\n\n<p>The first day of that WordCamp was a little bit strange, because was in a maritime museum. I didn&#8217;t went there in my life. There was three tracks. One that was announced as basic. The other one was as advanced, and the other one was, I don&#8217;t know what was announced like. It was a little bit strange because I was there alone, didn&#8217;t know anything and anyone.</p>\n\n\n\n<p>The day passed with some few things that I remember. The person that was here seated, Fernando Tellado, he wasn&#8217;t going to that specific WordCamp, and that was a little strange thing, because Fernando Tellado has normally goes to every WordCamp in Spain, and I didn&#8217;t know who was Fernando Tellado. And I remember the moment that someone went to the stage and said, now we are going to call Fernando Tellado by phone, because Fernando Tellado is not here. We are going to call him, and talk with him in a moment. And was like, but who is Fernando Tellado? And later on I discovered who was Fernando Tellado, and then I understand everything.</p>\n\n\n\n<p>I remember the moment when I connected really with the community. Was a moment on the contributor day. On the contributor day, I didn&#8217;t know neither what it was. In Bilbao 2019, the contributor day was on the Sunday, okay? So the talks were on Saturday, and the contributor today on Sunday. Because in Spain, normally we do like that. Here in Torino has been the other way. Going to the contributor day, didn&#8217;t know what that was, with my computer on the backpack.</p>\n\n\n\n<p>I&#8217;ve seen that was like some tables, with some topics like community, core, polyglots, design, all sort of things like that. And I choose the polyglots table. That was my first contributor day table. And then on the contributor day table, I met Luis Rull, that is also from the Spanish community. He&#8217;s a local manager of Spanish from Spain. He taught me to translate WordPress. And since then, every month I contribute to the WordPress translations.</p>\n\n\n\n<p>I remember that he took a photo, and published it on Twitter, and said, here is Eneko Garrido, 16 year old person that is a few months older than WordPress, and he&#8217;s here contributing to WordPress. And I remember that he mentioned to Matt. And that moment, I was like, who is Matt? So that was my first WordCamp experience. Until the contributor day, I didn&#8217;t network with anyone really.</p>\n\n\n\n<p>So that is one thing that I said, all the WordCamps, it must be compulsory to go to contributor day, especially for the new people on the community, on the new people that is the first WordPress event. They have to be on the contributor day, because it&#8217;s the day where people is talking, is doing networking. It&#8217;s not like in that hour I have to be on that room, because here talks, I don&#8217;t know. Francisco Torres, who is a very plugin guy, who&#8217;s going to talk about the plugins team. I don&#8217;t know, I think that the contributor day should be mandatory for the first time persons on WordPress event.</p>\n\n\n\n<p>[00:10:36] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s kind of interesting. So the event that we are at now is three days long. The main event is two days long, and then there&#8217;s contributor day at the beginning. And exactly as you said, it&#8217;s the one day where more or less everybody&#8217;s in the same room at the same time, and they&#8217;re free to divert their attention, if you walk over and have a conversation with them.</p>\n\n\n\n<p>Whereas, on the other two days, a lot of people are in conversations in the hallway, but also a lot of people are in presentations, and everybody&#8217;s got to be quiet, and you&#8217;re listening to the speaker and all that. So I completely get what you mean. The contributor day is a really important thing if you want to socialise.</p>\n\n\n\n<p>Can I just go back, and you may not wish to reveal any of what I&#8217;m about to ask, and if you don&#8217;t, that&#8217;s fine, and we&#8217;ll exclude it from the podcast. But I&#8217;m just curious as to what was going on in your life at that time? Because I want to get to a point where we see the contrast between then and now. Because it feels like that is the story, the contrast of what you were like as that 16 year old, spending time in the house. It sounds from what you were saying that you didn&#8217;t get up, and didn&#8217;t have a lot of motivation, or interest and what have you. Are you willing to tell us what was going on? You don&#8217;t have to give us everything. You don&#8217;t have to give us anything, but if you are willing, then please feel free.</p>\n\n\n\n<p>[00:11:49] <strong>Eneko Garrido:</strong> At that time, I was, as I said, finishing the studies. Through all my life, practically, I have suffered from bullying at the school. So going to school was, every day was, making harder for me. At that time I was having anxiety issues, some anxiety attacks in class. I had to quit from classes in the middle of the explanations of the teacher. And that was also because of my autism. I am autistic, and until 2021 I didn&#8217;t get an official diagnosis. That was the time that I went to the adult psychiatrist, because the young people psychiatrist of the public Spanish system, if you don&#8217;t say that you&#8217;re autistic when you born, they don&#8217;t say until you are 18 years old.</p>\n\n\n\n<p>So at 2021 my psychiatrist said that, and from that time I started knowing me more, and understanding more things about me, like my ironies that I don&#8217;t catch. The ironies that people don&#8217;t catch about me. My really fear to socialise, fear and difficulty also to socialise. And until then I didn&#8217;t understand that much about me. That was probably why I was passing a bad time, and I decided to go to a WordCamp that I saw on my webpage.</p>\n\n\n\n<p>[00:13:16] <strong>Nathan Wrigley:</strong> Let&#8217;s just unpack that a little bit. So you&#8217;re obviously inside WordPress, you must have a website or something at this point, because you can see the dashboard. It may be that if you&#8217;re listening to this, you may have disabled this feature, but there&#8217;s a feature in the dashboard by default of WordPress, which is events. And it will geolocate, and it will tell you if there&#8217;s things coming up nearby.</p>\n\n\n\n<p>It&#8217;s text on a screen. How on earth did you summon up the, let&#8217;s use the word courage, to see the text on the screen and think, yeah, that sounds like it could be, I don&#8217;t know, fun or whatever? Because, from everything that you said, my imagination goes to, you&#8217;ll see that, think, okay, there&#8217;s a WordCamp in Bilbao, I&#8217;m not going to that. What pushed you over the edge, because that sounds like an incredibly big jump?</p>\n\n\n\n<p>[00:14:03] <strong>Eneko Garrido:</strong> The thing that pushed me to the edge really was the, not the word, the camp. So the part camp of the word WordCamp was what pushed me to the edge, because sounds like something more interesting than meet up. When I listen meet up, I say, okay, so meet up. People join together, and people that know each other join together to talk about something, okay. But when you listen the WordCamp, you think about the school camps. The camps that your parents send you on in summer. And I said, oh, that WordPress camp, oh, that must be very interesting. I could learn about it.</p>\n\n\n\n<p>I clicked on WordCamp Bilbao, on the link, and that sent me to the WordCamp Bilbao page. And I saw, oh, there is a program with two days of things. I don&#8217;t know who is going to talk about, I don&#8217;t know, SEO, or security, or performance, but it seems very interesting this. That pushed me, and I said, okay, 20 Euros, perfect. The best 20 Euros I have spent on my life really.</p>\n\n\n\n<p>[00:15:10] <strong>Nathan Wrigley:</strong> Really remarkable. Also I&#8217;ve never heard it, you know, the WordCamp being such a profound change there. It associated in your head with, I don&#8217;t know, fun, or having something a little bit different. So you took yourself there, you got in the room, it was the contributor day, and I&#8217;m guessing from everything that you described about your relationship with being sociable, and I think you said you find that difficult to do.</p>\n\n\n\n<p>How did you overcome that? Because I can also imagine you arriving at the venue and getting to the stairs and thinking, I&#8217;m just going to go home. So in you go. Was it a welcoming environment? Did you immediately connect with people, or was it a much more slow process? Where at the end of it you thought, well, that wasn&#8217;t too bad, or was it, well, that was fabulous, or somewhere in between?</p>\n\n\n\n<p>[00:16:00] <strong>Eneko Garrido:</strong> The first thing that I think of when I arrived to WordCamp Bilbao was the doors opening, because I arrived like five minutes before the opening, so I was like the first after the volunteers and organisers. I&#8217;ve seen ,the sponsors stands and I was like, woah, this is serious. This is a conference. Woah, there are hosting companies here. I have a contract with that people.</p>\n\n\n\n<p>Was like, I don&#8217;t know, they give me a bag, they give me a T-shirt, they give me some stickers. I saw also the WordPress logo with the pride flag on a pin. And that was like, woah, what is this? This is very cool. And the people was always with a smile, even when there were bad moments on the event, I don&#8217;t know, because something broke, or something like that, or people running because they arrived late for, I don&#8217;t know, always with a smile.</p>\n\n\n\n<p>And that was one thing that caught me the attention because I thought I was, I&#8217;m not going to start a conversation with anyone. I feel like I could have done that, and that people that was on a small groups, if I started and go to any group, the group will open and take me into that group. And that was one thing that WordCamp Bilbao showed me about, you have to try to be more open.</p>\n\n\n\n<p>Also it is one thing that WordPress is showing me, that I have to be more open and more, I don&#8217;t know how to say it, more helpful with each other, yeah. If someone comes here for talking with me, it&#8217;s like, oh yeah, probably I interest him or she to talk with me about, I don&#8217;t know, WordPress, my life or, I don&#8217;t know, anything, or his life. Here at WordCamp Turin I have met, I don&#8217;t know how many people, but nowadays we have NFC tags that gives you the contact details of the people, and that is awesome because if I don&#8217;t feel like I want to interact with anyone, I say, I don&#8217;t have social energy, but here you have my contact, here you have my Instagram account, my X account. X account, that sounds very bad, my Twitter account please. I don&#8217;t know, it&#8217;s like, we could talk tomorrow, or I don&#8217;t know, who knows? In the next WordCamp we could meet up.</p>\n\n\n\n<p>[00:18:21] <strong>Nathan Wrigley:</strong> I think one of the nice things about these events, that you learn over time is that, quite a few people that you meet at one event, will actually be at the next event. And there&#8217;s also a different philosophy. So if you go to an event, let&#8217;s say, oh, I don&#8217;t know, a networking event that&#8217;s got nothing to do with WordPress, that&#8217;s in a for-profit industry, everybody&#8217;s there for the reason of selling you something, or promoting something, and the whole setup feels different. Whereas at these WordCamps, most people who are wearing the T-shirts saying that they&#8217;re organising the event, are volunteers, they&#8217;re giving up their time for free. And it&#8217;s for the greater good of this project.</p>\n\n\n\n<p>I often talk about this, but I still can&#8217;t work it out. I don&#8217;t know what it is about this community, but it seems to attract a whole bunch of nice people. And I think that&#8217;s one of the things, when I first attended a WordCamp, I immediately got that feeling. Just, wow, like you said, there&#8217;s smiling faces and, you know, if you wander near them, they open up, and what have you. And I just got the feeling, like a much more friendly feeling, and it stuck with me. So my first event was a WordCamp in London, and it left me with the impression, I want to do that again.</p>\n\n\n\n<p>Did you have that? I imagine it wasn&#8217;t perfect. There are probably things where you thought, oh, that was a bit, you know, I wish that would&#8217;ve gone better, or maybe you didn&#8217;t attend everything that you wished to, whatever it may be. But at the end of that, did you come away thinking, right, this is my clan, this is my group, I&#8217;m going to go to more of those?</p>\n\n\n\n<p>[00:19:51] <strong>Eneko Garrido:</strong> Yeah, I feel that. After WordCamp Bilbao, I feel like, yeah, I want more of this. The next day of the contributor day, I signed up for WordCamp Irun 2019, that was next month if I don&#8217;t remember. And I was like, woah, WordCamp Irun 2019, that also was a very special WordCamp because was a WordCamp where they invented, I think, a new format for the WordCamps, that was called WordPress on the Street.</p>\n\n\n\n<p>So that was, one day, the Friday. They put it on, place to talk on the street, on the very big street of Irun. And there was people talking there about WordPress, and there was people on the bars that were in that place looking and saying, I don&#8217;t know what is WordPress, but I am enjoying of this. And there was people of the community that I didn&#8217;t know at that time. But I remember that Joan Boluda, who is very known on this WordPress world, was talking on the street for free.</p>\n\n\n\n<p>One guy that sells courses online was talking about, I don&#8217;t remember what, on the street. It is a format that hasn&#8217;t been done again on Irun, and I think that could be done again, because that attracted a lot of people of Irun.</p>\n\n\n\n<p>[00:21:20] <strong>Nathan Wrigley:</strong> I&#8217;ve never heard of that, and I think that&#8217;s such a neat idea. If you get the location just right, and I guess you&#8217;ve got to have it near the venue, or what have you, and there are people passing by. Yeah, that&#8217;s really fascinating. I genuinely haven&#8217;t heard of that before.</p>\n\n\n\n<p>What are the bits that you found yourself being drawn towards in the community? You obviously showed up at that event, and you didn&#8217;t know which bits, well, you probably didn&#8217;t even know what tables there were going to be. After that, where have you found yourself being drawn to? Is there a bit of the community that you enjoy more, I don&#8217;t know, security, core, or whatever?</p>\n\n\n\n<p>[00:21:49] <strong>Eneko Garrido:</strong> I always have enjoyed polyglots team. I am also currently a GT of the Basque locale. So I submit and I approve the changes on the Basque locale translations. Since then, every WordCamp, I have been on the Polyglots table. In Bilbao, I manage myself in Bilbao, this year, I managed myself the Polyglot&#8217;s table. And we recruited new translators for Basque. Because Basque is a locale that is a little bit, not very translated. Needs a very big push.</p>\n\n\n\n<p>But the thing is that, not too much people know Basque. In Spain, if you don&#8217;t do that in Bilbao, in the Basque country, you will never get someone that will translate to Basque. And I&#8217;ve been on the Core table for my first time, and that was a very good experience because I sent a pull request for Gutenberg, for making the interactivity API from JavaScript to TypeScript, for making the types, and type checking, and all sort of things to prepare it for the 6.6 release.</p>\n\n\n\n<p>[00:23:02] <strong>Nathan Wrigley:</strong> So you said that, since Bilbao, you&#8217;ve been to more or less all the local WordCamps. You haven&#8217;t missed anything. I guess what I&#8217;m trying to tease out of this episode, and we&#8217;re getting to that point now is, has it changed your life? Do you feel that, because it&#8217;s so difficult to imagine, when we say WordPress, it&#8217;s software. You download it from the internet, and you put it on a server, and you have a website of some kind. But it isn&#8217;t that, it&#8217;s much more than that. It&#8217;s this community, it&#8217;s a philosophy, it&#8217;s events.</p>\n\n\n\n<p>How profound has it been? If you were to trace it back to that moment at Bilbao, can you honestly say that it is WordPress, and all that means, that has transformed things. And, has it made your life better? Have you got new friendships, and a better quality of life because of those friendships and so on?</p>\n\n\n\n<p>[00:23:50] <strong>Eneko Garrido:</strong> Yeah. If I hadn&#8217;t go to WordCamp Bilbao, I wouldn&#8217;t be here probably. And also, probably, I wouldn&#8217;t have work at the place that I was working until a few months. And I wouldn&#8217;t met a lot of people that is very good people. All people in the Spanish communities is very good people. I love them so much.</p>\n\n\n\n<p>[00:24:14] <strong>Nathan Wrigley:</strong> So you&#8217;ve made real friendships. Because you can make a lot of acquaintances in the WordPress space. People that you know, you know their face. You can say hi to them, but you might not, I don&#8217;t know, go out for a meal with them or something like that, and really class them as friends. But you&#8217;ve managed to make those relationships real friendships.</p>\n\n\n\n<p>[00:24:29] <strong>Eneko Garrido:</strong> Yeah, I made very strong relationships. For instance, with Paco Marchante, who is from the plugins team, with his girlfriend Paula Carmona. We have a group, and we talk every day. They are like my reference in friends, and I have made a very strong friendship relationship with them.</p>\n\n\n\n<p>[00:24:51] <strong>Nathan Wrigley:</strong> You mentioned some of the things that you have to deal with. Do you find that the way that you can communicate with your friends in WordPress, because often a lot of it&#8217;ll be, I don&#8217;t know, Slack channels or something like that, does that work better for you? So it&#8217;s not like you&#8217;re always going to be, I don&#8217;t know, meeting up in a bar, or going to a live event. A lot of it will take place on text-based things, where you can do that in the comfort of your own home. Does that aspect of it make it easier for you?</p>\n\n\n\n<p>[00:25:18] <strong>Eneko Garrido:</strong> Yeah, a lot. A lot because it&#8217;s like, today I don&#8217;t want to socialise, so I don&#8217;t look my phone, and everything perfect. Instead, if we meet on a bar, it&#8217;s like, no guys, I won&#8217;t be going today, sorry. And it&#8217;s like more for that. I don&#8217;t meet up at the bar for that.</p>\n\n\n\n<p>With WordPress, the Slack channels are like my newsletter for all days. I try to maintain myself reading every day the Making WordPress Core Slack channel, because it&#8217;s like newsletter of WordPress, using new PRs, using new features, new bugs. Someone says one day, today is hunting day, so we are going to meet up here to review, I don&#8217;t know, review issues. Sometimes it&#8217;s like, I don&#8217;t going to text because I am a little bit shy, but I am going to read you, and I am going to follow you, and probably someday I will say something.</p>\n\n\n\n<p>[00:26:16] <strong>Nathan Wrigley:</strong> Yeah. I mean, it really does feel like, the way that people communicate in the WordPress community, I mean, obviously there are events like this, where you can meet up people face-to-face and what have you. But it does lend itself really well to, you can do it whilst you&#8217;re in the comfort of your own home, you can be sitting eating breakfast and having these conversations. You can have your laptop, watching the telly at the same time. You can really make the environment that you&#8217;re in really comfortable, and exactly what you want, and be socialising at the same time.</p>\n\n\n\n<p>Now, everything that you&#8217;ve said, we&#8217;re at the biggest WordCamp there is. It&#8217;s about 3000 people. It&#8217;s really big. And you&#8217;ve laid out this story, and yet you&#8217;re going to be given a presentation here. And first of all, how are you feeling about that? Are you feeling okay about that? Let&#8217;s just leave it like that.</p>\n\n\n\n<p>[00:26:58] <strong>Eneko Garrido:</strong> When I arrived the first day here, that was on the contributor day, and I saw the track one, that is the place where I am going to talk, that was like, oh, yeah, it was that big. Here fit probably 2000 people, and was like, woah. And on contributor day, when I was on the photography team as a volunteer, I went up on the stage to do some photos, to do the family photo. And I&#8217;ve seen all people there, I was like, oh, I want to go now to a local store, buy some Apple Vision Pro glasses, or something like that, that is very new. And they announce like, you won&#8217;t see anything from outside, put some images from the Alps or something like that, and start doing my slides. Because that is like, woah, I don&#8217;t know how I am going to feel tomorrow to do this.</p>\n\n\n\n<p>[00:27:53] <strong>Nathan Wrigley:</strong> I hope it goes well. I mean, I really do. From everything that you&#8217;ve told me, it seems like you&#8217;ve come on a really profoundly life-changing journey. Honestly, it is very, very rare that I talk to somebody, and I talk to a lot of people, whose actual life has been kind of turned upside down in a good way by the software, and the community around the software.</p>\n\n\n\n<p>More often than not we&#8217;re talking about plugins, or themes, or code, or what have you. It&#8217;s deeply affecting me this story, I think it&#8217;s really amazing. And it sounds like it&#8217;s allowing you to do a lot of things that you wish to do. The community supporting you, helping you, and I hope that it goes well tomorrow. I&#8217;m sure that it&#8217;ll be fine because you know that, despite the fact that there might be large numbers of people in the audience, all of those people are, it sounds a bit corny, but all of those people are nice people, and they&#8217;re wishing you the best. So I really hope it goes well tomorrow. And I&#8217;d just like to say thank you for sharing your story. That was really interesting.</p>\n\n\n\n<p>[00:28:51] <strong>Eneko Garrido:</strong> Thank you for you for this opportunity for me talking here, because this was like, oh, someone wants for me to talk on a podcast. I received an Slack message, and I was like, woah, what is this? I am dreaming or something like that. This only happens to the big talkers, to the biggest speakers of WordCamps. Thank you for you, for this opportunity to be here today.</p>\n\n\n\n<p>[00:29:16] <strong>Nathan Wrigley:</strong> You are very, very, welcome. Thank you so much for joining me on the podcast today. Really appreciate it.</p>\n</div>\n\n\n\n<p>On the podcast today we have Eneko Garrido.</p>\n\n\n\n<p>Eneko is a full-stack developer who has made significant contributions to the WordPress community since attending his first WordCamp in 2019. Eneko&#8217;s journey with WordPress began when he attended WordCamp Bilbao during a challenging time in his life, marked by anxiety and depression. This pivotal experience not only transformed his career but also enriched his personal life, leading him to become a passionate contributor and advocate for the WordPress community.&nbsp;</p>\n\n\n\n<p>We start off by discussing Eneko&#8217;s initial encounter with WordCamp Bilbao, where he felt a profound sense of belonging and support from the vibrant WordPress community. Despite his initial hesitations, Eneko was drawn to the inclusive and welcoming environment, which motivated him to participate more actively in future WordCamps.</p>\n\n\n\n<p>Eneko goes on to share how his role as a polyglot contributor for the Basque locale has been a consistent source of joy and purpose. His commitment to translating WordPress into Basque has not only helped the community, but also deepened his connection to his cultural heritage.</p>\n\n\n\n<p>We get into the impact that WordPress has had on Eneko&#8217;s life, from opening new career opportunities, to fostering lasting friendships. Eneko credits the WordPress community with providing him with a supportive network that has helped him navigate various challenges, including his autism diagnosis in 2021.</p>\n\n\n\n<p>Towards the end of the podcast, we discuss Eneko&#8217;s preparations for delivering a talk at WordCamp Europe, a testament to his growth and confidence since his first WordCamp experience. Despite the daunting prospect of speaking to a large audience, Eneko remains resolute and grateful for the supportive community that has been instrumental in his journey.</p>\n\n\n\n<p>If you&#8217;re interested in hearing a heartfelt story about the life-changing potential of the WordPress community, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p>Eneko&#8217;s presentation at WordCamp Europe 2024: <a href=\"https://europe.wordcamp.org/2024/session/how-the-wordpress-community-changed-my-life/\">How the WordPress community changed my life</a></p>\n\n\n\n<p><a href=\"https://yoast.com/yoast-diversity-fund/\">Yoast diversity fund</a></p>\n\n\n\n<p><a href=\"https://www.renfe.com/es/en/renfe-group/renfe-group\">Renfe Group</a></p>\n\n\n\n<p><a href=\"https://bilbao.wordcamp.org/2024/\">WordCamp Bilbao</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/podcast/128-fernando-tellado-on-ai-tools-and-rehumanising-the-web\">Fernando Tellado&#8217;s Jukebox podcast epsiode about AI Tools and Rehumanising the Web</a></p>\n\n\n\n<p><a href=\"https://irun.wordcamp.org/2022/\">WordCamp Irun</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, 24 Jul 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\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:96:\"Do The Woo Community: The Buyer’s View, Scaling Enterprise with Karim Marucchi and Tom Willmot\";s: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://dothewoo.io/?p=84784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/the-buyers-view-scaling-enterprise-with-karim-marucchi-and-tom-willmot/\";s: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:34400:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-32 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-31 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-30 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-13 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-29 wp-block-group-is-layout-constrained\">\n<img width=\"1650\" height=\"1650\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2021/03/avalara-logo-_dtw.png?resize=1650%2C1650&ssl=1\" alt=\"\" class=\"wp-image-75400\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-14\"><strong><a href=\"https://www.avalara.com/us/en/products/enterprise.html\" target=\"_blank\" rel=\"noreferrer noopener\">Avalara</a></strong>:  providing cloud-based and scalable global tax compliance that is hassle-free, safe and secure plus topped off with enterprise-class security.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Karim:<br />Well, hello, welcome to Scaling Enterprise WordPress and Open Source Software. This is the Buyer’s View. As you might remember from our last episode, we are going to be doing two podcasts a month: one that is closer to the buyer’s view and helps the enterprise see how to engage and work with WordPress and open source software, and the other side will be more of a community-focused WordPress project podcast around how the project and WordPress can focus on the enterprise in certain areas. My name is Karim from the Scale Consortium. I&#8217;m also CEO of Crowd Favorite. With me is Tom Willmot. Tom?</p>\n\n\n\n<p>Tom:<br />Hello. Great to be here. Excited to be kicking this off, what I hope becomes a regular thing for us. I&#8217;m also a founding member of the Scale Consortium and the CEO and co-founder of Human Made. Yeah, excited to get into this.</p>\n\n\n\n<p>Karim:<br />Me too. Me too. So let&#8217;s jump right in. We at the Scale Consortium figured that it was time to have a group that unified and had a singular voice around helping the enterprise navigate open source software and WordPress specifically and its options. Tom, how do you see how we do that?</p>\n\n\n\n<p>Tom:<br />Yeah, I mean, good to probably just step back and talk about that a little bit. The challenge we have in the enterprise WordPress space, and I think the challenge buyers face is compared to the single vendor options that are out there where they can talk to the buyer with a unified message and simplified positioning. The strength of the WordPress ecosystem is it&#8217;s really broad and deep and that brings lots of benefits. There&#8217;s lots of choice and flexibility, but it does mean that as a buyer you can look at all of that and it can be a bit overwhelming. It can be a bit confusing. Where do you go? At Scale Consortium, we come together and we work together across vendors within the space to give that clear view.</p>\n\n\n\n<p>Karim:<br />Well, one of the things I hear most is if an enterprise wants to approach WordPress, where do they go? Do they go to a host?</p>\n\n\n\n<p>Tom:<br />Right? Who&#8217;s the vendor? Maybe they turn up to a host, maybe they find an agency. But yeah, it&#8217;s not so simple.</p>\n\n\n\n<p>Karim:<br />And then on the community side, folks argue that if you go to one vendor or one host, you&#8217;re going to get their flavor of WordPress. One of the things that I&#8217;m hoping that we&#8217;re going to dive into is that really you can customize WordPress to do almost anything, but the point here is that there are no flavors of WordPress. There are flavors of Linux that are forks. This is all the same WordPress, right? It&#8217;s just the special sauce that any one team might bring to it or the special sauce that any one host or any other one product might bring to it. But WordPress is not the same type of complex ecosystem that operating systems were for the last 40 years. So let&#8217;s dive right into the introduction to why WordPress. Its current market share is 43% of the internet. So it has very strong strengths, right?</p>\n\n\n\n<p>Tom:<br />Yes. Even amongst the kind of enterprise tier, it&#8217;s pretty dominant depending on how you&#8217;re talking about measuring it. It’s certainly true that the vast majority of enterprises, the vast majority of businesses, have got WordPress somewhere, even if they&#8217;re not using it as their primary CMS, they&#8217;re using WordPress somewhere in their organization. And actually there&#8217;s plenty that are using it as their primary, but I think that&#8217;s secondary. The CMS kind of narrative is the WordPress history is quite relevant, I suppose, to how WordPress started to break into business and how that&#8217;s evolved over time.</p>\n\n\n\n<p>Karim:<br />But if it’s a generalist platform and it’s being used as that secondary system, is it just vanilla is the problem we run into all the time? We have a hard time explaining to folks that what ends up happening is this isn’t just a generalist system that can’t help you with your specific need because the WordPress project is so general, you can actually bring it and customize it for your specific needs without having to use the technical term fork, without having to fork the code, without having to move away from it. You can adapt it to your needs. It’s so adaptable, which is what I think some of the successes out there are, right?</p>\n\n\n\n<p>Tom:<br />Sure, yeah, a hundred percent. That means that the barrier to entry actually is quite low. It’s quite easy to get going with WordPress and then you can customize it and it’ll flex with you and scale with you. There’s WordPress out of the box. Of course, if you’re an enterprise user of WordPress, you do need some stuff on top of that, right? You have specific common needs across enterprise or workflows or governance or digital asset management or whatnot. And so there’s this layer of stuff that exists in the ecosystem that does make WordPress meet the needs of enterprise. And then of course you get the vertical-specific needs too, whether that’s higher education, financial institutions, or publishing.</p>\n\n\n\n<p>Karim:<br />But I want to jump into this question of the first choice versus second choice, because I remember the way I approached WordPress when we first came into the space was automatically assuming it was going to be a first choice. One of our larger projects that we started now 14 years ago, it was the first choice. So I came to the WordPress larger enterprise community thinking, oh, let&#8217;s do that. And then I was shocked to find out that more than one of the managed hosts, their marketing was all targeted towards WordPress as a secondary enterprise. They had one of those monolithic enterprise systems as their .com, and then the host was saying, we&#8217;re never going to get that .com, so we&#8217;re actually going to market as put your .com out there with this monolithic system and then after that, or proprietary system. And then after that, all these smaller sites that you don&#8217;t want to invest so much time in those ones can actually be on WordPress. And that shocked me. I mean, how did you find that back then?</p>\n\n\n\n<p>Tom:<br />Yeah, I mean, I think to some degree that reflects how WordPress usually comes to be used by an organization, which is usually bottom up. It&#8217;s usually people in the organization who are on the front lines using these tools and they want to use WordPress. Maybe they&#8217;re familiar with it, maybe they&#8217;ve used it somewhere else, and then they&#8217;ll fight internally to get WordPress. And so maybe it comes into one specific team or one department rather than those large rollouts, which are usually top down run by IT or something. I think what we&#8217;ve seen over the last decade, it started out like that actually.</p>\n\n\n\n<p>Now there are plenty of organizations where that the WordPress gets its foot in the door and then it works its way through the organization and unseats the primary CMS. And so I think that’s great. WordPress is definitely validated as a great primary option. And if anything, I think that’s the biggest gap now to close because we are, how do we make the jump from people inside organizations fighting the fight to get WordPress? How do we make that jump to the top down the IT rollouts or digital strategy rollouts?</p>\n\n\n\n<p>Karim:<br />And that’s interesting because I’ve always tried to address it specifically as how do we head to head compare ourselves to these monolithic proprietary systems and how do we show that we can feature for feature or more importantly business need by business need actually come up to that level? Because people still think of WordPress as this, oh, it’s just a CMS. Oh, it’s just to push pages and articles not necessarily can help me integrate data from many different sources or so forth or so on. So it’s interesting to see that there’s part of the market that is still thinking of it this way as second choice.</p>\n\n\n\n<p>And then there’s the other part of the market that’s saying, how do we actually show that we can do this? And more and more case studies are coming up that way. You’ve worked on a giant major European bank as WordPress being the first open source. We’ve worked on one of the largest media companies with WordPress being the first choice, the .com, so to speak, of all their major sites. So it works that way. But how do we get that message out? And I guess that falls down to the enterprise needs. What do you think about that? What are the enterprise needs?</p>\n\n\n\n<p>Tom:<br />I think that’s the opportunity here, right? Because actually the enterprise needs, I think particularly these days, the trends that we’re seeing in the industry actually I think pair very well with WordPress around total cost of ownership, the need for a lot of flexibility that just increases and increases. We’ve seen this kind of trend of all-in-one DXP, which feels like it’s peaked and now, and actually we want to own more of our stack and be able to swap pieces out, and we need it to integrate with the long tail of things that we are using across the enterprise. And so actually that really starts to, WordPress actually been a particularly good fit for a lot of those needs. And again, it’s like we’ve got to form clear messaging around that so that enterprises are aware and they&#8217;re being told that they can discover that for themselves. It doesn’t need to come up through this backdoor, secondary route.</p>\n\n\n\n<p>Karim:<br />So the general WordPress project as an open source project needs to stay communicating that we can be all things to all people. And because most of the internet are smaller sites in the enterprise space, we&#8217;re a very small subset of clients by volume. What ends up happening is it’s a very small voice. So then it becomes up to the Scale Consortium podcasts like this one, the agencies, and products that want to work with the enterprise to try and communicate that. What we need to do is try to bring together some</p>\n\n\n\n<p>sort of unified messaging because those needs aren’t being met. If a particular host or product or an agency is saying, oh, well let me show you how I do it in this one exact example, they get pigeonholed right away. Most people are very surprised to find out that WordPress can be used as the central hub of an ERP system. There are large medium enterprises, not necessarily the Fortune 100, but right below that, that are using WordPress to manage content on what could be classified as an ERP system, not just a CMS or a marketing solution. You’d say, why would you do that? Why wouldn’t you use one of those other applications? And I feel that the bottom line of the need of the enterprise is not what is the name of the package, what is the technology? What programming language am I going to use? What’s going to solve the business need? And in this particular case, going back to quoting Matt Mullenweg from WordCamp San Francisco, 2010 or 2012, it takes five minutes to learn how to publish a page. Bottom line.</p>\n\n\n\n<p>Tom:<br />That time to publish and the flexibility of that, again, it is something actually we can often take for granted. I think within the community, we often have this experience when we are demoing to clients and actually it&#8217;s the stuff that we forget is actually quite groundbreaking already. The fact that you can log in and edit a page and publish it, have it live within five, 10 minutes, and those things are not actually true across the rest of the competitors.</p>\n\n\n\n<p>Karim:<br />Exactly, exactly.</p>\n\n\n\n<p>Tom:<br />Yeah. This kind of central hub piece, I wonder if that&#8217;s something we certainly see a lot. I imagine it’s similar in the work you are doing where actually customers are building DXPs, they do end up with a DXP, but they&#8217;ve put it together themselves with WordPress at the center and all of these other pieces. And so it&#8217;s true that the world has the needs of enterprise that have evolved beyond just CMS. Absolutely. There&#8217;s a bunch of other pieces now, but WordPress doesn&#8217;t need to be all those things. What WordPress needs to do is integrate really well with them.</p>\n\n\n\n<p>Karim:<br />That&#8217;s the key. That’s the key, right? Because both of us have done presentations on how you&#8217;ve built a DXP centered on WordPress and it&#8217;s an amazing product, and we&#8217;ve done this composable direction, which we&#8217;re going to talk about a little bit later, but this composable direction. But the key is integrating. The key is for all these folks, all the folks who might be listening who have been around the block a few times, old school, 1990s, system integration of middleware. If you think of it in those terms, WordPress is a great connector.</p>\n\n\n\n<p>Tom:<br />Yeah. That&#8217;s usually where we find clients end up in actually. They&#8217;ve got WordPress as that central hub.</p>\n\n\n\n<p>Karim:<br />So how do you address when you end up going to an enterprise client and you have the technical team of the enterprise, the client goes, but it’s WordPress, it’s a blog. How do you address that?</p>\n\n\n\n<p>Tom:<br />Yeah, I think that is something that&#8217;s improved quite a lot, certainly over the last five years. I think the number one thing is just that the WordPress, there are so many examples now of WordPress being used really for the very biggest stuff on the internet across almost all verticals. And so you can usually rely on just a lot of direct evidence. Actually, that’s not the case. So usually it&#8217;s a mix of lots of case studies, lots of references, and lots of demos that you can show and demonstrate. And perhaps five or 10 years ago, you perhaps were on the cutting edge if you were trying to use work with the scale. Actually that’s just completely normal now. And the concern is just out of date. And so you can just show all of the evidence. And actually there are many more examples. There are many more high scale WordPress sites than most of these other platforms actually.</p>\n\n\n\n<p>Karim:<br />No, exactly. Exactly. So I think we&#8217;ve reached the part where it&#8217;s time for a small break and when we come back, Tom, I think you&#8217;re going to head us off with talking about the evolution of content management and how we got here. See everybody in a minute. Thank you.</p>\n\n\n\n<p>Tom:<br />Okay, welcome back. So Karim, we touched a little bit in that previous section on the evolution of the enterprise CMS and the evolution of content management and how WordPress fits into them. And so I think that’d be good to just dive in on a bit and expand on. One of the things I often reflect on is that the narratives out in the industry, the buzzwords, the framing, the structure of how we think about enterprise CMS has actually historically mostly been set by the competitors to WordPress. So I think this is an opportunity, right, for WordPress to start actually putting its vision for enterprise CMS forward and more that maybe you can do as a bit of an explainer on that.</p>\n\n\n\n<p>Karim:<br />Well, yeah, because if you look at the history, content management systems started out what we used to call OnPrem, right, on premises. And then with the evolution of SaaS and the evolution of not just software as a service, but just thinking of things being not within your own system but putting together lots of other systems. You ended up with just this expectation that it was out there in somebody else&#8217;s system. But there’s a lot of Fortune customers and there’s a lot of mid-market enterprise companies that say, we need our data internally.</p>\n\n\n\n<p>And one thing that’s vastly overlooked is that if you&#8217;re using open source and specifically WordPress as this hub that we were talking about, that lets you literally own your data and actually keep solid control over what&#8217;s being shared outside. It&#8217;s not about points of failure necessarily, although it can be. It&#8217;s not about having things across 12 or 15 different SaaS’s out there and different companies having access to your data. You solve all of those things if you are centralizing saying that your source of truth is your content management system. And that is an evolutionary piece that&#8217;s been lost in the last 10 years of the MarTech stack explosion of SaaS products, I feel.</p>\n\n\n\n<p>Tom:<br />Yeah, I couldn&#8217;t agree more. A common occurrence for us, which I&#8217;m sure you&#8217;ll run into too, it will be working with a new client who are wanting to move to WordPress and a driver of that move is that they have bought into a legacy CMS or a CMS that is now legacy in which the company behind it actually are no longer around or they&#8217;re no longer supporting it. Maybe they&#8217;ve built a new product and the cost to move to that new product is the same as the cost to move to WordPress. Actually, that’s a pretty dominant frame for the industry. A lot of enterprises make the decisions over a five to 10-year cycle because actually that&#8217;s the cycle. That&#8217;s the lifetime of a lot of these platforms that in five to 10 years they&#8217;re going to be legacy and you&#8217;re going to want to move to something new. A lot of the education we are doing as part of a WordPress installation is that&#8217;s actually not true in open source. We&#8217;ve got a much longer time horizon ahead and you&#8217;re not going to need to move off in five years because WordPress is still going to be around and innovating.</p>\n\n\n\n<p>Karim:<br />I&#8217;m actually going to challenge that, Tom. I&#8217;m going to say I don&#8217;t see clients that are spending in a total of five years on a platform before saying they want to move.</p>\n\n\n\n<p>Tom:<br />Like you&#8217;re seeing it come down.</p>\n\n\n\n<p>Karim:<br />I&#8217;m seeing it come down because of their marketing so hard against each other. Sure. If you look at the market leaders in the DXP area, they&#8217;re marketing so hard against each other that they&#8217;re innovative and the others aren’t.</p>\n\n\n\n<p>Tom:<br />It&#8217;s true.</p>\n\n\n\n<p>Karim:<br />They&#8217;re marketing so hard against each other about how they&#8217;re better that CMOs and CIOs are saying, well, maybe it&#8217;s worth the cost of migration and they&#8217;re bouncing. Or if it is a longer-term thing, it&#8217;s because they created a bespoke dead end of their own that the cost of owning it is so high that they&#8217;re like, okay, now what do we do? And coming back to your point, doing something with a platform like WordPress that doesn&#8217;t have major migrations,</p>\n\n\n\n<p>Tom:<br />No, sure.</p>\n\n\n\n<p>Karim:<br />It’s not free. You actually need to maintain it, right? Which is another misconception.</p>\n\n\n\n<p>Tom:<br />I mean it’s actually a big difference even between WordPress and Drupal, which are the two open source platforms, but Drupal actually does have this cadence of major backwards compatibility breaking releases, which we see from the WordPress side whereas a user of Drupal seven, you&#8217;ve got to make the decision, okay, I&#8217;m going to spend a bunch of money moving to Drupal 10, or actually maybe I&#8217;ll move to something else.</p>\n\n\n\n<p>Karim:<br />And another nod to Matt and the way he&#8217;s thought of the WordPress project, Matt Mullenweg, in the sense that he has been really steadfast about not breaking backwards compatibility sometimes even to the point where you and I are frustrated in thinking how can we move the platform forward? But it&#8217;s really helped us in that long-term future. So as I&#8217;ve seen the SaaS companies market harder and clients have more and more choices and flip even more, the more I&#8217;ve seen the total cost of ownership come down for staying on something like WordPress, the more I&#8217;ve seen the cost of migration be not just money, but also the time aspect and the retraining of your employee base. So it&#8217;s been very hard to understand exactly how to relate this back to customers because they&#8217;ve only seen the last 10 years of marketing that again, these marketing budgets on these major platforms are huge and all these individual companies that are trying to help enterprises with WordPress are going, we can&#8217;t match that marketing of that major platform. That brings me to the one word that I</p>\n\n\n\n<p>think has started to take over from just digital experience or digital transformation. There&#8217;s a lot around the word composable these days, and I know a lot of people assume that means, oh, I&#8217;m just going to compose three or four SaaS platforms, I&#8217;m going to compose my own system. We&#8217;ve come to realize that when they do that, they end up with a mess of the poor marketing staff that has 18 tabs open in a browser and to get one workflow done for marketing tasks, they&#8217;ve got quite literally six to seven different interfaces with six to seven different products that are trying to swap information back into each other, sometimes in real-time, sometimes not. Is there a way that this general tool of WordPress helps? We feel it does. How does your team deal with that with the vertical of the enterprise? How does your team try to address how can we not have customers do this?</p>\n\n\n\n<p>Tom:<br />Yeah, I think we went through this phase with the kind of all-in-ones, whereas kind of this bundling phase and the dream there that was being sold was if everything&#8217;s all in one place, you&#8217;re not going to have to worry about it. You&#8217;ll get everything you ever need here. And usually that doesn&#8217;t work out right, because actually they&#8217;re too limiting and the stuff you need to do, they can&#8217;t innovate fast enough to keep up with the pace of change in the ecosystem. As then we&#8217;ve kind of swung the other way, okay, now it&#8217;s completely composable all of your tools just talk to each other. You can swap any of them out at any time. But again, that brings a bunch of challenges, right? Actually it ends up with a pretty brittle system. How do you do governance across 20, 30 different SaaS tools that you lose track of what you are being billed for? The person who set that SaaS tool up is left now and you can no longer log in. A bunch of challenges there.</p>\n\n\n\n<p>I feel like you go through those cycles and you come back to meet a little bit in the middle where actually this hybrid CMS that sits at the center that absolutely can plug in to the stuff you want to use externally but is still providing a significant portion of your functionality and acts as that hub. The compromise between composability and all-in-one, I think the fully composable platforms inevitably will need to trend in that direction where actually there ends up being some hub or the management platform that ends up needing to be developed to just manage all those different SaaS tools becomes that hub over time probably. And same thing, we&#8217;re seeing the all-in-one DXPs trying to become as composable as possible as quickly as possible because realizing the limitations of all-in-one, and again, I think it’s that trend just plays really nicely for WordPress.</p>\n\n\n\n<p>Karim:<br />But can an all-in-one solution be the best tool for every job?</p>\n\n\n\n<p>Tom:<br />No, I think that’s the fundamental failure. Ultimately, they’re attractive to begin with and I think we’ve just seen that play out in the market where the pitch is very attractive and very compelling, and then the reality doesn’t deliver on that for a variety of reasons. And I think we just, we&#8217;ve seen that play out in the market. We&#8217;re past the peak of that. There are now plenty of organizations who&#8217;ve bought into that and either they&#8217;ve been paying for a bunch of tools they haven’t really got the value from, or they need to do stuff more quickly than the platform that they’re bought into is innovating and they&#8217;re starting to look around and want to use other stuff. And the bunch of those end up moving to something like WordPress. That’s part of the inflow we see into the WordPress market.</p>\n\n\n\n<p>Karim:<br />Absolutely. Exactly. Well, so I feel like episode zero, our first episode with Brad gave us the concept of what the entire show&#8217;s about, and today we&#8217;ve laid out what the differences are between the two different shows and introduced the concepts of what we&#8217;re going to talk about. And with that, we agree completely as you were saying in talking to our friend Remkus from this community. I&#8217;m sure that the upcoming episodes where we&#8217;re going to talk about procurement, we&#8217;re going to have to talk about how to approach customers, we&#8217;re going to talk about how to service those customers. We&#8217;re going to talk about what the solutions are for the enterprise.</p>\n\n\n\n<p>It’s going to be a little bit more of showing how we have a little bit of a different take on these things. But just from this conversation, I can see conversations around, like I said, speaking with a procurement specialist, speaking quite literally with somebody from some of these other monolithic platforms about what they feel they do best and having these conversations, talking about how to integrate well with SaaS and what that looks like, customized workflows. These are some of the topics that I feel like are coming down the pipeline in our next episodes that are really going to start asking and answering questions on how can we do better as a WordPress community in communicating this and give some information out to enterprise buyers on how they can approach any of the vendors who work with WordPress.</p>\n\n\n\n<p>Tom:<br />It’s a nerdy thing to say, but I think it&#8217;s a pretty exciting time in the enterprise CMS space, right? There is actually a lot happening. There are some trends peaking. There are some new trends coming. There&#8217;s a lot of players in the space scrambling to figure out what that is. The analysts have all got their takes. Are we agile CMS? Are we composable? Is it composable content? There&#8217;s so many of these things. As a buyer, it’s pretty confusing. And a lot of these platforms at the moment you’re kind of like, okay, I&#8217;m going math, I&#8217;m all in on this, or I&#8217;m going with an all-in-one. And you&#8217;re kind of all in on that. So they&#8217;re pretty consequential decisions as well, I think, as a buyer. And so I think there’s a ton of scope for us to get into all of that debate, all of that. What&#8217;s the WordPress answer to a lot of these things? Again, that&#8217;s not really discussed much.</p>\n\n\n\n<p>Karim:<br />I’d like to invite literally an analyst from one of the companies to come on and ask them why, besides the fact that it&#8217;s pay for play, why can&#8217;t we get any attention?</p>\n\n\n\n<p>Tom:<br />Yeah, I think that would be great.</p>\n\n\n\n<p>Karim:<br />As an open source.</p>\n\n\n\n<p>Tom:<br />Yeah, I would love to do an episode on analysts and their place. I think there&#8217;s tons to say there. Yeah, well exciting stuff. Okay, good first episode and more to come.</p>\n\n\n\n<p>Karim:<br />Absolutely. So Tom, tell us about Scaling Enterprise WordPress and Open Source.</p>\n\n\n\n<p>Tom:<br />We are the buyer’s view, but we&#8217;ll be in the same feed as the sister cast that we&#8217;re going to be doing with Brad Williams, which is, as Karim said, the Enterprise WordPress community-focused version. And so we&#8217;ll be in the same feed. So you can listen to both of those. I think both are going to be interesting to everyone inside enterprise WordPress. If you’re a buyer, maybe you’re more interested in this buyer&#8217;s view one, add us to your favorite podcast subscription. Come along on this journey. And I think most of all, we are just starting out and so we really want to hear from people. What are you seeing out in the space? What are the questions people have got? What would they hope to get from a show like this? I think we&#8217;ll lead a lot on that as well as we go. Do people have questions that we can answer? Are there topics people would like us to cover? Are there people that it would be great to get on? Let us know and we&#8217;ll endeavor to do so.</p>\n\n\n\n<p>Karim:<br />So go over to Do the Woo and check on our feeds and whichever podcast platform you&#8217;re using, and also feel free to go to scalecms.org and get in touch with us and ask us to do a particular topic or dive into something. We&#8217;d be happy to talk to you. We are really looking forward to bringing back some informative and useful information to help enterprises really understand how to better engage with WordPress and open source.</p>\n\n\n\n<p>Tom:<br />Alright, a good place to finish. Thanks very much, Karim.</p>\n\n\n\n<p>Karim:<br />Thank you Tom, it’s been awesome. Talk to you soon.</p>\n</div>\n\n\n\n\n<p>In this episode of <em><strong>Scaling Enterprise WordPress and Open Source Software</strong>,</em> hosts <strong>Karim Marucchi</strong> and <strong>Tom Willmot</strong> kick off <strong><em>The Buyer&#8217;s View.</em></strong> They discuss the challenges and benefits of using WordPress and open source software in the enterprise space and highlight the flexibility and adaptability of WordPress, which can be customized to meet specific needs without having to fork the code. </p>\n\n\n\n<p>The talk move into the evolution of content management and how WordPress can serve as a central hub in a digital experience platform (DXP), integrating with other tools and systems. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Dual Podcast Approach</strong>: Do the Woo in partnership with the Scale Consortium is producing two podcasts a month: one focusing on the buyer&#8217;s perspective and the other on the community-focused WordPress project.</p>\n\n\n\n<p><strong>Unifying Enterprise and Open Source</strong>: The Scale Consortium aims to provide a unified voice to help enterprises navigate open source software and WordPress, offering guidance on engagement and options.</p>\n\n\n\n<p><strong>Enterprise Challenges</strong>: Enterprises face challenges with WordPress due to its broad and deep ecosystem, which can be overwhelming and confusing compared to single vendor options.</p>\n\n\n\n<p><strong>Customization and Flexibility</strong>: WordPress can be highly customized without forking the code, making it adaptable for specific enterprise needs and serving as a versatile tool for various applications.</p>\n\n\n\n<p><strong>Primary vs. Secondary CMS</strong>: There is a perception issue where WordPress is often seen as a secondary choice, but there are many examples of it being used as the primary CMS in major enterprises.</p>\n\n\n\n<p><strong>Enterprise Needs Alignment</strong>: WordPress aligns well with current enterprise trends such as total cost of ownership, flexibility, and the need for integration with various tools and systems.</p>\n\n\n\n<p><strong>Composability Trend</strong>: The concept of composability is becoming more prevalent, and WordPress serves well as a central hub for integrating various SaaS platforms and tools.</p>\n\n\n\n<p><strong>Integration Capabilities</strong>: WordPress excels as a connector in a composable ecosystem, allowing for seamless integration with other systems and tools.</p>\n\n\n\n<p><strong>Backward Compatibility</strong>: WordPress has a strong focus on backward compatibility, reducing the need for major migrations and ensuring long-term stability for enterprises.</p>\n\n\n\n<p><strong>Marketing Challenges</strong>: The marketing budgets of major platforms overshadow the smaller voices advocating for WordPress, making it challenging to communicate its advantages effectively.</p>\n\n\n\n<p><strong>Analyst Engagement</strong>: There is a desire to engage analysts and better understand why open source platforms like WordPress struggle to get the same level of attention as proprietary systems.</p>\n\n\n\n<p><strong>Future Episodes</strong>: Future podcast episodes will cover topics such as procurement, customer approaches, service strategies, integration with SaaS, and customized workflows.</p>\n\n\n\n<p><strong>Audience Engagement</strong>: The podcast invites listeners to provide feedback, ask questions, and suggest topics to ensure the content is relevant and valuable for enterprise buyers and the WordPress community.</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 Jul 2024 09: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:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 6.6.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2024/07/wordpress-6-6-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5729:\"<p><strong>WordPress 6.6.1 is now available!</strong></p>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&id=!61692&milestone=6.6.1&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=keywords&order=priority\">7 bug fixes in Core</a> and <a href=\"https://core.trac.wordpress.org/ticket/61692#comment:4 \">9 bug fixes for the Block Editor</a>. You can review a summary of the maintenance updates in this release by reading the <a href=\"https://make.wordpress.org/core/2024/07/18/wordpress-6-6-1-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.6.1 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-7/\">version 6.7</a> planned for November 2024.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.6.1.zip\">download WordPress 6.6.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-6-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a> and <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella</a>.</p>\n\n\n\n<p>WordPress 6.6.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><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/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/amitraj2203\">Amit Raj</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/ambrosiawt\">Art Smith</a>, <a href=\"https://profiles.wordpress.org/bgardner\">Brian Gardner</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cbirdsong\">cbirdsong</a>, <a href=\"https://profiles.wordpress.org/butterflymedia\">Ciprian</a>, <a href=\"https://profiles.wordpress.org/clarktbt\">Clark</a>, <a href=\"https://profiles.wordpress.org/courane01\">Courtney Robertson</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella</a>, <a href=\"https://profiles.wordpress.org/annubis\">Eric-Oliver Mächler</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a><a>, </a><a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/santosguillamot\">Mario Santos</a>, <a href=\"https://profiles.wordpress.org/markhowellsmead\">Mark Howells-Mead</a>, <a href=\"https://profiles.wordpress.org/mukesh27%20\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/neotrope\">neotrope</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/raquelandefeld\">Raquel</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/richtabor\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sourav08\">Sourav Pahwa</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sunil25393\">SunilPrajapati</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/up1512001\">up1512001</a>\n</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"is-style-default\">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://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C07BTF54N68\">#6-7-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</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, 23 Jul 2024 15:53:25 +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:10:\"Tonya Mork\";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:13:\"\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:82:\"Do The Woo Community: Unpacking Blogging, a BlogStorm with Ronald Gijsel and 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/unpacking-blogging-a-blogstorm-with-ronald-gijsel-and-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44652:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>BobWP:<br />So here&#8217;s the deal. The other day I was thinking about the three Cs: community, commenting, and coding. Okay, I lied. I wasn&#8217;t thinking about coding at all. Coding, I don&#8217;t think about it much. It&#8217;s never in my face. I know it&#8217;s there. I know people do great stuff with it. I hear people talk about it. So the only reason I put that in there is it just sounded better. I really wanted to talk about community, commenting, and blogging, but it just didn&#8217;t sound as good. But that is what has been on my mind lately. Well, actually I lied again because that wasn&#8217;t on my mind lately. It&#8217;s always on my mind. That&#8217;s all I think about is this stuff. So I got to quit lying about things and just get to the point here that it&#8217;s really something I am thinking about.</p>\n\n\n\n<p>Like I said, a lot, those three things. And as a result, I got into some conversations. I had a conversation actually with Bryce from Metorik. I don&#8217;t know if any of you know him, but he was on the podcast lately. We were talking about community, the builder community where they can connect and talk. We threw a few ideas around. Then it moved into another whole thing because of some stuff going on. And of course, I had to have a conversation with Ronald, one of our hosts here, Ronald Gijsel, and we always have great conversations and we started talking about this stuff and we thought, why don&#8217;t we just take it live and talk about it? So, I twisted Ronald&#8217;s arm and he&#8217;s popping back in to actually, he called it, what did you call this? Do you remember what you called this?</p>\n\n\n\n<p>Ronald:<br />Different ideas. I think my latest is almost like unpacking blogging with Bob or was there another reference to that? It&#8217;ll come to me. But yeah, I&#8217;m really excited actually just to discuss it live and ask you a few questions, what the goals are and bring it back to me and be very lengthy. And maybe at the end of this call, or this recording, we will come up with a final solution, a way you&#8217;ll have to give it direction and go for it.</p>\n\n\n\n<p>BobWP:<br />Yeah. Yeah. I was actually looking back, you called it a BlogStorm.</p>\n\n\n\n<p>Ronald:<br />BlogStorm. Yeah. We were doing a brainstorm about everything around blogging. It&#8217;s a BlogStorm. Yeah.</p>\n\n\n\n<p>BobWP:<br />So we&#8217;re just going to go for it here. And I hope Ronald said we&#8217;ll put some ideas together, thoughts, just what&#8217;s on our mind. I&#8217;ll set the stage. There was a point where I took the blog off because some part of my brain said, oh, I wanted to focus on audio and have everybody focus on the audio when they get there. And of course, I started to look at the site and thought it felt, I think I wrote this somewhere, it felt naked. It was like, where&#8217;s a blog? This is conversational. This is community. This is what it&#8217;s all about. So in turn, we&#8217;re working on bringing back the blog to Do the Woo, and that&#8217;s where this came because I had another idea. I had an idea about a newsletter and all this stuff kind of meshed together and Ronald deals with my crazy thinking and my train of thoughts and stuff. I brought up this newsletter idea and only because I keep hacking away at that thing. I&#8217;ve done that for so many years and never really progressed. What are your thoughts? I mean, you gave me some feedback. We won&#8217;t go into a lot of the details there, but just give me a thought.</p>\n\n\n\n<p>Ronald:<br />Yeah. The thought that came to mind is newsletters are great, but newsletters or anything, email notification of something that&#8217;s bigger. And so if you write a newsletter with long form, I dunno what is long form these days, but something that gives you everything in the newsletter, you don&#8217;t need to do anything other than read the newsletter. That&#8217;s great if you&#8217;re in the moment and in the moment of reading a particular topic, but also on a device that makes it pleasant to read it. And once it&#8217;s buried in your inbox, it&#8217;s kind of gone, difficult to get back and that moment when you send out hundreds of thousands of newsletters, what you see in the status within the first couple of minutes, you see a really high spike of the opening rate and then it sort of diminishes pretty quickly after that, even within the same 24 hours. Even if you have an intelligent system that sends the emails at the best time or thinks it&#8217;s the best time with the highest opening rate, I do always wonder what the engagement rate is. So in other words, you send a newsletter, you think I have a huge post, but how engaged are people who read your newsletter? If it&#8217;s a call to action to click through to something, that&#8217;s really easy, but maybe it&#8217;s like, oh, it&#8217;s an email from Bob. Okay, great. It&#8217;s quite long. I&#8217;m doing something else. I&#8217;m switching between 15 different tabs and different windows and other things are happening at the same time. Are you really absorbing the content and engaging it? It&#8217;s really difficult to do that. And so it&#8217;s great to have a notification, but maybe that notification should be, hey, there&#8217;s much more content in the blog and here&#8217;s your weekly reminder to explore and here are the things that have been happening, have been fed by our presenters and guests. And guess what? If you&#8217;re interested in coding, here&#8217;s a category, everything around coding, or here&#8217;s a category, everything around community and thought. And that got me thinking like, hey, how much content? We&#8217;re coming up to 500 podcasts now?</p>\n\n\n\n<p>BobWP:<br />Yeah, yeah. This will probably be, I&#8217;m not exactly sure the number, but we&#8217;re at around 500 in the 530 somethings.</p>\n\n\n\n<p>Ronald:<br />Oh, so we passed that. Yeah. Amazing. So apart from me, all the other super interesting guests, some of them I&#8217;ve interviewed as well in the past, they all have really interesting things to say that it would be great to have quotes, snippets, or even get them to write something on your blog. Anyway, that got me really quite excited about the opportunity and bringing back blogging, which is the core of WordPress.</p>\n\n\n\n<p>BobWP:<br />Yeah. And that&#8217;s what I mean. Like I said, I have Ronald there to smack me alongside the head. Every once in a while I get these little ideas and I&#8217;m doing them for maybe one specific reason or I&#8217;m thinking, how can I make this part better? And then I realize I have things inside there that are already bubbling on the site. One of the things you brought up, I&#8217;m going to flip back here, is you had brought up what Matt Mullenweg said and on his, I think he said it on his blog post about WordPress turning 21. And then I said it again in his talk at WordCamp Europe just a couple of months ago, and let&#8217;s say I pulled up the blog post and he gave 11 things that he&#8217;s just been thinking about. He says people should be thinking about one of them was blogging, commenting, and ping backs need to be fun. Static websites are fine, but dynamic ones are better. Almost every site would be improved by having a blog or a great blog. So when I looked at that, it was like I thought, man, back what, 2010 or so when I was blogging, that was kind of the heyday of blogging and everybody was commenting and it keeps nagging at me, this thing he said, and it&#8217;s not just what he said then, it was reaffirmation is what it was to me, what&#8217;s been on my mind when we started the new site, when we did the redesign to do the Woo. When we launched that in March and then officially at WordCamp Europe, we decided to open up comments again. And of course, that&#8217;s always a challenge. And I think there&#8217;s this thing inside of me that just, I won&#8217;t give up on it. Comments are there, there&#8217;s got to be something happening. So I&#8217;ve been publishing ping backs and stuff and some different things and it is true. It&#8217;s like there&#8217;s so many ideas and thoughts going through my head.</p>\n\n\n\n<p>Ronald:<br />Yeah, I think you touched on something really important and that referencing to Matt, but it just occurred to me that WordPress is 21 years old and WordPress, not everybody started 21 years ago, but for 15 years we&#8217;ve had a number of new publishing platforms, mostly social media come, I mean they&#8217;re still here, they didn&#8217;t go away, but your audience might have moved to different platforms over time and definitely many, many, many more. And when you think of the next 15 years, are any of them still going to be there and relevant? But your blog will always be there. So you build up your diary, your journaling in a way over all those years and that&#8217;s owning that content as an asset is huge. So even if you don&#8217;t blog for the sake of SEO, it&#8217;s still within your own control that you can reuse on purpose and people can search for it and find different things. And I think that&#8217;s something that really, the longer we do this stuff, the more valuable it is that you really own that.</p>\n\n\n\n<p>BobWP:<br />Yeah, exactly. And for me, I think one of my challenges lately was my site BobWP.</p>\n\n\n\n<p>Ronald:<br />That was huge by the way, wasn&#8217;t it?</p>\n\n\n\n<p>BobWP:<br />Yeah. And we were talking about that because I had my initial thoughts were kind of going back and forth between the two. So I would repurpose some of the content on Do the Woo over at BobWP.com, and as much as I thought that was a good strategy, it didn&#8217;t really play out as I thought. And of course, Ronald, when we talked, he hinted maybe that content should be under Do the Woo.</p>\n\n\n\n<p>Ronald:<br />Can you describe a little bit of your first thought of the content strategy when you were doing BobWP</p>\n\n\n\n<p>? What were you publishing and how was engagement? I know some of it was testing plugins and so on, and probably old versions that are totally irrelevant. That&#8217;s why you don&#8217;t feel it&#8217;s feasible anymore. But yeah, maybe you could share a little bit of it.</p>\n\n\n\n<p>BobWP:<br />So the whole thing with BobWP, what it&#8217;s always been, it&#8217;s always been a piece of something. And back in the day I would do tutorials and stuff, and that&#8217;s why a lot of this content no longer exists because it was really mostly about stuff that was at the time. And that stuff became outdated very quickly unless I went in and updated it, which I did. And when I actually separated the podcast that was originally started on BobWP, it was for that reason because I knew that I wanted to focus on Do the Woo. I wanted to build a brand more around that or build the buzz or get people directed to that. And so my strategy was always, I always had BobWP there and I did a little bit of blogging here and there, and then I came to the point where, like I said, I started thinking, well, should I start cross-promoting the two? Because a BobWP brand is known out there, which seemed like a good idea. My thought was that yeah, I could do a lot of back and forth because some people will go to BobWP and then I can send them over to Do the Woo, give them a snippet of that. Actually, it didn&#8217;t work as I strategically planned because there wasn&#8217;t as much traffic going to BobWP anymore because I let it mellow out, which was on purpose because I wanted my focus on Do the Woo. So that was how I kept looking at this and kept looking at this and I&#8217;ve actually made a decision going through all this. I&#8217;m at a point in life people can kind of say you&#8217;re at a certain age or you&#8217;re at a point in life where, okay, what&#8217;s going to be the next thing? Well, mine is really Do the Woo. It&#8217;s my focus. So I thought this is where I need to be all the time on Do the Woo because it&#8217;s always going to be, even the experiences I can share doing my own thing over however many years can always fit somewhere there. And as a result, I just recently made the decision to take down BobWP as a site and use my Gravatar profile, BobWP, basically as my website now for BobWP.</p>\n\n\n\n<p>Ronald:<br />Your business card.</p>\n\n\n\n<p>BobWP:<br />And that was a long process and a lot of people have done that and I feel like that&#8217;s going to be the best thing I can now focus directly on Do the Woo. I moved some of the content back over from BobWP over on Do the Woo because it fits there and stuff. I just done some of the old posts and stuff. So that was that whole thinking through process. And in the middle of that we talked about it and stuff and we had, oh, I&#8217;m drawing a blank, Ronnie from Gravita and listening to him even occurred to me, this is such a great thing because it&#8217;s just I can send people where they want to go.</p>\n\n\n\n<p>Ronald:<br />Yeah, it&#8217;s like a massive signpost that&#8217;s attached to on top of your head, isn&#8217;t it? Are you business? You have a pleasure, are you sending money or are you just curious who I am? And then there you go. Just go wherever you need to go. Yeah, just one thing.<br />Nice. Do you question for you then is do you feel that BobWP might have served a different audience to where you are now with Woo? I know you&#8217;ve moved some of the content, so there&#8217;s a little bit of an overlap, but I wonder if there&#8217;s even a strategy where you say, Hey, there&#8217;s some probably personal stuff that might not always be suitable for the Woo audience and even if I write this one blog post per year, it doesn&#8217;t matter. It&#8217;s just there. So I have a space that can run it that can publish and that&#8217;s okay. And for everything else there is Do the Woo.</p>\n\n\n\n<p>BobWP:<br />Yeah, I thought about that and I want the BobWP brand now to be the gateway to Do the Woo. So that&#8217;s why I kept thinking when I looked at the site, it&#8217;s like I had people, you can go to do the Woo, you can see where I do this and all this stuff, but I felt like it was its own little piece there and honestly I started to realize that I was trying to force myself, it felt like the right move something in my gut and that&#8217;s kind of how I&#8217;ve always done things and maybe sometimes I regretted or something, but for now I just feel like because I basically have some content somewhere still on my WordPress dot com blog and I can always revive that sometime.</p>\n\n\n\n<p>Ronald:<br />Yeah, it probably makes a great archive that even 10 years looks like I did that is a photo of me and whatever and then it&#8217;s still there. I think that becomes really a nice way your own tool of bringing back something that might be relevant even later, even if the minute on something. I also have another question then. When you think about the content for Do the Woo, how do you think about that? So do you want to write for your audience or how do you want them to engage and bring them in and get them to engage with to Do the Woo brand?</p>\n\n\n\n<p>BobWP:<br />That is the fun part to think about, but the challenge I think for me, the site where I&#8217;ve moved my whole mindset is that blog becomes an arm of what Do the Woo stands for. And that is having hosts that have already shown interest come in and write guest posts and they can or having even a guest come in and do it. But as you and I talked about before and I think you alluded to a little bit is how that conversation can be carried from a audio podcast or somebody that talks about something in a podcast and says, I&#8217;m doing this five months later they do it. Do they want to come in and write a little bit about it</p>\n\n\n\n<p>Ronald:<br />Or what came out of it? What&#8217;s the outcome of that initial podcast?</p>\n\n\n\n<p>BobWP:<br />It can tie in really easy and make this circle back and forth between the content and how to get people there and engaged. Aside from thinking of creating a forum or some membership or all the crazy stuff that&#8217;s available to us that I don&#8217;t even want to touch on It is it&#8217;s all through that commenting and how to get people, how to drive them there. And that&#8217;s through social, it&#8217;s different ways. There&#8217;s different things that I&#8217;ve discovered are Jetpack now that we&#8217;ve used that we&#8217;re using that for a lot of our stuff that there are things I want to test with that and try to drive people back to leaving comments and having conversation. There&#8217;s some stuff I even talked with somebody from Jetpack at WordCamp Europe and we can do a couple ideas back and forth and we&#8217;re continue that conversation. So I&#8217;m thinking of some different things. I&#8217;ve had a few other people suggest things or actually ask for things that this might be an interesting way to leave a comment and how that can without giving any of a way, I don&#8217;t want to say I&#8217;m going to do it and then I don&#8217;t do it, but getting people to go between the podcasts and the blog and keeping that conversation flowing in some way and somehow interjecting the comments in all of that. And it&#8217;s not going to be an easy task</p>\n\n\n\n<p>Ronald:<br />Different ways, isn&#8217;t it? Because you have on one hand you really want to engage with the podcast, you want to listen to every word that&#8217;s being said, but there are times when you might also just want read the LDR of that podcast and I&#8217;d like to say, okay, that podcast probably is not for me, but I&#8217;m glad I&#8217;ve read the headline into it. Are you going to commit yourself to a soccer match for 90 minutes or almost two hours, which is probably a lot of kicking balls back and forth. Or you&#8217;re going to say, no, give me the five minute highlight, that&#8217;s enough and if the match absolutely fantastic with quality soccer football, I&#8217;m going to go in and watch the full thing. Or if it&#8217;s a team or a category that you support, I&#8217;m definitely want to listen them know what the whole thing.<br />So I think the block is also a little bit of a bridge between the full commitment or just a really short version of that or if you have been intrigued by the podcast, a blog could be a way to express your gratitude, your follow up question, sharing it with somebody else because from there you have to learn the links to the podcast. I mean there&#8217;s so many different ideas to really use the podcast as the center of it all that again, Gravatar, it&#8217;s signposting to everything and everything around that particular topic and maybe write about references of other speakers or podcast made in the past, which you may not have discussed in the podcast itself. So I get really excited about this though.</p>\n\n\n\n<p>BobWP:<br />You&#8217;re right because when I go through any transcript and it&#8217;s kind of what I was doing with BobWP a little bit is it&#8217;s like one question is a post in itself. Somebody has given you a direct answer to one specific problem or one specific challenge, but within those transcripts there is tons of information that can be pulled out and be very in themselves are little nuggets I call &#8217;em gathered throughout that are standalone because they really tell you something right there, maybe even something you can take action on or something. And by itself sometimes you miss those things because like you said, you&#8217;re listening to this long podcast for 45 minutes and that little piece comes in there and then it&#8217;s gone</p>\n\n\n\n<p>Ronald:<br />And you want to maybe reference that to somebody else. It&#8217;s like, oh, was that 23 minutes or 28 minutes and then it&#8217;s kind of lost. You&#8217;re going to listen to the whole thing, maybe busy, but if the highlights are set of reference, quote that into a blog post. Yeah, that&#8217;s a good way to share that though. I was going to ask probably two questions. I know one of the biggest reservations to start</p>\n\n\n\n<p>a blog is your time commitment and I think in our discussion I&#8217;ve touched a little bit on that&#8217;s like don&#8217;t commit yourself to a weekly or a daily something just whenever it&#8217;s right, whenever you feel like it. And quite often a newsletter when you say, Hey, I have a weekly newsletter. That&#8217;s pretty tough to always fill a newsletter with something inside for every single week to the point that people actually might even be turned off by it because it&#8217;s the same stuff you read five times over everywhere you in the WordPress ecosystem. So on one hand you have the time commitment, which is really tough, especially if you have busy schedule and you have five recordings in one day. How can you commit yourself to writing these blog posts? Maybe there are hack tools and then the second part is publishing, and I know you alluded to that earlier. How do you get people then to read it and how do you get to publish it? I&#8217;m glad that you mentioned Jetpack. They have some publishing tools across many different networks.</p>\n\n\n\n<p>BobWP:<br />And I think that is the challenge because nothing absolutely drives me more nuts than going to read a post and at the end of the post they say, we would love for you to leave a comment over on X and they give you a link about this post and I&#8217;m like, now you&#8217;re making me go back over there. But everybody tends to do that because that&#8217;s where they feel all the conversations. But also it&#8217;s a huge mess of stuff that just goes by quickly. I mean you need to do it, but the commitment I think some people spend on social is way beyond. I mean even though they feel there&#8217;s a lot of engagement, they&#8217;re looking at their views, this is viewed by 10,000 people, this is great. Well how did that all play out? What did you really get out of those 10,000 views? What engagement was there?</p>\n\n\n\n<p>Ronald:<br />When you publish something to Twitter to X to Facebook and Instagram, it would be nice to have a link to those particular posts but also a little counter of what the engagement is on those or whether like 15 comments or 200 comments, it could be quite intriguing to actually go and discover that or even have some of that be reposted into the comments section of the blog to sort of bridge that data. I dunno how easy that is, but that really good truth for thought, what you just shared</p>\n\n\n\n<p>BobWP:<br />And somebody just shared recently a person that is using the Fediverse pulling in content and stuff, but on their site they&#8217;re pulling in all basically their feed of everything they say out there and it&#8217;s all living on their site as a one page is a long feed. I know that next time anybody&#8217;s at a WordCamp and you want to have a nice lengthy conversation about all of this kind of social stuff, I&#8217;m find Robert Windish from side, he&#8217;s thinking, how can we make WordPress a social platform and that means your blog and stuff like that. And he has a lot of really, I mean he will talk your ear off about it, but he has a lot of interesting ideas and he&#8217;s kind of on the mission himself and that kind of brings it in, how do you tie this all together? How do you still make your site the place where people will go to? And I think we&#8217;ve gotten out of that habit, the</p>\n\n\n\n<p>Ronald:<br />Data liberation project, probably not excelling as far as we want. It&#8217;s not always about moving side to a different platform, but it&#8217;s also pulling in information from other platform into your own side, whether it&#8217;s private or in case of WooCommerce, it could be moving data from shipping platforms or accounting platforms but also public comments, relevant comment from social media into your own play. And I think again, what I said earlier that if everything you did or published is on WordPress that you can totally control with your own tools and what it looks like, how amazing is that? How many issues would would&#8217;ve prevent it? I think people will start to realize that as things mature, WordPress is always there and will always be there, even selling a hundred year plan. So I&#8217;m pretty confident that that&#8217;s going to be the case</p>\n\n\n\n<p>BobWP:<br />And I think is there&#8217;s, even though some people really dedicate themselves to maybe a certain platform or feel that even though they still have a site that more and more people are starting to think just can&#8217;t go on or continue this way, there&#8217;s a bit of frustration I think on some people&#8217;s level and a bit, I mean I&#8217;ve even cut down my time on social just because I feel like I&#8217;m just, yeah, it&#8217;s, it&#8217;s too much anymore. I still depend on RSS, that&#8217;s how I keep up on everything is my R SS feed and that I go in and check all the time. That&#8217;s the easiest way for me to do it and still the best way</p>\n\n\n\n<p>Ronald:<br />Controlling what comes into your inbox, what you read, what newsletter you subscribed, which block do you want to get into your feed. It&#8217;s super important that you take control over your own life. I noticed that with my own certain social media profile, how destructive it can be and we dunno quite what the result is going to be in 10, 20 years time and how their attention is going to be. But these are all challenges that we start to see the tip of the iceberg. I just want to go back because we brush over that creating the content, like writing the content and I know AI tools are big and they&#8217;ve been around for quite a few years and blogging you could almost just do it with a couple of prompts. What are your thoughts on that using AI tools in the broadest way?</p>\n\n\n\n<p>BobWP:<br />For me personally, I don&#8217;t use it to create any original content. I&#8217;ve sometimes asked for a few ideas and even then it, it&#8217;s very rarely where I use it the most is repurposing content and that means existing content and I have exactly that through the transcripts. So when I mean my transcripts to give you an idea of my workflow with the transcripts, which makes sense, that leads into other content is when I get a transcript, I have it done through rev.com through their AI and I go through and I correct some of the names brands and then I take that same transcript and I run it through chat GPT and I tell it to just find any spelling errors or small grammatical errors. Sometimes you have to be careful with the prompt or it&#8217;ll actually start eliminating parts of the transcript. So I try to keep it to just really small things, which that usually fixes quite well and from that I&#8217;ll ask it to give me one or two paragraph intro to it and it&#8217;s never written exactly like I want, so I use it as a basis to just do something and then I&#8217;ll ask it for some key takeaways, which is where I think it is a lot better at and that&#8217;s the best use of it is on existing content, not on creating original content.<br />And then I would go through and make sure it reads and take out the word delve, which AI seems to love so much. Everybody delves into everything and it just drives me. But that&#8217;s where personally and I think where it works best, I&#8217;m at an advantage because I basically have original content through the audio. I just need to have that transcribed and then work with that content. But original stuff still for me personally has to come from my brain.</p>\n\n\n\n<p>Ronald:<br />You could teach the LMS to be more like Bob and if you keep teaching it with your prompts probably can get much better in weeks and months to come, but that does take time. It needs to learn that as well. But that&#8217;s really interesting. I mean even just a few years back I recall you would send off your recording to be transcribed by somebody and it would be quite an expensive server and compare that now with these A alarms it&#8217;s an amazing value and so much faster and almost instant.</p>\n\n\n\n<p>BobWP:<br />Oh yeah, and it&#8217;s something, yeah, for years and years I paid Rev to do human transcripts and that budget became higher and higher as I did more content obviously and more podcasts.</p>\n\n\n\n<p>Ronald:<br />Right. Then a little bit unpacking the part of publishing to where your audiences are, where your tribe is at, but I know in your case you have so many new audiences and communities across the globe speaking different languages. Do you track that? Do you analyze that or you don&#8217;t even go that fast right here it is. There are a few ways to find it.</p>\n\n\n\n<p>BobWP:<br />Yeah, I&#8217;ve tried to do it and there&#8217;s never a rhyme or reason for whatever happens with any content. I mean a certain spike in listen and sometimes you try to track it and you think was there somebody that just happened to share? It&#8217;s out there somewhere that you don&#8217;t know about and there&#8217;s no way you can track it because suddenly it&#8217;s just out of the blue you&#8217;ll have five, six times as many listens one day as you did for the last five days or something and you can go and look at that topic and often the topic doesn&#8217;t make sense either what made this happen or was it shared internally somewhere? How do you</p>\n\n\n\n<p>Ronald:<br />Feel about others writing on your blog or for you, is that something, I know you talked about a little bit, but what are your thoughts around that? How far do you want to extend it? You want to keep it only within co-host or anybody that&#8217;s been on the podcast and even to the point where it&#8217;s almost could monetize the way because of anybody that publish on your platform with the audience that this build up there is some value to that.</p>\n\n\n\n<p>BobWP:<br />Yeah, one of the wonderful things I have is I have a group of co-hosts. If I have an idea and this is how the newsletter thing is exactly what I did with that and I can bounce an idea off and when I bounce the idea of bringing a blog back right away, several of them were like, oh, I&#8217;d love to guess both. Which it&#8217;s not easy to get people to guess posts because it&#8217;s tough enough for them to write content for themselves. So for sure the hosts to me a no-br</p>\n\n\n\n<p>ainer, especially if they want to follow up or write about one of the shows they&#8217;ve recently done. The guests almost are a second no-brainer because the opportunity to give them to follow up on something or to add to the conversation say, wow, after the conversation I thought about this one piece or I thought maybe they want to elaborate on one thing they were asked, they answered it one minute, but they have a lot more to say. So those kinds of things, I think it&#8217;s ideal. The podcast is run by the community. I mean I do all the grunt work, but I host you. I bring in guest hosts and all these guests and I want the blog to be that too as far as open guest spots, but I&#8217;m going to be very selective. I don&#8217;t want tutorials, I don&#8217;t want them writing about their product. It&#8217;s not</p>\n\n\n\n<p>Ronald:<br />The audience that you&#8217;ve built up. Yeah, yeah, absolutely. And get the feedback as well in the bottom of the blog have some sort of rating tool that&#8217;s used for how would you rate this content? And so they kind of use that as a way of working where depending on the number of readers and the feedback that you get is better provide the content that readers are interested in. The other thing I saw that crossed my mind working with user levels within WordPress publisher and editor admin, whether certain speakers who might want to follow up on things or even add a supportive blog post, whether they have some sort of levels that they can add and own that piece of content.</p>\n\n\n\n<p>BobWP:<br />Yeah, I guess I could say get in the groove of how I do this with the post and I still want it to be that community oriented piece and I want them to feel like they have a bit of control over that. So it&#8217;s an interesting thing to think about because I think that&#8217;s an important part.</p>\n\n\n\n<p>Ronald:<br />Yeah, it&#8217;s that community that you build up and it&#8217;s also back to the comments and empowering some writers to control and manage the comments and the conversation and that&#8217;s like bringing that back. It then becomes not quite a forum, but it is that engagement not just between the author and a few comments and that probably brings in more folks to then want to comment because they can get the audience with the speaker, with the writer and leave some nice words or ask for the question, what did you mean we did quote or does also apply to X, Y and Z. The other cool thing I found with the Jetpack tool, creating the social media images, so when you publish that something did you see that you add your featured image and a bit of text and within the post itself it generates a social media image that&#8217;s formatted for the different platform. Again, it&#8217;s one of those little hacks that just make so much easier to create a content, publish it and not be dragged down like, oh, I need to do this, I need to do that. And then weeks past you still haven&#8217;t published it because having that threshold as lowest as possible direct from public I think is key to just keep going. It doesn&#8217;t matter if it&#8217;s not perfect, even if it&#8217;s a light mistake, update it. Yours.</p>\n\n\n\n<p>BobWP:<br />Exactly. And</p>\n\n\n\n<p>Ronald:<br />Just going back on the newsletters, because we have to bring that back in because that was the original idea is like I&#8217;m going to start with a newsletter and now we, instead of really focusing on blog, blog block and all the advantages, there&#8217;s still a place for newsletters. Where do you see that sort of fall into place?</p>\n\n\n\n<p>BobWP:<br />When I visualize in my head for a newsletter and ideally what I like is I want to keep as much of this content on the site and drive people and have it as a teaser. And of course as it has been, or I guess you don&#8217;t call it newsletter, but when people get notified of a post, I mean just knowing this is a content and you can go back through and listen to what you want to read, what you want, but also is how to have that content go out automatically but also be able to add a little custom content to it to make sure that people, this is how you can more easily comment or by doing this and make it a little bit more visible. Add little snippets of something in there that</p>\n\n\n\n<p>Ronald:<br />Quotes from the community like, oh, Ron said this on X and that followed up in a comment here and that&#8217;ve got some great conversation going, get engaged in this if you care about this stuff or here&#8217;s a quote, I got the community talking and it was relevant here and there. And yeah, it also a good way to introduce other platforms within the own ecosystem. If you have a guest speaker from a Woo ecosystem or from a third party developer, it&#8217;s nice to be able to reference that in a newsletter I get.</p>\n\n\n\n<p>BobWP:<br />And I think there&#8217;s a lot of potential, but I don&#8217;t want to make the newsletter, like you said, this is kind of more of a prompt the newsletter. And what I really want to do is when I get this all in place and things moving along, my next endeavor is to get Matt Mullenweg on. I&#8217;d love to just talk with him about blogging, comment and ping backs</p>\n\n\n\n<p>Ronald:<br />And did you now who is also fantastic, I know if that he should bring in a guest Tim Ferris and I know he and Matt have shared so many ideas around blogging, like long form short form. Also Seth Godin and I&#8217;ve written to some podcasts around how easy it is to share something or not at all really the thought process behind blogging and I think Matt is pretty good at that. He can share something very short, one paragraph and it&#8217;s out there or some really long bits of tech, but it&#8217;s the short ones that I&#8217;m going to take way more time to think that through. Very easy to talk and write paragraphs and paragraphs. At some point people will disengage and you kind of lost them, but keeping it super short and to the point that&#8217;s real.</p>\n\n\n\n<p>BobWP:<br />And I think that&#8217;s kind of what I&#8217;m thinking about too is a lot of this and I think the site is ripe for that because there&#8217;s a lot of content we can share that is short and to the point rather than just going on and on and giving 11 tips of whatever. I mean those have its place.</p>\n\n\n\n<p>Ronald:<br />Yeah. Here&#8217;s another thing, you&#8217;re building up international communities and having the content of tribe or even the blog post, but having it with Google now, it&#8217;s so easy to have your full page translated as well. It&#8217;s almost instant. Well, it is instant. Which is a great way to repurpose content.</p>\n\n\n\n<p>BobWP:<br />It is.</p>\n\n\n\n<p>Ronald:<br />And both ways, if you have somebody writing in a lanugage that it also accessible to English speakers or to German speaker and yeah, that&#8217;s probably something that&#8217;s not talked about a lot, but super easy.</p>\n\n\n\n<p>BobWP:<br />That would be really interesting, like to open that up. We&#8217;ve done that to some effect with the one podcast where we have the community come in and talk about their own WordPress community and their locale and in their native language, and so they&#8217;re actually talking to their community. That&#8217;s another whole piece of it. And I think it is, you&#8217;re right, I know there&#8217;s podcasts in the space that does the podcast in several different languages. They actually have somebody do it in four or five languages. A little bit of the news, WordPress news, and I think there&#8217;s something there to be looked at for sure because we&#8217;re a huge community.</p>\n\n\n\n<p>Ronald:<br />I haven&#8217;t checked the figures, but I would sort of maybe 60, 75% of Woo users don&#8217;t live in a country where English is the first language. So maybe two thirds who don&#8217;t have English foreign language, they speak English, but to truly engage with them anyway, I guess we&#8217;ve come to the conclusion that blogging is pretty cool. I think there is blogging for anybody for yourself, whether it&#8217;s a personal diary that you have public and then you have your personal one that you keep private, whether it&#8217;s for yourself or for your business, for your ecommerce site. I think blogging for the sake of SEO definitely has value, but I don&#8217;t think that should be the prime goal to block call because then you end up in not very pretty or very well organized content to hit certain keywords and I think that puts people off. But write it for your, like you do with social media, keep it short to the point with a link to your product, to your podcast, wherever you want people to go to or the call to action. I think that probably has a good reason to consider it again.</p>\n\n\n\n<p>BobWP:<br />Yeah, for sure. And definitely I think we&#8217;ve touched on enough different thing given our thoughts. Some of the direction Do the Woo might go. So if there is not a perfect post to come in and comment, anybody listening to this, this is a post because we&#8217;ve talked about a lot of things and I&#8217;m sure everybody that&#8217;s listened to it has actually thought, well, yeah, that makes sense, or nope, this is the way I would do it or this is how it works for me.</p>\n\n\n\n<p>Ronald:<br />And maybe that&#8217;s the comment, call out what are the forms of blog posts or good examples of other forms of blog posts like rich content, whether it snippet the codes or a gallery photos or sound snippets or maybe a poll to get voting. That all can all be part of a blog pro. It doesn&#8217;t always have to be just paragraph or words.</p>\n\n\n\n<p>BobWP:<br />Right, exactly. So we&#8217;re going to encourage everybody listening now to come and leave a comment.</p>\n\n\n\n<p>Ronald:<br />I&#8217;m inspired now. I&#8217;m going to revisit my own site. I haven&#8217;t touched since I started working at quite a few years now. It&#8217;s all very well preaching about it, but maybe we should all get back to blogging. I think it&#8217;s a good way.</p>\n\n\n\n<p>BobWP:<br />Well this has been great and yeah, everybody hope you enjoyed it and let us know your thoughts. You&#8217;ll go into the post, leave a comment.</p>\n\n\n\n<p>Ronald:<br />It&#8217;s been a great Blogstorm, Bob</p>\n\n\n\n<p>. Yeah,</p>\n\n\n\n<p>BobWP:<br />I&#8217;m sure you&#8217;ll be right alongside there, at least in spirit one way or another.</p>\n\n\n\n<p>Ronald:<br />Yeah, I need to write one of the first posts or co-write to see what.</p>\n\n\n\n<p>BobWP:<br />Alright, Ronald, thanks everyone for listening and yeah, let us know what you think about all this stuff we were talking about. Alright, thank you all.</p>\n\n\n\n<p>Ronald:<br />Thanks Bob.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong><em>The WordPress Way</em></strong>, hosts <strong>BobWP</strong> and <strong>Ronald Gijsel</strong> kick up a blogstorm. What&#8217;s that?</p>\n\n\n\n<p>Soon here on this site you will see the blog as it returns and becomes a integral part of this builder and business community. BobWP and Ronald started brainstorming what the main goal of this blog would be offline, but it quickly ended when Ronald suggested we take it public. </p>\n\n\n\n<p>So that&#8217;s it. A live and fun blogstorm.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Return to Blogging</strong>: BobWP is considering bringing back the blog on Do the Woo after realizing the site felt incomplete without it.</p>\n\n\n\n<p><strong>Engagement through Newsletters</strong>: In our case, newsletters should serve as prompts to drive people to the blog for more content, rather than being long-form content themselves.</p>\n\n\n\n<p><strong>Content Strategy for Do the Woo</strong>: The blog will act as an extension of the podcast, with hosts and guests contributing posts that complement the podcast episodes.</p>\n\n\n\n<p><strong>Community-Driven Content</strong>: The podcast and blog will be community-oriented, encouraging interaction and engagement through comments and guest contributions.</p>\n\n\n\n<p>I<strong>mportance of Comments</strong>: BobWP believes in the value of comments and is exploring ways to drive more engagement and conversation through blog comments.</p>\n\n\n\n<p><strong>Balancing Social Media and Blog Content</strong>: There&#8217;s a need to balance content between social media platforms and the blog, ensuring the blog remains the central hub of activity.</p>\n\n\n\n<p><strong>Leveraging Transcripts for Content</strong>: Transcripts from podcast episodes can be repurposed into blog posts, highlighting key takeaways and providing additional value to the audience.</p>\n\n\n\n<p><strong>Using AI for Content Repurposing</strong>: AI tools can assist in repurposing existing content, such as cleaning up transcripts and generating summaries, but not for creating original content.</p>\n\n\n\n<p><strong>Embracing Multi-language Content</strong>: Considering the international nature of the audience, there&#8217;s potential to explore multi-language content to reach a broader audience.</p>\n\n\n\n<p><strong>Personal Brand and Focus</strong>: BobWP is consolidating his efforts under the Do the Woo brand, using his Gravatar profile as the primary personal identifier.</p>\n\n\n\n<p><strong>Encouraging Guest Contributions</strong>: There’s a strong interest in having guest posts from hosts and podcast guests to further enrich the blog’s content.</p>\n\n\n\n<p><strong>Value of Owning Content</strong>: Emphasizes the long-term value of owning content through a blog, as opposed to relying solely on transient social media platforms.</p>\n\n\n\n<p><strong>Utilizing Tools like Jetpack</strong>: Jetpack&#8217;s tools, such as social media image generation and cross-platform publishing, can simplify the process of maintaining and promoting the blog.</p>\n\n\n\n<p><strong>Driving Engagement through Follow-ups</strong>: Engaging the community by following up on podcast topics with blog posts, encouraging discussion, and fostering a deeper connection with the audience.</p>\n\n\n\n<p><strong>Building a Central Content Hub</strong>: The blog should serve as the central hub for all content, with social media and newsletters acting as feeders to drive traffic back to the site.</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, 23 Jul 2024 09:05:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.org blog: WP Briefing: Episode 84: A WordPress 6.6 Sneak Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17539\";s: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:73:\"https://wordpress.org/news/2024/07/episode-84-a-wordpress-6-6-sneak-peek/\";s: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:26873:\"<p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the recently released WordPress 6.6, accompanied by special guest Meher Bala, the release&#8217;s coordinator. Don’t miss this opportunity for an insider’s look!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Guest:&nbsp;<a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a><br />Editor:&nbsp;<a href=\"https://profiles.wordpress.org/adamatdayone/\">Adam Daly</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/download/releases/6-6/\">WordPress 6.6 Download</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/\">Make WordPress &#8211; Core</a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">WordPress Core Slack</a></li>\n</ul>\n</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/community/2024/07/04/first-time-attendees/\" target=\"_blank\" rel=\"noreferrer noopener\">First-Time Attendees: A Key Metric of Success for WordPress Events</a>&nbsp;</li>\n\n\n\n<li>The&nbsp;<a href=\"https://make.wordpress.org/docs/2023/04/25/monthly-online-docs-team-contributor-day-starts-april-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">Docs team holds an online Contributor Day</a>&nbsp;every fourth Tuesday.</li>\n\n\n\n<li>Reminder:&nbsp;<a href=\"https://learn.wordpress.org/online-workshops/\" target=\"_blank\" rel=\"noreferrer noopener\">Online workshops</a>&nbsp;are live sessions where you can learn alongside other WordPress enthusiasts.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/media-corps/2024/07/03/recap-of-the-media-corps-briefing-on-wordpress-6-6/\" target=\"_blank\" rel=\"noreferrer noopener\">Recap of the Media Corps Briefing on WordPress 6.6</a>&nbsp;</li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17539\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p><span>[00:00:40]&nbsp;<strong>Josepha:</strong>&nbsp;</span>Last week, we released WordPress 6.6, and I had a chance to chat with a long-time contributor and member of the Release Squad about it.&nbsp;Today, I have with me Meher, and she was, well I guess I will let her tell us what she did with the release, but at the time of this recording, yesterday we had the WordPress 6.6 release, codenamed &#8216;Dorsey,&#8217; and so Meher, welcome to the WordPress Briefing.</p>\n\n\n\n<p>[00:01:05] <strong>Meher:</strong> Hi, thank you for inviting me. It&#8217;s nice to be here.</p>\n\n\n\n<p><span>[00:01:09]&nbsp;<strong>Josepha:</strong>&nbsp;Why don&#8217;t you tell us a little bit about yourself, what you do in the WordPress project, how long you&#8217;ve been contributing, and then the role that you played in our big, big mid-year release?</span></p>\n\n\n\n<p>[00:01:19] <strong>Meher:</strong> So my name is Meher. I&#8217;m a front-end developer. I&#8217;m also a CEO of KDC. I&#8217;m also a codable expert in WordPress. I started with contributing into the marketing field. Then, slowly, for 5.6, I got to be on the release squad, learned about training, about how the release goes, process happens. From that time onwards, I&#8217;ve been part of marketing or, basically, I&#8217;ve been part of the marketing team for all the releases. For 6.6, I picked to do the Release Coordinator, something different, something new, wanting to know what goes into it.&nbsp;</p>\n\n\n\n<p>[00:02:03] <strong>Josepha:</strong> That is a big leap from like hanging out in marketing to going to be the Release Coordinator. Before we get into the release itself, just what made you think to yourself, I would like to do that? I would like to stand up and wrangle all of these contributors across the world. Make sure we get a release out?</p>\n\n\n\n<p>[00:02:20] <strong>Meher:</strong> I wanted to try something new. Like even in WordCamp, each role is different. So, even in the release, I wanted to try each different things. And like 5.6, I was in documentation. Then, I was in marketing. So then I got used to marketing, so I stick with my, no, I stuck with marketing. </p>\n\n\n\n<p>[00:02:39] <strong>Josepha:</strong> Yeah.</p>\n\n\n\n<p>[00:02:40] <strong>Meher:</strong> So this time, I want to try something different, and I want to see, you know, how easy was it to be a Release Coordinator because it&#8217;s a Release Coordinator, see, you know, it&#8217;s, it&#8217;s a like a big thing coordinating so many people so many different teams going on, working together, and so yeah, it was fun.</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Great. I&#8217;m glad that you found it fun. I always worry when people make big shifts. I&#8217;m like, did we put enough documentation to make it clear? Are they going to find it easy to get started or not? And I think you did a really great job with it. So congratulations, since that happened just yesterday, less than 24 hours ago.</p>\n\n\n\n<p>[00:03:16] <strong>Meher:</strong> Yes, less than 24 hours.</p>\n\n\n\n<p>[00:03:21] <strong>Josepha:</strong> Yeah, yeah. So, from your position as the Release Coordinator, what are the biggest, like, one or two features that you really were excited to see get in this release?</p>\n\n\n\n<p>[00:03:32] <strong>Meher:</strong> Oh, one of the biggest features was the style override patterns.</p>\n\n\n\n<p>[00:03:37] <strong>Josepha:</strong> Oh, yeah.</p>\n\n\n\n<p>[00:03:38] <strong>Meher:</strong> Which I found very useful because a lot of people are using patterns. So, you know, patterns override; if you wanna change something on a specific page, it&#8217;s really useful then just to, you know, recreate a second pattern and then to match up and all. And second, which I liked as a user, was the publish box on the post becoming very clear, very, you know, cluster-free, very minimalistic, and just so comfortable that a normal user will actually understand what is there instead of going to each dropdown and figuring out what needs to be done. So, for me, I think as a developer and user, these two are the fun features, which I like, which 6.5 had, so. There are many other features as well. These are the two great features.</p>\n\n\n\n<p>[00:04:28] <strong>Josepha:</strong> Yeah. I mean, I don&#8217;t think that anyone can argue about the importance of making things a little easier to see, a little easier to use. It&#8217;s been a little bit since WordPress was like fall into it easy to use. I feel like we have been the easiest of the robust CMS systems for like a long time. I know I said CMS systems. That&#8217;s like saying pin number. I know that the S in CMS is systems, but anyway, that notwithstanding, we&#8217;ve been the easiest of the complex solutions for a long time, and I think it&#8217;s always great when we, when we take a moment to be like, what could we make a bit easier to just like, no instructions required you get in there and you can tell like, what any individual thing will do without necessarily, like you said, having to go into drop downs and reading a bunch of stuff a little guesswork is okay. And also, it&#8217;s clear that none of it is dangerous. And so I think that&#8217;s, I think that&#8217;s a a good change myself. So, I agree with your assessment.</p>\n\n\n\n<p>[00:05:27] <strong>Josepha:</strong> So the style override patterns, that&#8217;s part of the suite of design tools that we&#8217;re pulling together, right?&nbsp;</p>\n\n\n\n<p>[00:05:33] <strong>Meher:</strong> Yes.</p>\n\n\n\n<p>[00:05:34] <strong>Josepha:</strong> in your experience, you said you&#8217;re the CEO of your company, like in your experience, does that feel like something that&#8217;s super useful for agencies or particularly useful for freelancers, or should it generally be useful for everyone?</p>\n\n\n\n<p>[00:05:47] <strong>Meher:</strong> It will be useful from a small business point to a freelancer as well because we always try, like, in each page, we always, you know, there is some bits repeated, you know, so, patterns makes it easier, and syndicate pattern makes it more easier so that you can just duplicate and have one place to change. And, like, you have ten pages, you have one pattern across ten pages. The 11th page, you want the same pattern, but little change in that. It&#8217;s easier. It&#8217;s good because you can just change on that page, one particular thing and still go in the parent and change other things to reflect in that. So it will be very helpful for freelancers, small agencies. I do see big agencies take advantage of it. So overall, it should help everyone.</p>\n\n\n\n<p>[00:06:35] <strong>Josepha:</strong> Good. Good. I, for one, isn&#8217;t it great when we can get a feature out that mostly is going to help everyone. But I have been especially interested in the features that we&#8217;re trying to get out that help that kind of like small to medium agency area. I feel like we have a lot of folks in the WordPress community who do exactly what you&#8217;re talking about. You&#8217;re getting something together. You have a mostly what you need across your site. You have one style that&#8217;s out there, but there&#8217;s this one area that you want to have a little bit more personality or a little less personality, depending on what your client is looking for, like this one is applying for jobs, and it needs to be a little less exciting or whatever it is.</p>\n\n\n\n<p>[00:07:13] <strong>Josepha:</strong> I think that&#8217;s great that we have that option. So you don&#8217;t have to try to, I don&#8217;t know, hack your way through that. I know that we&#8217;re not a super get-in-there-and hack-on-it sort of group anymore these days, but I love that we still have that feeling of we&#8217;re gonna, we&#8217;re going to make this a safe hacking space for you. Just get in there and make it work. So that&#8217;s excellent. Excellent. So for you, then, personally, cause you wear a lot of hats, you&#8217;ve your front-end developer; you&#8217;re running your company, you&#8217;re working, you&#8217;re a codable expert. You&#8217;ve got all these things. So from your perspective, what is the thing that got into this release that was a surprising, like a diamond in the rough for you, like a surprising good feature when you just thought it was like an important feature at some point? Was there one that seemed like it was a good idea but became a great idea by the time it was out?</p>\n\n\n\n<p>[00:08:00] <strong>Meher:</strong> Oh, I would say style variations because I did not expect the final style variation to be what it is. A theme developer can create the theme, can add styles, can add fonts, can give different design elements to the theme as a normal user when they when someone wants to just pull up a website, but they&#8217;re not good in design, or they don&#8217;t know which font to use. They choose which font, but then it doesn&#8217;t work. So if the theme provides an easy option just to shift the different styles they&#8217;re using and combining with the fonts. It is a much bigger opportunity for everyone because a normal user can just, they have a black and white site. I want to shift to a colorful site. Just go and see what the theme art has given you and shift it. So I think that I was surprised and I like the outcome. I&#8217;m sure my blogger friends also will like it because then they don&#8217;t have to depend on a designer to you know, give them color schemes and stuff.</p>\n\n\n\n<p>[00:09:01] <strong>Josepha:</strong> Yes. Yeah. So unrelated. It&#8217;s only, it&#8217;s kind of related. I shouldn&#8217;t say it&#8217;s unrelated. It&#8217;s all about WordPress. And now it&#8217;s about color palettes. So, I have a new design on my blog. And unfortunately I am the sort of person that does need a designer to tell me what I meant by the thing I thought. <span>And so, like, I had this idea of the sort of color palette that I wanted and was searching for color palettes inside themes, which I was not succeeding at.</span> And eventually I had a designer who was happy to help you figure this out and get something out there. And they got me something that&#8217;s absolutely perfect. It&#8217;s got an excellent color palette and they redid some images for me. So it looks nice and hip and feels kind of modern. I think it&#8217;s great. But the one thing that I consistently felt confident to mess with while I was in there, because I think they did some custom work in there too, is all of the stuff that&#8217;s included in style variations. Like, I&#8217;m not touching colors because I can&#8217;t put colors together to save my life. But I was pleasantly surprised also by that particular feature. It gives you a feeling of I can change the face of this through the fonts or whatever it is. And I think that&#8217;s a nice, a nice thing.</p>\n\n\n\n<p>[00:10:06] <strong>Meher:</strong> And it&#8217;s a, it&#8217;s a perfect combination. Color and font. Because a lot of people don&#8217;t know today&#8217;s time which font is good. Or which font is needed for an industry.&nbsp;</p>\n\n\n\n<p>[00:10:16] <strong>Josepha:</strong> Exactly. Fortunately, I&#8217;m a site manager of one. And so I just had to ask myself if I liked the font and moved on from there. So, oh. So, like I said, as we&#8217;re recording this, we are less than 24 hours past the release. How was your experience with this release? Was it enjoyable? Did it like expand your horizons? Were there surprises in how a release is run?</p>\n\n\n\n<p>[00:10:43] <strong>Meher:</strong> There was no surprises because I&#8217;ve already been a part of a release. So I.</p>\n\n\n\n<p>[00:10:47] <strong>Josepha:</strong> That&#8217;s&nbsp;fair.&nbsp;</p>\n\n\n\n<p>[00:10:49] <strong>Meher:</strong> You know, it&#8217;s depends on what happens on the day.&nbsp;But yes, behind the scenes, following up, just checking in to make sure, are we on time, do we need more time, or what needs, you know, how much more time is required. It was fairly good, I was only clearly concerned about on the day of the release, because there&#8217;s a lot of things to cover.</p>\n\n\n\n<p>[00:11:09] <strong>Josepha:</strong> Yes.&nbsp;</p>\n\n\n\n<p>[00:11:10] <strong>Meher:</strong> Usually, the party of the beta and the RCs finish in less than hour or so. But the final has a lot more detailed steps and many people to ping, to get, you know, them on the day of the release.</p>\n\n\n\n<p>[00:11:24] <strong>Josepha:</strong> Yeah, for folks who have never watched a release happen. So, I think a lot of the folks who listen to this podcast, they find it in the dashboard, they don&#8217;t necessarily contribute to WordPress. But, like, if you&#8217;ve never watched a WordPress release, we have these release parties for every beta that goes out, every release candidate that goes out, and then the general release. And I always find them so fascinating because, we have hundreds of contributors over the course of an individual release. And then we have probably 50, 60 people who show up at, for some of you all, in the middle of the night and are just being directed, like their attention is just being directed here and there.</p>\n\n\n\n<p>[00:12:06] <strong>Josepha:</strong> And I love watching it because I, I&#8217;m always in the release channel. I&#8217;m in the core channel. All of these are in Slack. And then I&#8217;m also in the admin channel where you have to do the flipping of switches and packaging things. And it&#8217;s really interesting to see, almost like a scan of a brain where things are lighting up for various things. <span>Like, you do the pre-testing in the release channel, and then you do the general testing in the core channel.</span> And then we&#8217;ve got like a person who&#8217;s flipping switches in the back, in the admin area to make sure that it all gets together. And it&#8217;s just really interesting to see how it all works. And yeah, it&#8217;s a really fun thing.</p>\n\n\n\n<p>Dear listener, if you have never, if you&#8217;ve never done this, you have another opportunity. And I think the next release is early in November or something. And even if you&#8217;re there as like a spectator, not necessarily ready to take part in the release, sometimes it&#8217;s kind of nice to see how much effort and how many people are showing up to work on any individual release.</p>\n\n\n\n<p><span>[00:13:01]&nbsp;<strong>Josepha:</strong>&nbsp;This was your first time to lead the release parties, though, right?</span></p>\n\n\n\n<p>[00:13:06] <strong>Meher:</strong> Yes. My first time releasing a release party. Also, to the spectators who have never been a part of release, you can just come and say hi. Like, yesterday, on the day of the release, there was one participant who joined for the first time, and she did contribute.&nbsp;And she was amazed by how smooth it went through. And for me, the best part of any release is seeing the green tick when people start testing. So, you know, everything is smooth sailing.</p>\n\n\n\n<p>[00:13:34] <strong>Josepha:</strong> Yes.</p>\n\n\n\n<p>[00:13:34] <strong>Meher:</strong> And we&#8217;ll reach the destination.</p>\n\n\n\n<p>[00:13:36] <strong>Josepha:</strong> Yes. It&#8217;s, it is a real testament to how well and how closely all of these folks can work together, which if you stop and think about the fact that everybody&#8217;s like all over the world, it&#8217;s all across the globe that this is happening. It is why WordPress works, right? All of these people, all of you coming together to do this on behalf of this software. How cool that you had somebody who joined for the first time and then they were able to contribute immediately.</p>\n\n\n\n<p>[00:14:02] <strong>Meher:</strong> Yes.</p>\n\n\n\n<p>[00:14:03] <strong>Josepha:</strong> I love that.&nbsp;</p>\n\n\n\n<p>[00:14:04] <strong>Meher:</strong> Also, there are a lot of folks who&#8217;ve done it. So they&#8217;re always ready to help out. You know, if you&#8217;re stuck somewhere, as a first-time release lead, there were certain questions I had. There are a lot of people to guide you to the right direction or to say, this needs to go here, or you need to tell the audience this. A lot of support you get from the squad itself, plus the people who are not on the squad and who&#8217;ve done this.</p>\n\n\n\n<p>[00:14:29] <strong>Josepha:</strong> Absolutely. I remember the first release that I led I was the coordinator of it and I believe it was 5.0. I believe it was the one that we put Gutenberg in core with, and it was the most terrifying thing I&#8217;d ever done. Not because I hadn&#8217;t been watching these releases happening for years, but because it&#8217;s different participating and watching and then being the person who is like you said, like making sure that things are still going on time that you understand when you need to say, like, there&#8217;s no way that this works for users right now. We have to take it out and all those things. And then, yeah, the day of, the first time that you have to run one of those global meetings, be like, &#8216;everyone, we don&#8217;t have time for this. Move on&#8217;. That&#8217;s always a really hard first time. Well, cool. That&#8217;s so exciting. So I have a last question for you, and that is, you&#8217;ve kind of let us into it, for first-time contributors to a release, especially anyone who&#8217;s thinking about joining the release squad for the first time, do you have any advice, anything that you wish you had been told when you were coming into this?</p>\n\n\n\n<p>[00:15:32] <strong>Meher:</strong> Come with an open mind and come with a thought that there are people to help you. Ask in any channel. There will be someone or the other who will answer you immediately or a little later, depending on the time zone, and will guide you to the right person or right documentation where you can read up because there is a lot of documentation, good documentation on releases, how it handles and what team is needed, what they are supposed to do. So, you, you have a friendly bunch of people. Just ask.</p>\n\n\n\n<p>[00:16:03] <strong>Josepha:</strong> Excellent. I love it. I love that advice. That was really good advice. Don&#8217;t be scared. Everybody has answers, and they want to give them to you. I agree. That is a real strong truth for the WordPress project. Last thoughts: anything you want to share with the WordPress community with our community of listeners here?</p>\n\n\n\n<p>[00:16:20] <strong>Meher:</strong> Looking forward for new people joining the next release and seeing 6.7 new features, which I&#8217;m excited about, collaborative phase three coming into picture and excited about it.</p>\n\n\n\n<p>[00:16:32] <strong>Josepha:</strong> Yeah. So you can come join us, make.WordPress.org/core, or you can join us in the Slack instance. You can go to chat.WordPress.org and get signed up for that. We coordinate all of this in the core channel, and we hope to see every new contributor that&#8217;s been on the fence. We hope you show up. There&#8217;s a new meeting every two weeks just for y&#8217;all. Meher, this has been an excellent conversation. Thank you so much for joining me today.</p>\n\n\n\n<p>[00:16:56] <strong>Meher:</strong> Thank you for having me. It was fun.</p>\n\n\n\n<p>[00:16:58] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:17:05] <strong>Josepha:</strong> Hopefully, you&#8217;ve had a chance to download the release and try it out on your own sites. As always, if you run into any bugs, let us know so that we can get them in the next point release.</p>\n\n\n\n<p>And that brings us now to our small list of big things. I have a moderate-sized small list. The first one is that WordPress is a reminder, actually. It&#8217;s a lot of reminders this week if I get right down to it, but this first one is a reminder that one of our big-picture goals for 2024 was getting new users into our event series. Our goal, of course, is to warmly welcome more first-time attendees and new users, and future WordPressers at all of our events, and that&#8217;s something that you can help get done. So, for all of our event organizers, or if you have not organized an event yet and would like to, just so that you can meet the fellow WordPressers in your area or, get to grow your own network a little bit. We&#8217;ve got a few best practices that can help you to make sure that you have a good experience for first time attendees. For one, you should always consider some thoughtful event design. Craft your events with some first-time attendees in mind. You have to consider their needs and interests and potential barriers to participation. Second, it helps to have some targeted messaging. Ensure that you have promotional materials that highlight the benefits of attending, but also what new knowledge, skills, or professional connections folks will gain when they come. It&#8217;s also good to share success stories of past first-time attendees. And then just kind of a final note for that on outreach strategies. You should experiment with a range of marketing channels to reach professional new attendees. You can partner with local schools, professional organizations, and online communities who can help to spread the word.</p>\n\n\n\n<p>[00:18:52] <strong>Josepha:</strong> The second thing on our small list of big things is a reminder that the Docs Team holds an online Contributor Day every fourth Tuesday. They&#8217;ve been doing this for about a year now. And I think that it&#8217;s one of the most engaging and fun new contributor experiences we have, which I realize might sound odd for documentation, but it&#8217;s a great team. It&#8217;s got a great number of team reps in it. And they&#8217;re looking for you. They&#8217;re looking out for you to come and join for your first time on a Contributor Day. The next one is actually tomorrow, July 23rd. I&#8217;ll have a link for that in the show notes.</p>\n\n\n\n<p>[00:19:29] <strong>Josepha:</strong> And the third thing on our list is a reminder about online workshops. These are live sessions where you can learn alongside other WordPress enthusiasts, and they&#8217;re, you know, safe spaces where you can come as you are, develop new ideas, explore issues that you&#8217;re having, ask questions, network over shared interests, exchange theories, collaborate, and honestly, thrive on a bit of problem-solving together. New workshops are happening all the time. You can check out the schedule to join in on a live session and even watch some of the previous sessions to see if it&#8217;s for you.&nbsp;</p>\n\n\n\n<p>[00:20:03] <strong>Josepha:</strong> And the final thing on our list is that there is a recap up of the first Media Corps Briefing that was held on June 27th, and it provided media partners with an overview of the Source of Truth and updates that were planned for WordPress 6.6, that was released last week. Obviously, we just talked to Meher about it. But that particular session featured guest Anne McCarthy, who explained and demoed some of the upcoming features and answered a bunch of questions from the participants. The briefing was recorded and published on the WordPress YouTube channel. Apart from the recording, you can also find a summary, the full transcript, and other relevant links from the link in the show notes.&nbsp;</p>\n\n\n\n<p><span>[00:20:42]&nbsp;<strong>Josepha:</strong>&nbsp;And that, my friends, is your small list of big things.</span> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard today, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing. And I&#8217;m taking a little break from the podcast in August, and so I will see you again, my friends, in September.&nbsp;</p>\n\n\n\n<p>[00:21:15] (Music outro)&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jul 2024 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: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:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\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:89:\"Gutenberg Times: Gutenberg Changelog #104 – Block Themes, Gutenberg 18.8, WordPress 6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=29449\";s: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:87:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-104-block-themes-gutenberg-18-8/\";s: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:62481:\"<p>In this episode, Carolina Nymark and Birgit Pauli-Haack discuss Block Themes, Gutenberg 18.8, WordPress 6.6 and more.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-104-block-themes-gutenberg-18-8/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-104-block-themes-gutenberg-18-8/#transcript\">Transcript</a></p>\n\n\n\n<p></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Carolina Nymark</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/poena/\">WordPress Profile @poena</a></p>\n\n\n\n<p><a href=\"https://x.com/carolinapoena\">On X (former Twitter)  @carolinapoena </a></p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://fullsiteediting.com/\">FullsiteEditing.com</a></h2>\n\n\n\n<p>Updated pages: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://fullsiteediting.com/lessons/global-styles/\">Global Styles &amp; theme.json</a></li>\n\n\n\n<li><a href=\"https://fullsiteediting.com/lessons/theme-json-color-options/\">Theme.json color options</a></li>\n\n\n\n<li><a href=\"https://fullsiteediting.com/lessons/theme-json-font-size/\">Theme.json typography: Font size</a></li>\n\n\n\n<li><a href=\"https://fullsiteediting.com/lessons/theme-json-typography-font-styles/\">Theme.json typography: Line height, font weight and more</a></li>\n\n\n\n<li><a href=\"https://fullsiteediting.com/lessons/how-to-add-box-shadows-with-theme-json/\">How to add shadows with theme.json</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.6</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/07/18/wordpress-6-6-1-rc1-is-now-available/\">WordPress&nbsp;6.6.1&nbsp;RC1 is now available</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/24/section-styles/\">Section Styles</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/06/21/styling-sections-nested-elements-and-more-with-block-style-variations-in-wordpress-6-6/\">Styling sections, nested elements, and more with Block Style Variations in WordPress 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/19/theme-json-version-3/\">Theme.json version 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2024/06/21/theme-json-version-3-frequently-asked-questions/\">Theme.json version 3 frequently asked questions</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/06/18/an-introduction-to-overrides-in-synced-patterns/\">An introduction to overrides in Synced Patterns</a>&nbsp;</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/62566#top\">Synced Patterns iteration for WordPress 6.7 (Draft)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/18/grid-layout-type/\">Grid layout type</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/01/recap-hallway-hangout-exploring-grid-layouts/\">Recap Hallway Hangout: Exploring Grid Layouts</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301860423/\">Developer Hours: Do you really need a custom block?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/07/04/15-ways-to-curate-the-wordpress-editing-experience/\">15 ways to curate the WordPress editing experience</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/\">Docs: Curating the Editor Experience</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg 18.8</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/\">What’s new in Gutenberg 18.8 (17 July)</a>&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s discussed or in the works</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/63335\">[Experiment] Add freeform image cropper component</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/55238\">Media Library updates&nbsp;</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/56837#top\">Add color and other style options to the Audio Block</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 104th episode of the Gutenberg ChangeLog podcast. In today&#8217;s episode, we&#8217;ll talk about block themes, Gutenberg 18.8, WordPress 6.6, and so much more. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor for the WordPress Core, Open Source Project sponsored by Automattic Five For The Future Program.</p>\n\n\n\n<p>Today I&#8217;m delighted to have with me on the show Carolina Nymark, core contributor, sponsored by Yoast. She writes on fullsiteediting.com and she regularly updates and adds features to the Gutenberg plugin and block themes, and she&#8217;s from Sweden. Thank you so much for being on the show. How are you today, Carolina?</p>\n\n\n\n<p><em>Carolina Nymark</em>: Hi, I&#8217;m well, thank you. June was a very hot month, but July has actually been a little bit cooler. We have had some rain here just outside Stockholm, so it&#8217;s been nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So yeah, the rain&#8230; In Germany it&#8217;s still very hot or it&#8217;s up and down. It was cooler earlier this month, but it&#8217;s now really, really hot. And I&#8217;m glad, I&#8217;m going out to the lake or maybe I&#8217;m going to go jump into the lake that&#8217;s a little bit southeast of Munich over the weekend. So hopefully the weather holds to actually have that.</p>\n\n\n\n<p><em>Carolina Nymark:</em> That sounds amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, well, we&#8217;ll see. We are also working on the house of my parents, to fix some of the things, and I don&#8217;t know how much time we&#8217;re going to have. Yeah. So yeah, let&#8217;s just get into the show.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements &#8211; WordPress 6.6</h3>\n\n\n\n<p>The long-awaited release of WordPress 6.6 happened earlier this week and it&#8217;s named Dorsey after the legendary American big band leader, Tommy Dorsey, with the smooth sounds.</p>\n\n\n\n<p>The release post actually sports a Spotify link with a playlist of his great songs. It took about 630 contributors from 51 countries, and this release also welcomed over 150 first-time contributors. That&#8217;s a huge number every time we have a release with the new contributors. So I&#8217;m really happy that we can onboard so many new contributors and get them on the release.</p>\n\n\n\n<p>Well, since the roadmap came out on 6.6 in March, we talked about the upcoming releases quite a bit. So for you Carolina, the next question I ask almost everybody who was on the show, what are the most exciting updates in WordPress 6.6 for you?</p>\n\n\n\n<p><em>Carolina Nymark: </em>Well, I hope this isn&#8217;t too repetitive, but there are several things. The updated block style variations or section styles is a great addition. It helps users quickly select a pattern or a part of a page and just really changes the style of it. It helps WordPress developers to work faster as well.</p>\n\n\n\n<p>I&#8217;ve heard some rumors that this is only a feature for block themes, and that is not true. You can use these section styles even in classic themes, as long as you&#8217;re using the block editor. Because you do not need to use JSON or a theme JSON file to register these. You can register them with PHP.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s true. Yeah. The block styles have been in Gutenberg for a long time, but the section styles are just coming in that you have a group of blocks that the styles apply to for the container blocks, like the group blocks, the columns block, and what was the other one? Was it media text?</p>\n\n\n\n<p><em>Carolina Nymark:</em> Cover perhaps. I&#8217;ve mainly been testing it out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, with the cover. Yeah. Yeah, you&#8217;re right. You&#8217;re testing them out? You were going to say?</p>\n\n\n\n<p><em>Carolina Nymark:</em> I was going to move on to my next favorite feature.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, okay. So let me just say that we have in the show notes two things for you, dear listeners. And that&#8217;s going to be the dev notes about sections styles. And also the latest developer blog post about styling sections, nested elements, and more about the block style variations in WordPress 6.6. So what else is exciting for you?</p>\n\n\n\n<p><em>Carolina Nymark: </em>We have the update where we&#8217;re using theme version three, which solves problems with the font size and spacing presets. And the presets are the default values that WordPress adds. So before we can upgrade to version three, of course the developers need to learn about the changes. And they need to decide if they actually want to upgrade or not.</p>\n\n\n\n<p>And this is going to depend on, well, which WordPress version do you need to support you. If you&#8217;re supporting WordPress 6.6 and forwards, then you can definitely switch to version three. But if you still need to support, I don&#8217;t know, 6.0, 6.3 and so on, then you have to consider this more carefully.</p>\n\n\n\n<p>So of course there&#8217;s been many discussions about this with theme developers, especially in WordCamp Europe. And so for example, their discussions about, so if I switch to version three, I&#8217;m also going to have to update the spacing that I&#8217;m using inside the templates. And again, we come back to, okay, so if I update the template, how do I make sure that the end user knows that there is a theme update, that to actually receive this update to the template they might have to go and reset the template on their installation. It&#8217;s just tricky. It&#8217;s an important decision to make if you&#8217;re supporting many different WordPress versions.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. That has always been a bigger problem for theme developers when they update their templates and the user has modified the templates through the Global Styles, that the updates are not overwriting those. Because the user has the latest priority or the highest priority. So a theme update wouldn&#8217;t necessarily come through and make this available for all the sites. Yeah, that&#8217;s true.</p>\n\n\n\n<p>This doesn&#8217;t go away with the theme JSON version though, version 3, but it makes it probably a little easier. But what will make it easier is another feature we&#8217;re going to talk about, but I just wanted to point out as a side note that Carolina Nymark has updated pages on the fullsiteediting.com site to include all the new developments and updates, and I think there are five pages that were updated.</p>\n\n\n\n<p>There was one on Global Styles and theme JSON. Theme JSON color options and typography options for fun, size, line height, font rate and more, and then how to add shadows with the theme JSON. So the great site, fullsiteediting.com that focuses so much on block theme, teaches you even more on the new developments. So thanks, Carolina, for putting all the work in. Yeah, so what&#8217;s next? So we had the style sections, we have the theme JSON changes, and then&#8230;</p>\n\n\n\n<p><em>Carolina Nymark:</em> We also have the overrides for synced patterns. This helps you to keep the overall form, shape, the sign of parts of the content that they have inserted, but still change part of the content. For example, if you have this group block with the specific image and the heading that highlights your feature and the button, then maybe you want to use different images and you can go in and only change that image.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s a great tool.</p>\n\n\n\n<p><em>Carolina Nymark:</em> And go update. So it&#8217;s not super easy to explain, but yes, it&#8217;s very helpful for site creators. From a theme developer perspective, there&#8217;s not much one can do with the overrides for synced patterns, since themes cannot register synced patterns, only regular standard patterns.</p>\n\n\n\n<p>So there&#8217;s no attribute that I as a theme developer can add, for example, to my patent PHP file to make it synced on theme activation. That doesn&#8217;t exist. But hopefully we can continue working on that and find ways to make that happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, so let me unpack that for a little bit. So if a user wants to create a synced pattern and use one of the theme patterns as a blueprint for that, they need to use the duplicate feature in the panel manager.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And then switch on the synced part and preferably also rename it so they don&#8217;t see it twice in the list of patterns.But then if the pattern gets updated through the theme, they could see it, but their duplicate version won&#8217;t update. So they need to take care of that.</p>\n\n\n\n<p>But I like the synced pattern for site builders, because it releases quite a few headaches that you had before. That you couldn&#8217;t update the patterns and styles through the Global Styles, now you can. And now you can also have your users or your other editors use the same and just change your mind about the background.</p>\n\n\n\n<p><em>Carolina Nymark:</em> It helps if you have editors and you only want them to be able to edit specific things, then the synced patterns with overrides definitely helps with that. That&#8217;s one of their biggest purposes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Also for myself, if I had a pattern that I can change the content of it more and more or more often, and reuse it for a book review or for just a call for action. And I always have the same design, but the call to action is a different one. It also helps me as a site owner quite a bit to streamline my processes.</p>\n\n\n\n<p>But you&#8217;re right, so developer block has an introduction to the overrides in synced patterns. That will be interesting to learn about, if you want to read, if you want to learn about it. And then also link an iteration tracking issue for synced pattern in WordPress 6.7. It&#8217;s still named a draft, but it has, when you look at it, it lists all the issues that theme developers had with the synced patterns and that they want to get fixed or enabled or feature requests. And one of them is actually make synced patterns available for theme developers.</p>\n\n\n\n<p>There&#8217;s also great discussions from quite a few theme developers in the community that have been vocal about that, and the responses from the developers like Riad bringing it all together in an overall model for synced patterns. So I&#8217;m really looking forward to how that works going to progress. I&#8217;m not sure if it&#8217;s going to be coming to WordPress 6.7, because we only would know by the end of September, but there&#8217;s two months or two and a half months to go to actually work on that. Yeah.</p>\n\n\n\n<p><em>Carolina Nymark:</em> I&#8217;m just thinking that two and a half months, it&#8217;s a very short time. The release squad for the 6.7 release, the post where you can sign up or actually apply to be part of the release squad has been up. I guess we&#8217;ll know more later next week.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I think so. I&#8217;m going to put it in the show notes, what you&#8217;re just saying, the post with a proposal for the release and raise your hand if you want to be part of it. And there&#8217;s also a section, on the core block was another post that was, what would you like to see in the theme Twenty Twenty Five?</p>\n\n\n\n<p>Because every year the last release of the year also comes with a new default theme. And I&#8217;m looking forward to what&#8217;s going to be next in there, and how many of the features that we are talking about right now are coming into the default theme.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yes, absolutely. So there actually is a GitHub repository already open for Twenty Twenty Five, where you can submit issues with what we&#8217;d like to see. For example, maybe you want to see an example of how we see negative margins. Or maybe you want to see the new grid variation, which is now&#8230; So the grid has been available in WordPress, but it hasn&#8217;t had the same kind of UI interface and options that we see in 6.6.</p>\n\n\n\n<p>So in 6.6 we have the grid as a group variation. I&#8217;m looking forward to learning more about how to actually use these settings. I&#8217;m not familiar with them yet. Actually I do find it a little bit confusing. So I have to really set dedicated time to learning this. So we have the grid and we are able to, for example, set how many columns we want in the grid. We can adapt how our content inside the grid will flow into a different row, for example.</p>\n\n\n\n<p>But then you have to go and select there the block that is inside the grid and decide, do I want this particular block to be two columns wide? Or do I want it to be two rows, for example? So once I feel comfortable with that and know how it works, then I think we&#8217;re going to be able to create some really interesting layouts.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, you do. And there was a hallway hangout and you provided that link to it also with Isabel Bryson who actually worked quite a bit on that feature. And she showed off how she&#8217;s going to use it or how she worked on it and what you can do with it. I really liked the way that you could say, okay, any column that is in the grid needs to be&#8230; Or any cell that needs to have a minimum width of 300, and then it automatically flows with the screen size.</p>\n\n\n\n<p>So if it&#8217;s a mobile screen, then you get them all stacked, and if it&#8217;s a tablet, you get two columns, or maybe&#8230; Nah, three is probably not wide enough. And then when you&#8217;re on the big screen you get as much as the layout of your website allows, and stack them, have three or four in a row.</p>\n\n\n\n<p>So that&#8217;s really good. And it&#8217;s a responsive way to make your layouts without having to think about responsiveness. So I think that&#8217;s a great feature for users because it&#8217;s a new concept anyway, and our users that haven&#8217;t been able to create layouts or do some editing on their theme or of their headers and that, there is another jump there to make to get the concepts right. Because I think we have some anecdotal evidence that for some people it was hard to figure out are we editing a template or am I editing this particular page?</p>\n\n\n\n<p>And we are then surprised when they thought they&#8217;re editing a page that it changed for the whole site. So yeah, there are now a few guardrails in the site editor. I&#8217;m not sure if there are enough, but I&#8217;m also thinking that it gets better and better the more people are using it and the more people get confused and talk about it to find the right way to do this.</p>\n\n\n\n<p>And a grid layout, you don&#8217;t have to think about that much. That&#8217;s a concept that people can really adhere to or find, maybe not that hard to&#8230; I saw quite a few of those layouts where you have a stacked group block inside a grid cell and those are really cool. Or have a row inside a grid cell. And those behave really well also in the responsiveness.</p>\n\n\n\n<p>So I&#8217;m excited about the grid layout. I&#8217;m really waiting for a masonry grid layout that goes with the flow in every direction. I&#8217;m not sure if that&#8217;s yet available. I have the feeling they&#8217;re not, but there are some experiments that you can&#8230; If you use the Gutenberg plugin there&#8217;s an experiment page and you can switch on interactive grid layouts and do even more experiments, explorations with that feature for 6.7. Yeah.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah. I definitely have to go and check that out. One thing that I would like to see, I&#8217;m not saying it&#8217;s possible, I don&#8217;t know if it&#8217;s possible, but when you have a query loop and you have the post-template block inside of it, you have the option to select between lists and the grid. And I would like that grid option that you select in the toolbar of the post-template block to have the same type of options. So that I would be able to have&#8230; Maybe I want the second post in my query to be two rows tall, for example. I&#8217;m not sure if it&#8217;s possible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Not yet. I had the same question.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Have all the signs for the post. Well the thing is, it&#8217;s a loop, so of course it loops through every post. I&#8217;m not sure&#8230; We&#8217;ll get to that later when we talk about the plugin, I think. Because in the query loop, of course you can&#8217;t add it. If you add a block to your post-template it&#8217;s going to be the same block, same text for whatever these posts. I&#8217;m not sure if it would be possible to have one post to be taller or wider than everyone else. Unless of course you want to go and do custom CSS, which is absolutely possible. But from the editor, I&#8217;m not sure, but I would really like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. In the editor it&#8217;s not possible yet. I did, well many, many years ago, a layout for a news outlet that had I think six columns and the main post was three columns wide and then one was two column, one column and underneath there were six different posts that are kind of in the header section. And that&#8217;s not available yet, that you can&#8230;</p>\n\n\n\n<p><em>Carolina Nymark:</em> No, exactly. So if you wanted, for example, one full word sticky post you&#8217;d have to use, today you&#8217;d use custom CSS to achieve that. Or maybe you&#8217;d even have two query loops, which of course at some point it&#8217;s going to be a performance issue if you have to do it twice. But you can&#8217;t do that with the options on the block now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Maybe we can&#8230; One can say that the sticky post is always, I don&#8217;t know, two columns or three columns. But yeah, it&#8217;s all&#8230; Because all of a sudden everybody has a different need and then I cannot imagine the interface, how many dials. And so you could offer the user, though they have every use case in there. But yeah, we&#8217;ll see what&#8217;s going to be possible later on.</p>\n\n\n\n<p>And I&#8217;m thinking that that&#8217;s also a great place for plugins to extend the core blocks to use the grid block in certain ways and try that out to say, okay, what is possible and push the limits a little bit on that.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah. I&#8217;m sure there&#8217;s going to be responses now saying, oh, but this has existed in my plugin for three years. Awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Oh, yeah.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Sadly I have not seen it. I do not have time, there&#8217;s many page building plugins or block collections, unfortunately.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. All right. So as I said, so I think, is there anything else from WordPress 6.6 that stands out for you apart from those theme-related features?</p>\n\n\n\n<p><em>Carolina Nymark</em>: I&#8217;m a theme nerd. Everything is theme-related. We have the background. So the background image settings where you can now add the background image to various blocks and to the site wide Global Styles from the site editor for block themes.</p>\n\n\n\n<p>I have mixed feelings about this because I&#8217;m glad it is more now&#8230; It has a higher&#8230; How to say? It matches the customized settings better where you could add the background image. But I&#8217;m a little concerned that we are going to end up with these group blocks where people are adding text on top of the image and the text is not going to be readable, it&#8217;s not going to be accessible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Carolina Nymark: </em>We&#8217;ll see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> I think all the design tools bring hives to some designers because they don&#8217;t think that a lot of WordPress users are good designers, so they shouldn&#8217;t have access to those tools. And I&#8217;m reminded that there was a big movement in the internet, it&#8217;s called GeoCities or MySpace, where you had all those tools already at your fingertips. And there were quite some funky signs out there. But that&#8217;s kind of the creativity that is bred when you give people tools.</p>\n\n\n\n<p><em>Carolina Nymark:</em> That&#8217;s when we used the tables, HMO tables to other layouts and we had the dancing baby in the diaper and more.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Chip animations, yeah. Using spacer. But we found that spacer images are coming back with the spacer block, right?</p>\n\n\n\n<p><em>Carolina Nymark: </em>Mm-hmm. Yeah, that&#8217;s interesting. So again, we are going to talk about this, about improving the block supports. So in the Gutenberg 18.8, we&#8217;re adding shadow supports for groups.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes.</p>\n\n\n\n<p><em>Carolina Nymark</em>: I don&#8217;t know if I should bring this now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s your PR, right? Well let&#8217;s talk about it when we go through the Changelog and we&#8217;ll be there in about 2 minutes.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah. In relation to the space block, so we are now not only adding the shadow, we&#8217;re working now for the next release. To add color options and spacing options to more blocks to make it more consistent. Because we have text-based blocks. It doesn&#8217;t even have text color. One of these ideas is of course, are we going to have a background on the space block or not? That discussion might be interesting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Indeed, indeed. Because there are also some great separator blocks and spacer blocks. It&#8217;s kind of both. Yeah, right, it&#8217;s a spacer or a separator that has some design to it. And the other CSS you can do some really funky things with waves and going from triangles and that kind of thing. And different kinds of patterns, how the background shines into the next block.</p>\n\n\n\n<p>And I like those. I&#8217;m thinking maybe putting a plugin together with, there was a site that has a lot of separators CSS already displayed, and you can probably fairly easy, add them to a plugin so people can have an additional&#8230; So it&#8217;s a web dev separator generator, that&#8217;s called.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah. Okay, interesting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m going to look at that. It&#8217;s from the W Web Dev, GitHub group. So I&#8217;ll share the link in the show notes and&#8230;</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah, a plugin would be a good idea for that. Because it can of course be used in any theme. The problem with doing this kind of thing, like a pattern, if you wanted to do the pattern and submit it to the pattern directory, is that you can&#8217;t use custom CSS.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Or add it to a theme, but then it&#8217;s not going from theme to theme. Yeah. Then it&#8217;s not&#8230;</p>\n\n\n\n<p>Carolina Nymark: No, exactly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It kind of goes away.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Omitted.</p>\n\n\n\n<p>Birgit Pauli-Haack: Oh, right. I know that we can talk about quite a few things and we will, but today, just right now this minute, I wanted to do a side note. Because with all the features that come to developers and for no-code site builders in WordPress 6.5 and 6.6, you might not need to create a custom block to extend core functionality, that much anymore, because you could use block bindings or you could use other tools. That is not that.</p>\n\n\n\n<p>So on July 23rd, JuanMa Garrido and Nick Diego will hold developer hours again, and with the title Do You Really Need a Custom Block? And they will explore with you, their listeners if you want to join them, how to add new functionality to core blocks by content only editing and the allowed blocks attribute and patterns.</p>\n\n\n\n<p>So a lot of people review their custom blocks if they couldn&#8217;t replace them with patterns because they don&#8217;t have to maintain so much code or integrate block bindings and block variations. Well block variations, you need a little bit more development there. When effective block blocking and naming as well as of course our latest, most favorite feature synced pattern overrides.</p>\n\n\n\n<p>So July 23rd, a 1500 UTC, that will take place. It&#8217;s a live stream on Zoom and that&#8217;s 9:00 AM eastern in the US, 1500 UTC, 9:00 AM Eastern on July 23rd. And also for the same topic, there is also a developer blog post out that lists 15 ways to curate the WordPress editing experience from disabling specific blocks. So panel directory or unregistered formatting for the rich text block to disabling certain sidebar panels.</p>\n\n\n\n<p>And I know switching on and off for features is really important for clients and content creators, that it&#8217;s a major concern for agencies and publishers. And we talked about it earlier as well. And this post is a great snippet collection. It also points it to the right places in the documentation and there are always ways to disable custom colors and core presets in the theme JSON.</p>\n\n\n\n<p>And I&#8217;m sure the Full Site Editing Global Styles and theme JSON has some notes about that too. So that&#8217;s kind of about the overall WordPress experience. Do you want to comment on any of that?</p>\n\n\n\n<p><em>Carolina Nymark:</em> I&#8217;ll try to attend. It&#8217;s sounds really like an interesting call. Yeah, I enjoyed the post about the 15 ways to security experience as well.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 18.8</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right, so we&#8217;ve come to what everybody&#8217;s waiting for, is what&#8217;s Gutenberg 18.8? So 211 PRs merged into the plugin release. 57 of those were enhancements, 77 were bug fixes and 35 of those bug fixes were actually back ported to core and made it into WordPress 6.6 and were included in the release candidate three.</p>\n\n\n\n<p>But that&#8217;s all snow from yesterday, as we say in Germany, badly translated of course. But it&#8217;s in 6.6. Sixty contributors worked on this release, 10 of them, again, first-time contributors, so congratulations to all. So what&#8217;s in there is a good mixture between experimental stuff, updates on UI as well as some developer stuff and of course bug fixes.</p>\n\n\n\n<p>But the one new feature that comes in as an experiment is the data form. We know about data views. That&#8217;s how all the list views in WP admin could look. When you look at the site editor, you see how pages could look and patterns and all that, organized in new views and grid layouts and all that. But what it does not have yet is a data form component. And this is now implemented as a first prototype in the iteration process to duplicate page actions.</p>\n\n\n\n<p>So there is a modal that opens up and you get a form, you have to fill that in and hit a submit button, and that is the prototype that comes in. But take a look at it, if you&#8217;re a plugin developer, you probably can already see how that works for your plugin maybe, or how that can go into the WordPress 6.7. I think it&#8217;s still an experiment though. It hasn&#8217;t been released as an official or maybe not.</p>\n\n\n\n<p><em>Carolina Nymark:</em> I&#8217;m not sure actually.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> No, no, it&#8217;s actually in the plugin. It&#8217;s not an experiment, any duplicate&#8230; So it&#8217;s in the duplicate action that you can see. So when would you duplicate it? You would duplicate a pattern, you would duplicate a page, you would duplicate a template. Yeah, so all these duplicate actions will use that component.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah, it&#8217;ll help with the consistency and also of course make it easier to reuse these forms.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And also have a standard way of doing forms and you don&#8217;t have to make decisions as a plugin developer on, how do I do this? Use the form. But it&#8217;s not there yet. But what is an experiment is having&#8230; So we have pages, we have patterns, we have templates, we have styles, template parts, which are our patterns, what we don&#8217;t have in the new admin section are posts.</p>\n\n\n\n<p>You still have to get out and go into the WP admin to add that and you still would have to do this. But there is a PR in this release where it at least has the framework around to putting a post list into the data we use as well. This is an experiment that needs to be enabled through the experiments page of the plugin. The next thing is yes, you know all about it. Carolina, is that support for shadows for the group block. Yay. We were waiting for it. Thank you.</p>\n\n\n\n<p><em>Carolina Nymark:</em> I received so many comments in praise for this and I&#8217;m like, okay, thank you. But sorry, this change it&#8217;s&#8230; So when you create a block support, you create these setting and the UI for it and you do that once. Because it&#8217;s the support blocks opt into it, compared to a block attribute, which normally is unique and only developed for that single block. So when you enable support on new blocks or in your plugin, you change maybe three lines of code and then you&#8217;re done.</p>\n\n\n\n<p>This is usually how it works. And this is how it worked for the group block shadow. It was a very simple change. We needed to do some manual testing to see about how to consider the overlap and the shadow was very long. Do we need to do something about that? And we ended up not doing anything, except labeling it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, and with the&#8230; Yeah, go ahead. Sorry.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yeah. There are some other blocks where it&#8217;s not as simple. We are discovering bugs recently, early this week, not in this plugin release, but maybe the next one or the next after that. We found that there were still some remaining styles from the list block that affected other blocks that used the list element. So that was fixed, so that&#8217;s good.</p>\n\n\n\n<p>So we discovered this one when we added background color and realized, wait a minute, the background color, it&#8217;s a little bit off here. So that&#8217;s how we discovered it. So sometimes it&#8217;s very easy to do this, but I also have a pull request for adding the border to the site logo, which has been going on since Twenty Twenty Three. And that is way more complex because we have to work with a link. Without a link we have to work with a resizer, have to work with a cropping tool and so on. So that one is not merged yet. But I&#8217;m hoping to get reviews of it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s interesting to look behind the scenes, how complicated they can be. And when you think that something that is newer, because the group block is relatively new in comparison to other blocks, they fit into the architecture better because it&#8217;s a more formal architecture, that wasn&#8217;t the case earlier on. And so yeah. But thank you so much. And also looking at that. Sometimes it&#8217;s easy and sometimes it&#8217;s hard. And we do it because it&#8217;s hard, right?</p>\n\n\n\n<p><em>Carolina Nymark:</em> It&#8217;s interesting that way. It&#8217;s definitely challenging.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And talking about some quality of life around blocks, not quality of life, but a QA around blocks. There was also an effort from quite a few developers amongst them, Maggie Cabrera, to add example snippets, two blocks, especially the query block, the post list, the excerpt block, log in log out block. So when you hover over them in the inserter that you see on the right-hand side, what kind of block is that? Some of the core blocks don&#8217;t have that and this was an oversight that has now been rectified.</p>\n\n\n\n<p>And so this is just going to make it a little bit more smoother and make it a little bit more consistent. The next one is&#8230; I wanted to put out is from the inserter, that the PR says, remove the dialogue behavior and that is the behavior, that when you click on things something opens up. And when you&#8217;re done, click in there. And you&#8217;re done with it, it closes automatically.</p>\n\n\n\n<p>And the inserter and sometimes it&#8217;s a little bit of a harder&#8230; Was harder to use, because you had to click every time you wanted to add a block and open it up again. And now with that changed behavior you can now have it open and add multiple blocks at the same time to canvas. So this is definitely a quality of life for streamlining the workflow for creating content.</p>\n\n\n\n<p>The next one is what you already mentioned, block background UI controls and have the controls move to a popover, so there&#8217;s background images. The blocks have gotten quite a few refinements in 18.8. Do you want to talk about that?</p>\n\n\n\n<p><em>Carolina Nymark:</em> It&#8217;s a bit changed in the UI.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It&#8217;s definitely also streamlined and consistent through the&#8230; Global Styles, you can add background to blocks through the Global Styles as well as through the blocks, properties or settings. So they also streamlined those processes. The next one I found interesting was&#8230; That&#8217;s about the group block and they had a name, they renamed the fill feature to grow and that indicated&#8230; Can you explain what that indicates?</p>\n\n\n\n<p><em>Carolina Nymark:</em> I read the pull request, so it&#8217;s partially to make the name a better match with the CSS functionalities behind the scenes. But it&#8217;s also about not mixing the fill in this context with the background color fill or the background image. So that&#8217;s the reason why they changed this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, yeah. So it&#8217;s easier for people to translate and not have overlap ideas about things. But it also, I think the fill only has the connotation that it&#8217;s a fixed width, to be filled. And with grow it also indicates that it grows with the blocks that come in. So when you put a bigger one in there and that grow part, that&#8217;s what those CSS is actually for. The property is called grow as well. Yeah, flex-grow. It&#8217;s for the flex CSS there. Yeah.</p>\n\n\n\n<p><em>Carolina Nymark: </em>Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. Yeah. And then of course that&#8217;s a great thing, is we get color support for the list item. Now we can have stripes in our list. In each list item could have a different color and that is really cool. Talking about designs, can you also grade gradients around it?</p>\n\n\n\n<p><em>Carolina Nymark:</em> I haven&#8217;t tried it. I would definitely look. I&#8217;m looking forward to hopefully seeing some kind of border support. Because I would like to sometimes have my list items like underlined. That&#8217;s one thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So the underlying feature is not available for lists in the inline?</p>\n\n\n\n<p><em>Carolina Nymark: </em>Well, I don&#8217;t necessarily want to underline text, as in it being your name.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, you want the same. Yeah, you want the same link of it? Yeah.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Like the whole list item. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So I haven&#8217;t tried it yet, but I&#8217;m going to try out the list block color support with some funky designs maybe over the weekend. It&#8217;s really cool. Then the next one is, that&#8217;s a small change, but it definitely clears up a lot of questions that came in through user support or that the justification formatting is also coming to the block toolbar in addition to that is in the sidebar because most people didn&#8217;t find it in the sidebar when they were looking for it and thought it wasn&#8217;t possible to justify a certain block or a certain series of blocks. So now it&#8217;s also available in the toolbar. That&#8217;s restricted to a few blocks I would think.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yes. It&#8217;s largely inconsistent what&#8217;s in the toolbar and what&#8217;s in the sidebar for different blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, that&#8217;s true.</p>\n\n\n\n<p><em>Carolina Nymark:</em> True. Let&#8217;s say if the pull request probably mentions if it&#8217;s&#8230;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s definitely available for the flex box in the group log.</p>\n\n\n\n<p><em>Carolina Nymark:</em> I only see the post content that the group mentioned, but I don&#8217;t think that&#8230; I think that was just an example.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s for the group block. I don&#8217;t know if that&#8217;s going to come to columns as well. Yeah, we need to test this. Dear listeners, we haven&#8217;t tested this little thing yet, sorry. But if you test it, send in what you think of it and how you use it.</p>\n\n\n\n<p>But I like that these things are going to be consistently updated anyway and somebody notices it and says, okay, I&#8217;m going to fix it.&nbsp;</p>\n\n\n\n<p>And then the next item is a change in the block API. That&#8217;s more for developers. It&#8217;s very technical, but it allows a custom block developer to add a file name to the variations fields of the custom block that they&#8217;re building. So you can create a block and then you also assign variations to it. And then if you don&#8217;t want it all in the same file, you can add a file name to the variations field and then it pulls it from there. Very nifty.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah. And especially now if we&#8217;re saying that the number of variations that the block has&#8230; Like the grid block, that it keeps growing. It&#8217;s definitely absolutely useful for block developers because the grid block now has four.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, absolutely. Yeah, just kind of thinking, but that was style variations one, not block variations. So we have a proliferation of the word variations and styles and blocks and you can mix it anywhere we want.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yeah, block style variation, block variations. It&#8217;s very similar. Also in the interface, they&#8217;re also very closely positioned in the interface. As long as you have opened the styles panel, you can have the variation just below the block name or then the description and then you have the style variation inside the panel. Also at the very top.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. They all look the same. So if you&#8217;re a visual person, like I am. I always know where something stood in a book, I knew the page number and then where on the book. I could find it very easily. But if it&#8217;s just all the same, yeah, it&#8217;s kind of I need to&#8230; Maybe, can we have a background if something is color coded. Or can we have a shape or something like that?</p>\n\n\n\n<p>But it&#8217;s just a name.</p>\n\n\n\n<p><em>Carolina Nymark:</em> So this is not part of Gutenberg, now I&#8217;m skipping again. So of course immediately after a major list, contributors are monitoring the support forms, and of course the Gutenberg tickets and the track tickets. One of the tickets that stood out a little bit, and I&#8217;m not going to talk about the underlying, is actually the page and post, the summary, or what used to be a summary panel. And this user was supporting that. They weren&#8217;t able to find the comment settings.</p>\n\n\n\n<p>Because when you look at the top of the panel now it&#8217;s links, so they&#8217;re not in separate panel anymore. And this person who just saw this for the first time probably, it wasn&#8217;t easy for them to find it. And that&#8217;s one of the changes in 6.6 that we actually haven&#8217;t discussed. Not in this call at least. People will get used to it. I don&#8217;t know if anything&#8217;s going to be moved back. I don&#8217;t think so.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, there was between&#8230; I&#8217;m not sure if it was from one version to the next, but I know that there was a discussion about where should the revisions panels be? Should it be under the three point options kind of thing, or where should the sticky post thing be? And of course when you know, okay, that worked, that&#8217;s there now. And I can remember that.</p>\n\n\n\n<p>But for the first time, the shock, oh, did it go? Yeah, where did it go? You just want to get your work done and all of a sudden these hurdles come in with a new version.</p>\n\n\n\n<p><em>Carolina Nymark:</em> And the featured image also moved to the very top. It&#8217;s a little bit different.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I like that actually, because I&#8217;m always going to fear that I forget the featured image. A lot of designs are actually very visual and you have that in your post loop in the list of the block posts and there&#8217;s a featured image and you want to make sure that that&#8217;s in there. But yeah, it&#8217;s a change.</p>\n\n\n\n<p><em>Carolina Nymark: </em>That&#8217;s a good point. A good reminder to have it there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> But what I also like with the new workflow setting is that the number of words is right there. How many are in the post. That you only had to do three clicks to actually get to that? So in the outline tab of the list view, so you had to open up the list view, click to the outline, and then see how many words are in the post. Now you just go to the&#8230;</p>\n\n\n\n<p><em>Carolina Nymark: </em>So I hope that you&#8217;re all keeping your blog post at least 3000 words now, right? For SEO purposes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And 15 blog posts make a book, right? 3000 words. Does that come from a search engine kind of quality content, needs to be 3000 words?</p>\n\n\n\n<p><em>Carolina Nymark:</em> It&#8217;s a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s a lot.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Only your most important content.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Well, our writers on the developer blog, they&#8217;re always kind of bumping up on that number quite a bit. But that&#8217;s because we have some great code examples and explanations there and it&#8217;s always about our real world kind of example. And it takes that long to explain.</p>\n\n\n\n<p>All right, what else do we have in 18.8? We have a lot of changes in the component sections, but that&#8217;s so highly technical, about the custom select control version two. There&#8217;s a version two, dear developers. Those will be probably&#8230; If they come to a WordPress version they will be in a dev note, complete together, so you get them.</p>\n\n\n\n<p>Because they&#8217;re all smaller fixes that are in a bigger context. But now with the PRs it&#8217;s harder to describe what&#8217;s the bigger picture about it. So I would wait until they get into the WordPress major version where you try them out. For the block library, we have two things that we wanted to talk about. One is the aspect ratio control for image blocks in grids. That was something that was missing.</p>\n\n\n\n<p>Also in the hallway hangout, you saw it, that Isabel tried to get the picture into the grid and then it wouldn&#8217;t fill up the whole thing. And so now you can control the aspect ratio of those image blocks. It&#8217;s really cool. And then the other one is when I see reduced specificity, I first have a hard time pronouncing that word.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Same. I also have difficulty even trying to spell it if I take it out. Yeah, reduce specificity of the social link icon color. I believe this is a bug fix. I guess the colors were either impacting something else or were impacted by it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And it wasn&#8217;t possible to control them. So now themes can control it. But yeah, CSS specificity was definitely a topic on the WordPress release in 6.6. And there were a few rumblings around, because for some features, theme developers fixed something that core didn&#8217;t do or needed to override. And now with 6.6, core fixed what they were doing, but then it affected what theme developers were doing.</p>\n\n\n\n<p>So they had to reduce certain things or revert some of the changes. But it also maybe was a little bit pushed too far with the underlined issue, the link underlined issue. And overall it was ripping off the bandaid to make section style possible, to reduce the specificity on certain CSS and have&#8230; It only affected a few theme developers that were very heavy on CSS, on style CSS still. So how did you find that change in 6.6 with your themes or you? Or in the discussion with the theme developers?</p>\n\n\n\n<p><em>Carolina Nymark:</em> So I spent so many hours testing these changes early on, but not through the latest release candidates. So I obviously missed many, many things. I couldn&#8217;t keep up.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Nobody&#8217;s going to fault you.</p>\n\n\n\n<p><em>Carolina Nymark: </em>With some of the changes. I have not had time to test my websites with 6.6 or my themes. I&#8217;m just going to wait a little and not just automated upgrade. I haven&#8217;t had time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s of course a good way to say, let other people find the faults. And I know that the core team is starting to work on a point release to come out somehow next week for 6.6.1 and you probably want to wait for that to update all the sites. So the release candidate is coming out I think tomorrow or today?</p>\n\n\n\n<p><em>Carolina Nymark:</em> I think it&#8217;s today.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It&#8217;s today. We are recording this on July 18th. So sorry.</p>\n\n\n\n<p><em>Carolina Nymark:</em> That&#8217;s correct.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Just wanted to say what today is because it&#8217;s different for our listeners than it is for us.</p>\n\n\n\n<p><em>Carolina Nymark:</em> So today on Thursday the 18th, there are 10 fixes in this release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Okay. All right. And in two weeks we&#8217;re going to talk about it. So synced patterns got some updates as well. The one PR ensures to disable override buttons is active for image blocks with captions or links. Because you could override the image URL and the alt text, but you couldn&#8217;t change the captions or the link that the image went to. And that is now changed.</p>\n\n\n\n<p><em>Carolina Nymark:</em> The part of the bug was that if you already had the original image, had a caption, and the caption setting was only visible and you replaced the image, the caption did not update and you were not able to edit it. This sort of solves that in one way, but more work is needed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. And that actually went into 6.6. And then the other bug fix for pattern overrides was to fix the aspect ratio with the image overrides. So it wouldn&#8217;t adhere to the aspect. When you uploaded a new image, it wouldn&#8217;t necessarily adhere to the aspect ratio that was in the original before. So that is fixed too, and made it into 6.6. Yeah, was backboard to core, yes. All right. And then we had this disabled post, meta editing and blocks, that&#8217;s one of the inside query loops to finish my sentence.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yes. So this has to do with the synced patterns, the rights and the block bindings and it prevents bugs. Again, like with the query loop is&#8230; Again, it&#8217;s the loops. So everything you add to the inside, it&#8217;s going to be repeated and that&#8217;s why it should not be editable that way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, there was a feature there that if you needed to change post-meta for a certain block, you could do it in the query block, but that is now stopped. It&#8217;s disabled now. So there&#8217;s no confusion in overriding some. I think there were race conditions on the database for that. So that&#8217;s a good thing that it&#8217;s not on the query loop. If you want to change the metadata for a post, go to the post, do it there.</p>\n\n\n\n<p>Then there&#8217;s one fix there that&#8217;s just for those who use the image block for plugins. And that is that the media ID and the block HML are supported for the block bindings. But that&#8217;s just&#8230; It&#8217;s really a technical update and a bug fix for 6.6. But it had quite a few discussions there and how that&#8217;s going to be fixed. But it is fixed now.</p>\n\n\n\n<p>And then there are quite a few experiments and we talked about that, that grid layouts or interactive grids is one experiment in the Gutenberg plugin. And there are two features, allow inserting blocks directly into the empty grid cells, wire drag and drop, and then also use the manual placement attribute to set manual grid mode and allow responsive behavior in both modes.</p>\n\n\n\n<p>So in the grid layouts in 6.6, when you switch on the manual feature in the sidebar, it takes away&#8230; And you say, okay, I wanted three columns width in manual, then even your mobile version has three columns because that&#8217;s what you said in a manual grid. And now with them they allow&#8230; this is an experiment to allow certain manual grid attributes and make sure that it&#8217;s still a responsive behavior. So it&#8217;s kind of&#8230; Not quite sure if that is the right UI or the right approach.</p>\n\n\n\n<p>So go there and experiment with it to see if that satisfies. Because of course it&#8217;s surprising that if you put some manual in there, I want four columns and all of a sudden you see it in mobile and it is not responsive, that that disconnect is really hard to decipher.</p>\n\n\n\n<p>And Nick Diego, who was the author of the 15 Ways to Curate The Editor Experience, found a gap in the documentation and he added how the rich text formatting or switching off rich text formatting features is done for the editor curation documentation. So that&#8217;s good. And then another documentation enhancement is that the interactivity API documentation now includes a few more examples and the reference for more examples in there. So if you are trying to get your head around the interactivity, API that might be even better.</p>\n\n\n\n<p>Just an announcement is CSS hacks, Internet Explorer 11 have been removed from the block editor from the Gutenberg plugin. And I don&#8217;t know how many, I think when we removed the Internet Explorer 11 support in general in WordPress, there was quite a big number of code line changes or removals. I don&#8217;t think this would amount to it. It&#8217;s probably most of the time an if than else hack. But it&#8217;s removed and it&#8217;s a clearer way to look at the CSS. All right, anything else you want to comment on for that?</p>\n\n\n\n<p><em>Carolina Nymark:</em> Fixing documentation is always awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. And sometimes there&#8217;s quite a few things that need to be fixed. Yeah.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right, so this concludes, dear listeners, our review of the Gutenberg Changelog for the Gutenberg 18.8 release.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p>So we are on the section now, what&#8217;s an active development and discussed. And I want to point out three things to you.</p>\n\n\n\n<p>One is a very smaller one and that is adding color and other style options to the audio block. That is a PR or an issue right now that&#8217;s discussed on how to manage that and what is the minimum viable product on that. Do we need a featured image? Do we not use a featured image on that? But chime in on that so the developer who will take that on has your input if you to it. Of course that&#8217;s a different story, but it&#8217;s definitely good to form opinions and to make them available.</p>\n\n\n\n<p><em>Carolina Nymark:</em> And over time already, I guess I get a little bit excited talking about WordPress. So the audio element which is used in a block is almost impossible to style without either basically completely covering it with another element using CSS or with JavaScript. And it&#8217;s impossible to do it with just CSS. To add color options for everything around the actual audio element. Yeah, that&#8217;s an interesting approach to it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It&#8217;s definitely something. And it&#8217;s also a&#8230; There&#8217;s another element out there like the video elements or some of the embeds that also could use some additional style options. And I think working on the audio block gives everybody a feel how that can be approached and what would be needed there. So it&#8217;s also the iteration process.</p>\n\n\n\n<p>I also wanted to share with the audience a link to an experiment on free form image cropping. The image cropper is quite difficult to get your head around. And the block editor as well as in the classic editor, there is no&#8230; Both are abysmally&#8230; So there is a PR that a developer is working on. And definitely it&#8217;s still in draft so it hasn&#8217;t been even merged or full review, but it&#8217;s definitely something you want to look at and maybe you can try it out.</p>\n\n\n\n<p>And then the biggest link that I wanted to share with you dear listener, is the updates for the media library. So the next step for the admin redesign is of course the posts, but that&#8217;s a small thing because the most things for the post everybody knows already. But the biggest one is how to rethink the media library with a new data admin. And Ramon Dodd started the process with a tracking issue and there is quite some discussion there. What else would be needed to change things or to bring over how it&#8217;s working now.</p>\n\n\n\n<p>So there&#8217;s quite a discussion there that&#8217;s first interesting to see what everybody else is thinking, but also to chime in and figure out what is the first version going to look like when it comes to that media library in the new data admins.</p>\n\n\n\n<p>And with that, we are at the end of the show. Thank you so much Carolina, for being on the show and letting us all know about block themes and what&#8217;s in 6.6 and what&#8217;s coming and talking about the Gutenberg&#8217;s 18.8 plugin. Is there anything that you want to announce from Yoast or for what you are working on that you didn&#8217;t get to talk about? You get about two minutes or three now.</p>\n\n\n\n<p><em>Carolina Nymark</em>: No, it&#8217;s okay. I work on Gutenberg when I find issues that are easy enough for me to work on. But that usually means that this looks easy and then four hours later you&#8217;re completely down a rabbit hole. I&#8217;m still trying to help out with the bundle teams triage, the bundle team task force and continue to find the problems, reporting new issues, and then we solve it together. So it&#8217;s working, mixing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thank you so much for the great work on all of it, on what&#8217;s in WordPress and listeners, as always, the show notes will be published on Gutenbergtimes.com/podcast. This is number 104. And if you have questions and suggestions or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<p>And if people want to connect with Carolina Nymark, it could be definitely on WP Slack. Your name is Poena, right?</p>\n\n\n\n<p><em>Carolina Nymark:</em> Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And on Twitter, it&#8217;s Carolina Poena.</p>\n\n\n\n<p><em>Carolina Nymark</em>: Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> If you want to follow her on what she shares on the social media. And thank you so much for being here, Carolina, it&#8217;s always a great pleasure to have you.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Thank you for inviting me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. And I will do so again in a few months. So I hope to see you soon. I don&#8217;t know on any of the WordCamps, I don&#8217;t know, you&#8217;re going to go to Rome to the Core days? Or what&#8217;s your next WordCamp?</p>\n\n\n\n<p><em>Carolina Nymark:</em> Undecided.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Undecided. Yes.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Maybe Rome or maybe not until the next WordCamp.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I&#8217;m undecided too, so I&#8217;m kind of&#8230; We&#8217;ll see. Yeah. And if not, we see each other on the interwebs.</p>\n\n\n\n<p><em>Carolina Nymark:</em> Oh, yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>And take care. Bye-Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Jul 2024 09:44:13 +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:26;a:6:{s:4:\"data\";s:13:\"\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: Jim Simons RIP\";s: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=114897\";s: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/2024/07/jim-simons-rip/\";s: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:4072:\"<p>As I wrote the other day, <a href=\"https://ma.tt/2024/06/cowen-life-lessons/\">don’t constrain your mentors by their availability</a>. Today, I’d like to highlight someone I consider a mentor, who I’ve never met, and now that he’s passed away, I never will, Jim Simons. </p>\n\n\n\n<p>I’m mildly obsessed with the culture and results of <a href=\"https://en.wikipedia.org/wiki/Renaissance_Technologies\">Renaissance Technologies</a>, <a href=\"https://en.wikipedia.org/wiki/Jane_Street_Capital\">Jane Street</a>, <a href=\"https://en.wikipedia.org/wiki/Jump_Trading\">Jump Trading</a>, and <a href=\"https://en.wikipedia.org/wiki/Two_Sigma\">Two Sigma</a> because I’d like to create the tech and infrastructure version of that at <a href=\"https://automattic.com/\">Automattic</a>. Jim Simons reminds me of my Dad, who also never quit smoking and was super-smart. Finally, I love finding obscure YouTube videos with few views but full of great stuff.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>In December, 2010, <a href=\"https://www.youtube.com/watch?v=SVdTF4_QrTM\">Jim Simons gave a lecture at MIT called Mathmetics, Common Sense, and Good Luck: My Life and Careers</a>. The entire thing, including the introductions, is worth watching, but I’ll call out&nbsp;</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Do something new. (This ties well with <a href=\"https://kottke.org/24/03/dont-be-the-best-be-the-only\">Kevin Kelly’s &#8220;Don’t be the best. Be the only&#8221;</a>.)</li>\n\n\n\n<li>Collaborate with the best people you possibly can.</li>\n\n\n\n<li>Be guided by beauty.</li>\n\n\n\n<li>Don’t give up.&nbsp;</li>\n\n\n\n<li>Hope for some good luck.</li>\n</ol>\n\n\n\n<p>I want to pull out point three, and transcribe directly what he said because it’s quite profound:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Pretty much everything I’ve done has had an aesthetic component, at least to me. Now you might think, well, building a company that’s trading bonds, what’s so aesthetic about that? But it is. What’s aesthetic about it is doing it right. Doing it right. Getting the right kind of people and approaching the problem and doing it right and if you feel like you feel like you’re the first one to do it right and I think we were, that’s a terrific feeling and it’s a beautiful thing to do something right. It’s also a beautiful thing to solve a math problem create some mathematics that people hadn’t thought of before, so “Be guided by beauty” is not such a bad principle.</p>\n</blockquote>\n\n\n\n<p>If there’s something I’d add, it’s that there is an art to imitation, copying the masters to further your own work. In jazz, we’d transcribe solos from great musicians, note for note, and try to recreate them perfectly, not because that was what we were going to do when we got on stage, but because that understanding and foundation gave us the mastery to take that work and build on top of it. I think this is also true in open source, which often starts by recreating something that exists in the proprietary world but then goes far beyond.</p>\n\n\n\n<p>While Renaissance has its Medallion Fund, Automattic has its A12 stock program, which only employees can access. Both programs share the same idea, and if we’re lucky, A12 will create a ton of wealth over time—I love that a third of RenTech&#8217;s employees are registered as having assets of over 5M.</p>\n\n\n\n<p>He also lists these points as creating alignment for a great organization:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Great people.</li>\n\n\n\n<li>Great infrastructure.</li>\n\n\n\n<li>Open environment.</li>\n\n\n\n<li>Try to get everyone compensated based on the overall performance.</li>\n</ol>\n\n\n\n<p>That last point is the hardest. <a href=\"https://www.danpink.com/books/drive/\">Dan Pink&#8217;s book Drive</a> has a great overview of how it&#8217;s very difficult to align extrinsic incentive models. This post is a birthday <a href=\"https://ma.tt/2024/01/birthday-gift/\">gift</a> to <a href=\"https://tim.blog/\">Tim</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, 20 Jul 2024 23:55:20 +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:27;a:6:{s:4:\"data\";s:13:\"\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:135:\"Gutenberg Times: WordPress 6.6 and 6.6.1,  drop shadow for Group block, alternatives to custom blocks and more —  Weekend Edition 300\";s: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=29356\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://gutenbergtimes.com/wordpress-6-6-and-6-6-1-weekend-edition-300/\";s: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:18029:\"<p>Hi there, </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\"><div class=\"wp-block-image\">\n<img width=\"652\" height=\"913\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/GutenbergTimes-Wappuu-2024-edited-731x1024.png?resize=652%2C913&ssl=1\" alt=\"\" class=\"wp-image-29416\" /></div></div>\n\n\n<p>The wonderful designer, <a href=\"https://www.linkedin.com/in/ACoAAABe3aMBPiET2CcJowGP3RVNLLZ4BuT2Rfk\">Eleonora Anzini</a>, gifted the Gutenberg Times with a Wapuu, the unofficial mascot of WordPress. Anzini has been a strong supporter for <a href=\"https://europe.wordcamp.org/2024/organisers/#design-team\">WordCamp Europe 2024</a> as well as the upcoming Core Days 2024 in Rome, Italy. You can find out <a href=\"https://www.eleonoraanzini.com/\">more about Anzini at her website</a>. Isn&#8217;t the Wapuu cute with its headphones?   Big Thank you to Eleonora Anzini. </p>\n\n\n\n<p>What do you think? If you like it and email me your mailing address, I&#8217;ll find a way to get you a Gutenberg Times Podcast Wapuu sticker. </p>\n\n\n\n<p>Have a great weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></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-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-and-6-6-1-weekend-edition-300/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-and-6-6-1-weekend-edition-300/#gutenberg-18-8\">Gutenberg 18.8</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-and-6-6-1-weekend-edition-300/#what-others-write-and-say-about-wordpress-6-6\">What others write and say about WordPress 6.6 </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-and-6-6-1-weekend-edition-300/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-and-6-6-1-weekend-edition-300/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\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>Within a few days of the WordPress 6.6, the team of core contributors, started working on 6.6.1 release to fix fast some bugs around CSS specificity. The release post for the RC1 has all the info. The release is led by Tonya Mork and Ella van Durpe. <a href=\"https://make.wordpress.org/core/2024/07/18/wordpress-6-6-1-rc1-is-now-available/\"><strong>WordPress&nbsp;6.6.1&nbsp;RC1 is now available</strong></a>. It fixes a few CSS specificity bugs, that plagued Divi Sites, and other Theme builders. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>You can check out WordPress 6.6 without downloaded the version via the <a href=\"https://wordpress.org/download/releases/6-6/\"><strong>WordPress 6.6 release landing page.</strong></a> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WordPress 6.6 was actually the <strong>50th major WordPress release.</strong> <strong>Matt Mullenweg </strong><a href=\"https://ma.tt/2024/07/6-6/\">wrote on his blog</a>: &#8220;50 releases… wow. No matter what happens in the world, we’re just going to keep cranking. Three times a year. Relentlessly. A little better each time. Don’t believe me, just watch.&#8221; </p>\n\n\n\n<a href=\"https://wordpress.org/download/releases/6-6/\"><img src=\"blob:https://gutenbergtimes.com/7d13ecca-ec3e-4f95-aea2-dc42bad9021c\" alt=\"\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"gutenberg-18-8\">Gutenberg 18.8</h2>\n\n\n\n<p>211 PRs merged, 57 Enhancements, 77 Bug Fixes, 35 of them were backported to Core, and made it into WordPress 6.6 and included in the RC 3.&nbsp;60 contributors worked on this release, 10 of them were first time contributors. Congratulations to all! </p>\n\n\n\n<p>Release lead, <strong>Andrew Serong</strong>, highlighted in his release post <a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/\"><strong>What’s new in Gutenberg 18.8 (17 July)</strong></a>: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/#group-block-shadow-support\">Group block shadow support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/#background-image-support-for-blocks-in-global-styles\">Background image support for blocks in global styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/#toolbar-justification-controls-for-group-and-content-blocks\">Toolbar justification controls for Group and Content blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/#color-support-for-individual-list-item-blocks\">Color support for individual list item blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/#block-inserter-no-longer-behaves-like-a-dialog-box\">Block inserter no longer behaves like a dialog box</a></li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/core/2024/07/17/whats-new-in-gutenberg-18-8-17-july/\"><img width=\"652\" height=\"376\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/gb-18-8-group-shadow.png?resize=652%2C376&ssl=1\" alt=\"Sreenshot of the new drop shadow tools in WordPress 6.6\" class=\"wp-image-29407\" /></a>\n\n\n\n<p><strong>Carolina Nymark</strong> and I chatted quite a bit about other updates in the Gutenberg 18.8 version. Also, what we find exciting about WordPress 6.6 and what&#8217;s in the works for WordPress 6.7 in November. The episode will arrive at your favorite podcast app over the weekend. </p>\n\n\n\n<img width=\"652\" height=\"186\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/Screenshot-2024-07-19-at-12.07.05.png?resize=652%2C186&ssl=1\" alt=\"\" class=\"wp-image-29410\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-d93781e1cc752a3c931d2fecfcf49569\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-104-block-themes-gutenberg-18-8/\">Gutenberg Changelog #104 – Block Themes, Gutenberg 18.8, WordPress 6.6</a> with special guest Carolina Nymark</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his 60th <strong><a href=\"https://make.wordpress.org/design/2024/07/15/design-share-60-jul-1-jul-12/\">Design Share #60 (Jul 1 – Jul 12)</a>,</strong> <strong>Joen Asmussen</strong>, summarized about the work of the WordPress Design team. </p>\n\n\n\n<p>It mostly was around the Data Views to adjust display to changing and expanding needs. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Improving&nbsp;Filter&nbsp;UX</li>\n\n\n\n<li>Consolidate bulk actions </li>\n\n\n\n<li>Drag to resize for display panels</li>\n</ul>\n\n\n\n<p>With many layers of design being modified in themes, global styles, block styles and plugins, there is a need to make sure users can identify where versions styling comes from. The work on visualizing style inheritance is ongoing. </p>\n\n\n\n<p>The design team also work on handling the increasing complexities around the Placeholder component used in blocks and block variations. Speaking of core blocks: a collaboration to advance the Audio block has been sketched out, to give content creator more design options for the various parts.  It&#8217;s ready for a developer to implement the designs. Lastly, the design team also work on the WordPress logo page in context of the redesign of wordpress.org. </p>\n\n\n\n<a href=\"https://make.wordpress.org/design/2024/07/15/design-share-60-jul-1-jul-12/\"><img src=\"blob:https://gutenbergtimes.com/02067ca2-c13d-4246-bf20-aaf5403b6062\" alt=\"\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-others-write-and-say-about-wordpress-6-6\">What others write and say about WordPress 6.6 </h2>\n\n\n\n<p><strong>Pascal Claro</strong> at WP Roads covers the WordPress 6.6 release in his video: <a href=\"https://www.youtube.com/watch?v=0CPBr8CWyAU\"><strong>WordPress 6.6 New Features</strong></a> and offers great demos of Grid layouts, synch patterns, DataViews and the 10 other features. If you are a visual learner, you&#8217;d appreciate the detailed and fast-paced screen shares . They give you a meaninful insights in the how and why you would use any of the features. I am a fan of the little grid layout section creating a bento-box layout. </p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In this video, <a href=\"https://www.youtube.com/watch?v=oU4ikiAzZ-Y\"><strong>WordPress 6.6 negative margins</strong></a>, <strong>Elliot Richmond</strong> shows you how to create stunning, responsive layouts using the Group Block, Columns, and Cover Block to add depth and visual interest in adjusting margins. &#8220;The designer in you will love this subtle but powerful addition to WordPress 6.6&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Courtney Robertson</strong>, training team member and sponsored contributor by GoDaddy published <a href=\"https://www.godaddy.com/resources/news/whats-new-in-wordpress-6-6-key-features-and-updates\"><strong>What’s new in WordPress 6.6: Key features and updates</strong></a>. Robertson divided up the information into sections for End users, Theme developer, plugin developers and Site admins and enterprise users. So you as a reader can drill down directly to the passage most relevant to you. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Keith Devon</strong> and <strong>Mark Wilkinson</strong> talk through the <a href=\"https://www.youtube.com/watch?v=DIB3VyMIW9U\"><strong>WordPress 6.6 release</strong></a> in their podcast episode 95.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>My friend, <strong>Varun Dubey</strong>, Contributor to Buddy Press, gives you a detailed look at <a href=\"https://vapvarun.com/whats-coming-in-wordpress-6-6-a-detailed-look/\"><strong>What’s Coming in WordPress 6.6: A Detailed Look</strong></a>. &#8220;Whether you are a developer, site administrator, or regular user, these updates will make managing and customizing your WordPress site more accessible and efficient.&#8221; he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his video, <strong>Matt Medeiros</strong> asked <a href=\"https://www.youtube.com/watch?v=9yYNJ3l51yI\"><strong>WordPress 6.6 is here! Now what?!</strong></a> and takes a deep dive into Synced pattern overrides and Grid layouts. I learned that WordPress 6.6 is also the first WordPress release with credits for three dudes named Matt.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>If you rather read and quick updates, <a href=\"https://yoast.com/about-us/team/camille-cunningham/\">Camille Cunningham</a> at Yoast published <a href=\"https://yoast.com/wordpress-6-6/\"><strong>WordPress 6.6: The 6 highlights in this release!</strong></a> and gives you a nice overview of those highlights. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Fränk Klein</strong> ruminated in his latest blog post the question: <a href=\"https://wpdevelopment.courses/articles/do-block-themes-still-need-style-css/\"><strong>Do block themes still need style.css?</strong></a> While the existence of the style.css is still needed with the metadata of a theme for WordPress, it can be empty for block themes. As Klein wrote: &#8220;<code>style.css</code>, on the other hand, represents the&nbsp;<strong>best practices of the days past</strong>. Let’s look at these and why they are no longer adequate&#8221; Details in <a href=\"https://wpdevelopment.courses/articles/do-block-themes-still-need-style-css/\">his post</a>.</p>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</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. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<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>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\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><strong>Alex Lende</strong> published <a href=\"https://developer.wordpress.org/news/2024/07/19/json-schema-in-wordpress/\"><strong>JSON Schema in WordPress</strong></a> &#8211; a tutorial on what JSON is how you can set up your development environment to take advantage of the standard and how you use the various JSON properties in modern WordPress development. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Save the date for July 23 at 15:00 UTC <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301860423/\"><strong>Developer Hours: Do you really need a custom block? Let’s explore alternatives</strong></a>. Explore with JuanMa Garrido and Nick Diego, alternatives to building custom block, and still be able to extend core blocks and curate the editing experience for your content creators. </p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301860423/\"><img width=\"600\" height=\"338\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/600_521958647-1.webp?resize=600%2C338&ssl=1\" alt=\"\" class=\"wp-image-29430\" /></a>\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://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>\n\n\n\n<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>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\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\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: <em>Geometric wooden block sculpture</em> by Johnious Tumusiime, found at WordPress.org/photos. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-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 Jul 2024 04:29: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:28;a:6:{s:4:\"data\";s:13:\"\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: WordCamp Europe\";s: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=116386\";s: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/2024/06/wordcamp-europe/\";s: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:480:\"<p>In Torino / Turin this year I decided to give a slightly different talk than normal, <a href=\"https://ma.tt/2024/05/wp21/\">building on my post I did for WordPress turning 21</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>And here&#8217;s the Q&amp;A, where I got challenged and accepted to do a speed build. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jul 2024 12:30:02 +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:13:\"\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:\"Do The Woo Community: Headless WooCommerce and WordPress with Darko Svetolikovic\";s: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://dothewoo.io/?p=84689\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/headless-woocommerce-and-wordpress-with-darko-svetolikovic/\";s: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:26205:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-38 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-37 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-36 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-15 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-35 wp-block-group-is-layout-constrained\">\n<img width=\"600\" height=\"600\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2022/10/GoDaddy-square.png?resize=600%2C600&ssl=1\" alt=\"GoDaddy\" class=\"wp-image-75131\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-16\"> <strong><a href=\"https://godaddy.com\">GoDaddy</a></strong>: Build your clients sites using the flexibility of a <strong>Managed WooCommerce Store from GoDaddy</strong>. If you clients are looking to expand their store, you can deliver them a fully-customized WooCommerce site.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Robert:<br />Hello, hello, hello, and welcome to another Do the Woo AgencyChat. It is my great pleasure to have Darko here from IntellRocket. Darko, welcome to the show.</p>\n\n\n\n<p>Darko:<br />Hi Robert. Thank you for having me.</p>\n\n\n\n<p>Robert:<br />Darko, tell us more about IntellRocket and yourself please.</p>\n\n\n\n<p>Darko:<br />Yeah, thank you. So I am Darko Svetolikovic, which is hard to pronounce even in Serbian. I come from Serbia and I&#8217;m the founder of IntellRocket, which is a WordPress agency specializing in WordPress and WooCommerce development for more than a decade. Currently, we&#8217;re certified web experts and have extensive experience in building custom WordPress websites and WooCommerce stores. I can say that we&#8217;re trying to build beautiful websites, but that&#8217;s not something you can be objective about. What&#8217;s nice and what&#8217;s beautiful is subjective. However, where you can be objective is that we build websites that are really fast. So, high-performance website projects where we guarantee that our custom builds will pass core web vitals. Why is that important? Because Core Web Vitals is a ranking signal. It means that your website is fast and produces a good user experience. Clients come to us asking for some crazy implementations, so we do that, create implementations from the technical side, and usually, those kinds of projects come with custom API integration.</p>\n\n\n\n<p>Robert:<br />Don&#8217;t spoil it yet, don&#8217;t spoil it yet because we&#8217;re going to get to it. Before we jump into the next sort of little bit here, I have to say there is a huge Serbian WordPress community and it&#8217;s very impressive.</p>\n\n\n\n<p>Darko:<br />Well, I see some people only at WordCamps. We live in the same city, but if there&#8217;s no WordPress meetup or something like that, we don&#8217;t see each other. And then I see them only at WordCamps, WordCamp Europe, or WordCamps across Europe. So yeah, there is a huge, huge community here. We hosted WordCamp 2018. I think it was WordCamp Europe in Belgrade, 2018 or 2019, I&#8217;m not sure.</p>\n\n\n\n<p>Robert:<br />Yeah, so that&#8217;s very impressive.</p>\n\n\n\n<p>Darko:<br />We have a huge community here, and I suppose that is something that is driving WordPress. So it&#8217;s not only the Serbian community; it&#8217;s communities across the globe.</p>\n\n\n\n<p>Robert:<br />I completely agree. It was actually really nice to see the Serbian community specifically having their little side meetups and things going on at WordCamps Europe. Nice group of folks. To get back to all the agency-important information, of course. You&#8217;ve mentioned performance as a key metric, not only for Core Web Vitals but for other, I guess, experience-related issues or experiences, period. What has IntellRocket done differently than other agencies around that performance question?</p>\n\n\n\n<p>Darko:<br />Well, it&#8217;s not that we&#8217;re doing something different. We&#8217;re focused on building websites that are fast and performant. We really dive deep into how WordPress operates, how everything functions, how everything works. So we try to optimize and make it better. And because of that, I can say those are performance-related things. I think I&#8217;m passionate about performance since I started my business and my agency work. I&#8217;m not a developer, so I don&#8217;t have that experience related to technical things, but I can say I have some good people on my team who are willing to do what I ask them to do.</p>\n\n\n\n<p>Robert:<br />So I want to dig into why that&#8217;s important for you, but also why it&#8217;s important for agencies as a whole to be looking at performance as a metric and specifically beyond hosting. Because every host is going to say they&#8217;re the fastest, the best. We know the story. So why should agencies specifically be looking to target performance? How can they do that better?</p>\n\n\n\n<p>Darko:<br />So about performance, of course, hosting is important, but if you have a well-coded website, then the hosting will be important but not that much. If you have a huge website that&#8217;s not optimized well, you&#8217;ll spend a fortune on hosting for that website to have good performance. So I would say everything is important: good code, good structure, good hosting. I&#8217;m passionate about performance. So because of that, I started working on performance. But 10 years ago, technologies were different. That&#8217;s when that passion started. And then we started working on improving websites. So why should agencies care, or why should businesses care? Because that helps user experience. A fast website helps with conversion rates. Then that helps with revenue, that helps with profit margins. So I have a case where we worked on a client who was paying for Google Ads but didn&#8217;t have an optimized website. So we started optimizing that website, and they were investing in PPC at that moment. Their website was, for example, let&#8217;s say third in Google, first, second, third ad is like the third place. And then when we optimized the website for the same budget, this client had, let&#8217;s say, a second position, and the cost per click reduced, for example, just for this case from $1 to 0.8. So they had 20% more traffic for the same budget. So that improved their Google Ads score. They got like 20% more clicks for the same money, but then that traffic landed on their website. And because the website was faster, they had a 20% better conversion rate. So 20% more traffic multiplied by 20% better conversion rate. They ended up increasing their profit by about 35%. That is why it&#8217;s important. It&#8217;s affecting your revenue in a short period. So it&#8217;s easy to test. With SEO, it&#8217;s harder because it takes more time to see what&#8217;s affecting your website. I would say agencies that are doing SEO or marketing should care about performance. Even though I know what is happening in real life because it&#8217;s not possible for most companies to achieve that. Of course, other work is important, but if you isolate all of this, I would say it can make a significant difference.</p>\n\n\n\n<p>Robert:<br />That&#8217;s a really interesting and good point about Google AdWords being affected by performance. When you tackle performance issues, are you tackling them at the front end, the backend? Where is that really making the biggest difference?</p>\n\n\n\n<p>Darko:<br />We&#8217;re trying everything. So, of course, we analyze the backend use. I don&#8217;t know how the tools are called, but we analyze every query monitor, I think. So we analyze everything in the backend and how everything is working, but also we use code that is optimized. So even without caching, without anything, we tend to make fast websites. And then on top of that, we add caching, JavaScript, minification, all those things. But we make websites that are fast without any caching. We add caching in order to reduce resource spending and all of that. We try to make it fast from scratch. We try everything that we see from the backend, we will resolve it. Everything that puts me on the front end, we will try to resolve. Some things are possible, some things are hard, some things are not possible because you have some scripts you cannot handle. External scripts like Google Analytics and those kinds of things. And then those sometimes appear in the report. But we have also websites where we were adding 200 different Google events and those websites passed Core Web Vitals. So it&#8217;s not about Google Analytics slowing down the website.</p>\n\n\n\n<p>Robert:<br />And you mentioned building, I&#8217;ll say it, custom front ends, and obviously you do a lot of work with WooCommerce. So I have to say it&#8217;s something unique I haven&#8217;t seen in any of our regular Do the Woo AgencyChats. Let&#8217;s dive into what you&#8217;re calling headless WooCommerce.</p>\n\n\n\n<p>Darko:<br />So as I said, the passion about SEO, the passion about performance, and also API in the backend, all that was a solid foundation for starting something that is called headless WordPress or headless WooCommerce. How it explains headless, but in essence, that is JAMstack or headless, WordPress, headless website, headless WooCommerce, JAMstack e-commerce. Those are the terms. So it represents that you separate the front end from the backend. The backend is running on its own server. You use the API from the backend to send all the necessary information. And then the frontend is independently hosted. This simplifies the frontend and the backend because you don&#8217;t have in the traditional stacks, you visit the website, the visitor comes to your website, you ask the backend, then it asks the database, it responds with something, and you get the front end. With a headless setup, you have most of the time everything pre-rendered, so the content is ready, and you instantly get the response of the page you&#8217;re trying to get, which then reduces the time to get the information, and you get it much faster. So it just helps you build a super fast website, so you can have an instantly loading website across the globe. So it&#8217;s not about your local market. It&#8217;s possible to target a global market and have this instant website loading across the globe, which is good for international businesses. For example, startups, SaaS companies that don&#8217;t know where they will sell. As a SaaS company, you don&#8217;t know where your customers can come from. So you need to have a website that is loading fast in different markets. If you&#8217;re targeting specifically, you can have a host server in that state or country. Of course, you can have CloudFlare on top, you can have caching, you can have everything with a traditional type, which will help you, but it won&#8217;t help for the first visitor. So again, if you have different users from different markets, and for example, we&#8217;re in Serbia, but our clients are in the US, and we host a website in Serbia, then our client from, let&#8217;s say, California will get our website loading the first time slower than the second client or the second time he visits our website. He&#8217;ll get it faster, but will he visit our website a second time if the first visit was like</p>\n\n\n\n<p>ten seconds? Probably not. And then if you&#8217;re targeting California, then the second visit is okay, but what if you have a visitor from Washington or New York? You cannot be ready for all that. And then on top of that caching, you should have some pinging servers, something like that. And you cannot be sure completely what is possible with a headless setup. It&#8217;s possible to have instant loading across the globe. I can say we recently did some tests for our client, and we had the results. So they had a custom-coded website, so their website on 4G was loading something around three seconds, which is good on average, across five continents. So the website was on average loading within three seconds, something like 2.98. But then we tested on our other client that is using headless, and they have results which are 1.4 seconds average across the same locations.</p>\n\n\n\n<p>Robert:<br />So twice as fast.</p>\n\n\n\n<p>Darko:<br />Yeah. So 1.4 seconds is super fast.</p>\n\n\n\n<p>Robert:<br />So my question is, and I&#8217;ve had this conversation about just regular, regular and both headless WordPress, I assume budgets are a little higher and time to develop is a little higher than just spinning up a regular WooCommerce. Would that be fair to say, or have you guys optimized it?</p>\n\n\n\n<p>Darko:<br />There are challenges like that. If we are talking about standard e-commerce, standard WooCommerce, I don&#8217;t think that costs too much. But usually, businesses that go to a headless setup have custom API integrations, have ERP in the backend, have CRM, and have several other marketing tools integrated into their setup currently, and they want to make a switch to headless. So they&#8217;re like big businesses. They&#8217;re not starting from scratch. Initially, you need a lot of things to be integrated and tailored to their needs, and that is why it usually costs a lot. But even with a traditional stack, that still costs a lot because you have a lot of different things that need to be connected, and that is something that affects the price. But what is positive about the headless is that if they go into a headless setup, they can save money on hosting, they can improve user experience, they can improve scalability. The flexibility is huge. You can adjust your website to do whatever you imagine it to do. So there are no limitations.</p>\n\n\n\n<p>Robert:<br />And that website can be a mobile app as well.</p>\n\n\n\n<p>Darko:<br />And yeah, you can use WooCommerce as a database, but usually in those setups, WooCommerce is not a database. ERP is a database, but you have WooCommerce to control the content. You can control that content, which can go to e-commerce. For example, we have a client who asked us to do something with categories in WooCommerce. They have a product page, and they want to have dynamically generated content. So they go and click some product filters, let&#8217;s say it&#8217;s a clothing e-commerce website. They go to categories, click outdoor, and then go to sneakers, and select under $100. They click all that in filters and get a dynamically generated page that says sneakers up to 100. Under that, they have &#8220;check our sneakers offering that is perfect for outdoor activities and less than $100.&#8221; That can be the product page title and subtitle. When you change from outdoor to indoor, you get a different URL with sneakers for up to 100 for indoor activities. All those URLs for Google are indexable from one setup. You can have hundreds of pages that all get indexed in Google and get you real traffic. You&#8217;re offering a great user experience to your users because they see the title, the description, it&#8217;s in the meta description. So everything is done on an advanced level, which is not possible with a traditional stack. It&#8217;s not about WordPress WooCommerce, it&#8217;s not possible on any technology. With headless, you can do this. The time you save in content population or administrating those pages is where you save a lot of money, and your return on investment is bigger, the bigger the brand you are.</p>\n\n\n\n<p>Robert:<br />I guess tying it to the original question, this isn&#8217;t for everyone, it&#8217;s not going to be for a freelancer selling their own t-shirts necessarily. It&#8217;s really for, I&#8217;ll use enterprise loosely, but a business where revenue and performance really do matter. Would that be fair to say?</p>\n\n\n\n<p>Darko:<br />Yeah. In the e-commerce space, it&#8217;s important for businesses that are across one country or one state that do business across one continent, I would say. They can have a bigger return on investment. Also, businesses that are entering the e-commerce space and want to compete with bigger players. Bigger players are hard to make that switch. It&#8217;s expensive, it&#8217;s time-consuming, and they don&#8217;t know if that will work. But smaller players who want a piece of the cake can get that piece much faster if they go into some technology like this. They can win some positions in Google, they can win more clicks on Google ads for the same money. I would say it&#8217;s important, but with smaller businesses, the budget can be smaller. You can build a good solution and then scale faster because it&#8217;s scalable. You can add more. The backend can be independent of the front end, so you can add more things in the front end, but also you can scale your backend while the front end is the same.</p>\n\n\n\n<p>Robert:<br />One point I want to make sure we don&#8217;t miss is obviously we&#8217;ve mentioned performance, SEO, SEM, all the acronyms, security.</p>\n\n\n\n<p>Darko:<br />Well, security with this setup is on another level. This is like, as I said, you have this decoupled architecture. Your front end and backend are completely separated, and because of that, you have a front end that is more secure by just, most of the time, having only read-only access. So you get the API and show the data and details. It&#8217;s not possible to write something in. The front end is on a completely different server, and you pull the data from the API from some ERP, so everything is shown on the website. Because of this architecture, it&#8217;s more secure. The backend can be hidden from users and accessed only by some security protocols. Because of that, users or malicious users cannot access your backend. This is just one layer on top. You still need to protect your WordPress and your WooCommerce, but this is one layer on top which prevents users from getting access to your backend.</p>\n\n\n\n<p>Robert:<br />I&#8217;ve seen that in WordPress where you&#8217;re drafting more static pages and obviously security is greatly improved by that, by having fewer vectors of attack.</p>\n\n\n\n<p>Darko:<br />Yeah, the attack surface is reduced, so it&#8217;s not impossible, but it&#8217;s harder. Nothing is impossible. If someone invests a lot of time in something, they can do it from the application side or the hosting side. So nothing can be 100% sure and secure. Working on improvements all the time is important. For example, for all our backend activities, we have by default enabled two-factor authentication for all our users. We have two-factor authentication for every password that is shared. So we take care of security internally and even on the website level. Customers need to take care of their security too. Keep passwords in their password manager, have their users use two-factor authentication, force them to use a mobile app where they have two-factor authentication set up, not just in the password manager. But in the end, it&#8217;s the responsibility of all parties involved.</p>\n\n\n\n<p>Robert:<br />Without a doubt. As we all know, security is always more and more important because there&#8217;s more money, there&#8217;s more personally identifiable information, all the problems that occur, and that&#8217;ll always improve at both ends. I&#8217;m more curious, of course, I have to say the AI word. What does the future of headless WooCommerce or WooCommerce in general with AI look like?</p>\n\n\n\n<p>Darko:<br />Well, I think if you use it to do some things better, if you write… sometimes I play with AI, so sometimes…</p>\n\n\n\n<p>Robert:<br />Oh, we all do, right?</p>\n\n\n\n<p>Darko:<br />It&#8217;s so annoying chatting with ChatGPT or anything. It&#8217;s not AI yet, they&#8217;re trying to sell us that as AI. But I think if you use it for some, there&#8217;s some good applications, and it depends on how you set up your store to improve your operations. You can use it for data entry or some operational things, freeing up people to do more complex tasks. AI currently isn&#8217;t capable of doing some super-advanced things, so we still need people. What&#8217;s the future of WooCommerce with AI? This doesn&#8217;t have too much to do with WooCommerce. Headless WooCommerce is the same. I would say that you can, for example, probably, the thing that I explained about product categories, you could generate content on those pages based on some filters. If you get personal details about users, it&#8217;s more likely for them to like that content in order to click the product they want to buy, let&#8217;s say something like that.</p>\n\n\n\n<p>Robert:<br />No, that&#8217;s fantastic. I know everyone&#8217;s looking at figuring out how they can use AI. I like how you actually very much said LLMs are not AIs. That&#8217;s a really good point. I think people forget that. I&#8217;m curious how upgrades in translations will affect especially multinational WooCommerce sites. I think that&#8217;ll be interesting to see how that comes to pass, since I know that&#8217;s sort of on Matt Mullenweg&#8217;s WordPress timeline.</p>\n\n\n\n<p>Darko:<br />I think if you reach some limits inside your WooCommerce, it&#8217;s important to know that there is an option to go with headless because then you don&#8217;t have those limitations. I haven&#8217;t reached those limitations with the headless websites we&#8217;ve built so far.</p>\n\n\n\n<p>Robert:<br />That&#8217;s fantastic. Darko, how can folks connect with you and learn more about getting started with headless WordPress?</p>\n\n\n\n<p>Darko:<br />For those interested in headless WordPress or headless WooCommerce, they can find our website at IntellRocket.com. They can find us on LinkedIn, they can find me on LinkedIn, and they can just reach out, ask what they&#8217;re curious about, and we can provide them with a consultation or anything they need.</p>\n\n\n\n<p>Robert:<br />Darko, thank you so much. It was great to learn about your perspectives, especially about headless WooCommerce.</p>\n\n\n\n<p>Darko:<br />Thank you, Robert. Thank you for having me on this podcast, and I hope we&#8217;ll see each other at some WordCamps.</p>\n\n\n\n<p>Robert:<br />Absolutely. And that&#8217;s another Do the Woo AgencyChat. Thank you. Thank you.</p>\n</div>\n\n\n\n\n<p>In today&#8217;s <strong>Woo AgencyChat</strong>, host <strong>Robert Jacobi</strong> talks with <strong>Darko Svetolikovic, founder of IntellRocket</strong>. Listen in as they explore the importance of website performance, the benefits of a headless WooCommerce build, and even a bit of AI. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>The importance of website performance</strong>: Darko emphasizes that fast-loading websites are crucial for user experience, conversion rates, and overall business profitability. He highlights that optimizing both the front end and back end is essential to achieve high performance.</p>\n\n\n\n<p><strong>Benefits of headless WooCommerce</strong>: Darko explains the concept of headless WooCommerce, where the front end and back end are separated. This setup allows for faster, more scalable websites that can load quickly across the globe, offering a better user experience and improved SEO rankings.</p>\n\n\n\n<p><strong>SEO and Google Ads impact</strong>: Optimizing website performance can positively affect Google Ads performance and SEO rankings. Faster websites lead to lower cost-per-click in Google Ads and better conversion rates, ultimately improving profitability.</p>\n\n\n\n<p><strong>Scalability and flexibility</strong>: Headless WooCommerce provides greater flexibility and scalability for businesses, allowing them to integrate various tools and APIs. This is particularly beneficial for larger enterprises with complex requirements.</p>\n\n\n\n<p><strong>Security enhancements</strong>: Decoupling the front end and back end enhances security by reducing the attack surface. Darko stresses the importance of implementing security measures like two-factor authentication to protect both the website and user data.</p>\n\n\n\n<p><strong>Use of AI in e-commerce</strong>: While AI is not yet fully developed, it can be used to improve operational efficiency and personalize user experiences. Darko mentions that AI can help generate dynamic content based on user behavior and preferences.</p>\n\n\n\n<p><strong>Challenges and costs</strong>: Transitioning to a headless setup can be more costly and time-consuming initially, but the long-term benefits in performance, scalability, and user experience often justify the investment.</p>\n\n\n\n<p><strong>Community and collaboration</strong>: The importance of the WordPress community is highlighted, with WordCamps and meetups playing a vital role in connecting professionals and fostering collaboration.</p>\n\n\n\n<p><strong>Future developments</strong>: The discussion touches on future advancements in translations and AI integration, which will further enhance the capabilities of WooCommerce sites, especially for multinational businesses.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://intellrocket.com/\">IntellRocket</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/company/intellrocket/\">IntellRocket on LinkedIn</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/in/darkosvetolikovic/\">Darko on LinkedIn</a></strong></li>\n</ul>\n\n\n\n<p></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 Jul 2024 08:25: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:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: #128 – Fernando Tellado on AI Tools and Rehumanising the Web\";s: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=157402\";s: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://wptavern.com/podcast/128-fernando-tellado-on-ai-tools-and-rehumanising-the-web\";s: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:40651:\"Transcript<div>\n<p>[00:00:00] <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, AI tools and making the web more human again.</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 in some 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 Fernando Tellado. Fernando is a very large force in the WordPress community in Spain. He&#8217;s the editor and writer at ayudawp.com, a blog in Spanish about WordPress with more than 15 years of publishing on a daily basis. He does consulting maintenance, security and performance services for WordPress sites. He&#8217;s published four books about WordPress. Not only that, he&#8217;s been involved with the WordPress community for 20 years organizing meetups, WordCamps, coordinating the official support forums, as well as taking leading roles in Spanish translations and Spain&#8217;s official community website.</p>\n\n\n\n<p>We begin with a discussion on the current state of AI tools, which offer the capacity to generate thousands of posts in mere moments, mainly for search ranking purposes. Fernando explores the issue of content quality, and the growing challenge of distinguishing between human and AI generated content.</p>\n\n\n\n<p>This leads to a chat about the strange position which Google finds itself in with its latest AI model, Gemini, which aims not only to generate content, but also to interact and answer questions like a human. How can Google on the one hand, be able to create content, and on the other be mindful of only promoting content, which it views as credible and reliable?</p>\n\n\n\n<p>Fernando also talks about the rapid evolution of technology, drawing parallels to the industrial revolution, and it&#8217;s long lasting effects on society.</p>\n\n\n\n<p>He tackles concerns about AI potentially replacing jobs, and underscores the addictive nature of mobile phones, particularly for children.</p>\n\n\n\n<p>The role of government in regulating technology also comes under scrutiny, but Fernando expresses skepticism about political intervention, and instead stresses the importance of parental responsibility in guiding children&#8217;s use of technology.</p>\n\n\n\n<p>Towards the end, the discussion revolves around the necessity for both adults and children to learn and use technology responsibly. Fernando is passionate about the importance of human imagination, and our innate capacity to adapt to the technological environment. He advocates for individuals to slow down, assess the impact of technology on their lives, and make deliberate choices that ensure their wellbeing and that of their families.</p>\n\n\n\n<p>If you&#8217;re intrigued by the intersection of AI, WordPress, and the call for responsible unreflective use of technology, 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 over 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 Fernando Tellado.</p>\n\n\n\n<p>I am joined on the podcast by Fernando Tellado. Hello, Fernando.</p>\n\n\n\n<p>[00:04:09] <strong>Fernando Tellado:</strong> Hello Nathan. Very nice to see you too.</p>\n\n\n\n<p>[00:04:11] <strong>Nathan Wrigley:</strong> Really nice to meet you. We are at WordCamp Europe. We&#8217;re in one of the media rooms, and we&#8217;re chatting to Fernando today because Fernando is participating at WordCamp EU. He&#8217;s got a presentation, a talk, and the talk is called Re-Humanizing the Web, and everything you want related to WordPress. Is that the correct title? Did I get that right?</p>\n\n\n\n<p>[00:04:31] <strong>Fernando Tellado:</strong> Yes, it&#8217;s the correct name.</p>\n\n\n\n<p>[00:04:32] <strong>Nathan Wrigley:</strong> Yeah, perfect. So we&#8217;ll get into that presentation, and what it means, and how you are very optimistic I think, about technology and AI, and all of those kind of things. But before we do that, will you just tell us a little bit about you, your relationship with WordPress, the things that you do in your life and in the WordPress community, which I understand in Spain is huge.</p>\n\n\n\n<p>[00:04:53] <strong>Fernando Tellado:</strong> I have been working with WordPress for more than 15 years. In these years I have been part of the community, where there wasn&#8217;t community in Spain. We made three WordCamps in Spain, called WordCamp Spain. Afterwards, it should to be named after cities. There was a time when we could make WordCamps the country. Afterwards they said that we must make the WordCamps city related. But we made the three WordCamps in Spain called Spain WorkCamps. In 2008, 2009, 2010. It was the first, the three first ones.</p>\n\n\n\n<p>I was making translations at this moment. There was no community, and we began the first embryo of our community in the second WordCamp Spain, in Barcelona. And we began with translations because it was the first need, because everything in WordPress is written in English. In Spain it&#8217;s very difficult to introduce some software that isn&#8217;t in Spanish, because in Spain we don&#8217;t speak English, we don&#8217;t speak any other languages.</p>\n\n\n\n<p>So it was really important for us that WordPress being in our languages, because it was our first priority. I think we have made a good work, because at this moment we are one of the biggest community. I think we are the best or the big, one of the biggest communities in translation. Every day, there aren&#8217;t any pending translation to be approved, day by day. And it&#8217;s the same in support.</p>\n\n\n\n<p>We have the support forums that, every day, every question made is answered for one volunteer. And we are all volunteers. We have been volunteering for 15 years, in an everyday basis. We are very, very, few people that work in a daily basis, but very constant people. And I am only one of these people.</p>\n\n\n\n<p>By the side I have a blog, where I have been writing for more than 15 years about WordPress. Almost in a daily basis. I write four or five posts a week, from Monday to Friday. I enjoy it because I write about the things I learn every day. It&#8217;s funny for me to see my blog post 15 years ago. They&#8217;re very simple. I have discovered a plugin that made this thing. The name of the plugin is that one, okay perfect, and it could be perfect for someone in every moment. Because in some moment, anyone is going to find solution for anything.</p>\n\n\n\n<p>And I have probably more than 5,000 posts. I have 40, more than 50 thousand comments in the blog. And I still write every day, because I every day work in WordPress. I work, my clients WordPress, every day I learn something. I teach WordPress to people, but I learned WordPress from everyone. From my colleagues at the work. From my clients, in every site because every site is different. Every site you have different needs, and it&#8217;s not difficult for me to write in the blog.</p>\n\n\n\n<p>When a lot of people ask me, is it not difficult for you to write every day year, after year, after year? It could be if I don&#8217;t work on WordPress, but as I work in WordPress everyday, I always have something to write about it.</p>\n\n\n\n<p>I like writing, I never thought that I want to write about technical things. I always thought, I will compare as a writer. I have written some books, but books about WordPress too. No books about a novel, or history that I would like. It&#8217;s about WordPress. So my life has been dedicated to WordPress in all aspects.</p>\n\n\n\n<p>[00:08:18] <strong>Nathan Wrigley:</strong> Quite a story. 15 years of almost daily blogging.</p>\n\n\n\n<p>[00:08:22] <strong>Fernando Tellado:</strong> And not expected at all.</p>\n\n\n\n<p>[00:08:23] <strong>Nathan Wrigley:</strong> Yeah, it just happened. That&#8217;s amazing. And I&#8217;m sure there&#8217;s a lot of people out there in the Spanish community, and maybe further afield who are very thankful for all the things that you&#8217;ve written over the years.</p>\n\n\n\n<p>[00:08:33] <strong>Fernando Tellado:</strong> Sometimes I feel like the father of a lot of people.</p>\n\n\n\n<p>[00:08:36] <strong>Nathan Wrigley:</strong> The Spanish community.</p>\n\n\n\n<p>[00:08:37] <strong>Fernando Tellado:</strong> Because I am getting older, it is good to get older too. You have some perspective about things. I am more kind. It is very difficult to make me angry.</p>\n\n\n\n<p>[00:08:46] <strong>Nathan Wrigley:</strong> So do you build websites for clients still? It sounds like, from what you said, that&#8217;s what promotes the bits and pieces that you are writing each day, because you find a new thing, you solve the problem, then you write about it. Yeah, like that, okay perfect.</p>\n\n\n\n<p>You&#8217;ve got this topic that you are doing at WordCamp Europe. By the way, have you done it already?</p>\n\n\n\n<p>[00:09:03] <strong>Fernando Tellado:</strong> I did a basis at WordCamp Pontevedra, it&#8217;s a city in the north of Spain. I made a presentation, in which the first part was somewhat like the first part of the presentation. I&#8217;m going to talk tomorrow.</p>\n\n\n\n<p>[00:09:17] <strong>Nathan Wrigley:</strong> Oh, it&#8217;s tomorrow, okay.</p>\n\n\n\n<p>[00:09:18] <strong>Fernando Tellado:</strong> Tomorrow at 12.</p>\n\n\n\n<p>[00:09:19] <strong>Nathan Wrigley:</strong> Okay, perfect. So it&#8217;s called Re-humanising the Web, and everything you want related to WordPress. If you are saying that rehumanising the web is a thing, that means, I presume you think it got dehumanised at some point.</p>\n\n\n\n<p>[00:09:34] <strong>Fernando Tellado:</strong> At some point, yes.</p>\n\n\n\n<p>[00:09:35] <strong>Nathan Wrigley:</strong> What do you mean by that? What&#8217;s been dehumanised in the web? Just try to sum up your thoughts.</p>\n\n\n\n<p>[00:09:40] <strong>Fernando Tellado:</strong> The bad use of the tools. I think the tools are great. I am absolutely pro technology, I am absolutely pro AI, but we use badly, the technology. We are dehumanisation, the web. The website is our environment, it&#8217;s where we live, it&#8217;s where we find, and it is where we will work, in your case or mine. And it&#8217;s very important, I think it is the most important thing in the 21st century of the web. And we must take care of the website, or the web. And when people make bad use of the technology, they can dehumanise the technology.</p>\n\n\n\n<p>Examples could be niches. There are a lot of people that have a lot of expertise on making niches, with niches automatically. From five years ago, they have the automatic WordPress packs, that they could make about 50 or hundreds of websites in a day or two days, in order to promote SEO niches.</p>\n\n\n\n<p>Today, with the AI, they can make about 100,000 websites per day, with the aid of the AI, and paid of $1, $2, or $10. It is very cheap, and it&#8217;s very easy to make niches. And niches, there are websites that doesn&#8217;t make nothing to the people. They are not going to answer questions. We use the internet in order to answer our questions. When we go to Google, what is Google? Google is our psychologist. We ask Google, what&#8217;s happened to me? Do you have any answers? We are going to make questions to Google.</p>\n\n\n\n<p>So the people to make niches, the niches website. So it is going to make the website less useful than yesterday. This is dehumanising because there are not people after this content. They are only a machine, that has not brought this content in order to answer a question of a human. It is made only to satisfy the need of the person that works in marketing for SEO, and he&#8217;s promoting one niche.</p>\n\n\n\n<p>[00:11:38] <strong>Nathan Wrigley:</strong> So if we rewind the clock, let&#8217;s go for five years. If we go back in time five years, when human beings created every piece of content, of course they could copy and paste and that happened. But mostly the content was written by a human, and it was written at a scale which humans could keep up with. So one post per day, two posts per day, whatever. And now you&#8217;re saying that the AI tools can create 10,000 posts in a heartbeat, in a few minutes.</p>\n\n\n\n<p>[00:12:09] <strong>Fernando Tellado:</strong> Who can read that?</p>\n\n\n\n<p>[00:12:10] <strong>Nathan Wrigley:</strong> Right, but also, why is it being created? And from what you are saying, it&#8217;s been created purely for Google, SEO.</p>\n\n\n\n<p>[00:12:16] <strong>Fernando Tellado:</strong> Purely for business.</p>\n\n\n\n<p>[00:12:17] <strong>Nathan Wrigley:</strong> And ultimately that makes everything pointless because if there&#8217;s 10 trillion articles out on the internet, how can Google, which has, people argue about Google and whether it&#8217;s a force for good or a force for evil, but it&#8217;s definitely been helpful finding information. In the future, if we flood the landscape with AI written content, how can we ever decide what&#8217;s actually useful? And I don&#8217;t think we&#8217;ve got there yet. But do you see it coming? Do you see a day when that will happen, if we don&#8217;t put the brakes on?</p>\n\n\n\n<p>[00:12:53] <strong>Fernando Tellado:</strong> I think there are a lot of players that can act in that way, in order to pull the brake. Google is one of these, because Google can defer between human and not human content. Very easy. It&#8217;s very easy for Google. It&#8217;s very easy for us too. If we read every day, we can distinguish human made content or not.</p>\n\n\n\n<p>But I think Google is making the road easy in order to publish AI content. And at the same time, it&#8217;s putting in the road tools in order to pull the brake. Because Google is, at the moment, refactoring the more personal research. As you can remember, some years ago, beside some results you can see the face of the person who wrote the post.</p>\n\n\n\n<p>I think Google is, well, no, Google has, I say that he&#8217;s going to this type of recognising, or the way of recognising, the author of the content, in order to distinguish between human made content and AI content. Because I think it&#8217;s a matter of survival for Google, because the end, we are going to rely on the tool, and Google is a tool. It&#8217;s a big, I always say this, it is a big spreadsheet. I always see Google as a big, big, big spreadsheet. A big, big, big form, that has the results that can be useful or not.</p>\n\n\n\n<p>In few years, doesn&#8217;t find good result for us, answer for us, we are going to abandon the tool. We are abandoned a lot of tools by the time. Younger people think that some tools are not going to disappear, never. And you and I know that it&#8217;s just, it does not even happen. We have seen disappear tools like Photo Log. We can see disappear, Facebook in some moment, or Instagram. Everything is possible, and Google too.</p>\n\n\n\n<p>[00:14:36] <strong>Nathan Wrigley:</strong> What I find curious about, let&#8217;s just keep talking about the Google example, because it&#8217;s really easy to understand the benefit of Google. But curious that Google are also in the AI race. At the moment when we&#8217;re recording this in June 2024, they have this Gemini model, it&#8217;s called Gemini. And it&#8217;s obviously an LLM to create content.</p>\n\n\n\n<p>But also, there&#8217;s the flip side. It&#8217;s not just about creating content, but it&#8217;s about answering questions, and interacting, and it&#8217;s kind of trying to be a human, if you like. So for Google, it&#8217;s a really difficult balancing act, because on the one hand, they&#8217;ve got to keep up with the AI opposition, so people like, I don&#8217;t know, Anthropic or OpenAI.</p>\n\n\n\n<p>[00:15:18] <strong>Fernando Tellado:</strong> People like AI.</p>\n\n\n\n<p>[00:15:18] <strong>Nathan Wrigley:</strong> Yeah, yeah, exactly. But also they&#8217;ve got to protect their search engine business, because if that gets just full up of AI, exactly what you said, it won&#8217;t even take five years. It would take a year for people to say, well, Google&#8217;s useless. It just gives me rubbish every time. I&#8217;m going to stop using it and go elsewhere. So that&#8217;s a very, very difficult path to tread for them I think.</p>\n\n\n\n<p>[00:15:41] <strong>Fernando Tellado:</strong> I don&#8217;t think, where is the market going? Where is going Google? Because one, two years ago we were, every moment, talking about NFTs, and who talk about NFTs today? Nobody. We have the Bitcoin bros, now we have the AI bros. People who embrace every new technology the most. And who knows? Who knows?</p>\n\n\n\n<p>I think we must have embraced the technology, as every technology gives us something to learn, and take the best of every technology, in order to advance in our life, and in the society. And every technology has the capacity to make a better life for us. From nuclear energy, it&#8217;s an extreme example, but nuclear energy has become a very important way of make our lives better through the years.</p>\n\n\n\n<p>In some years not, but through the years, it has become a very important technology in our lives. With this whole, more little technologies, it is going to be the same. In some point they&#8217;re going to convert it to facilities, to something that we assume that every time has been there, and we are going to take the better of every technology. In the case of the NFTs, in the case of the AI, we have some kind of AIs from 10 ago. It&#8217;s not really new. Growing in very few months, and the technology of ChatGPT, in order more conversational in the AI.</p>\n\n\n\n<p>But it&#8217;s like a city, it&#8217;s like an evolution of a city. There&#8217;s an evolution of all the oldest and older technologies. We have to present attention to these technologies, but not to give them too much attention.</p>\n\n\n\n<p>[00:17:22] <strong>Nathan Wrigley:</strong> Interesting. Yeah, the thing that you said there about Bitcoin and NFTs, yeah, you&#8217;re really right. If you were to go back, I don&#8217;t know, three years or something like that, they really were being talked about a lot. You could barely open a newspaper without somebody talking about Bitcoin, and now complete silence. Nobody&#8217;s talking about that. And so maybe the same will happen to AI, and we&#8217;re in a kind of hype cycle at the moment, where everybody&#8217;s obsessing about it.</p>\n\n\n\n<p>I do wonder about that. I do wonder about, let&#8217;s say, for example, companies like OpenAI who have a lot of money tied up in it being successful, and presumably spend quite a lot of their time telling us how wonderful it&#8217;s going to be, marketing it to us, if you like. And maybe that cycle, we&#8217;ll just get bored of it. We just get disinterested, and it will just become something that we use, but we&#8217;re not really, you know, it&#8217;s nothing to worry about. It&#8217;s nothing to get excited about even, because it&#8217;s just what we&#8217;ve got.</p>\n\n\n\n<p>[00:18:22] <strong>Fernando Tellado:</strong> No, I think we can excite about this. But at the end, all of these technologies in a certain point became a standard. When everyone used the word it tends, in a moment, to not make sense. It&#8217;s like freedom or anything. When everyone talks about freedom, freedom doesn&#8217;t mean anything. That&#8217;s the same. At this moment, I think AI is a claim for every services. Every day we see services with the new AI, with artificial intelligence. Everything has AI, not in my case.</p>\n\n\n\n<p>My case, I have that claim, in the blog that is, write it with no AI. You&#8217;re not expecting to have something that is going to give you always the reason, because AI always gives you the reason. If you discuss with AI, for example, in ChatGPT, it tends to be nice with you always.</p>\n\n\n\n<p>I think this is the first sentence someone teach to the AI. Be nice. At the end, be nice. If someone discuss with you, be nice. Don&#8217;t discuss with anything, because do you remember there have been some scandals about the AI in Gemini I thought? Create soldiers of the second world war.</p>\n\n\n\n<p>[00:19:27] <strong>Nathan Wrigley:</strong> An image of the.</p>\n\n\n\n<p>[00:19:29] <strong>Fernando Tellado:</strong> Nazis and so on. That&#8217;s because they have no contest, no one behind to tell the child, because it&#8217;s a child. No, not this way, better this way. You must learn it every day. And the AI is interesting, if always is going to be someone behind learning every day what it&#8217;s going to be, how it must behave with the environment, because the environment changes. We have something different as humans, it&#8217;s our capacity to adapt our environment to us, and adapt us to our environment. This is the story of the humans.</p>\n\n\n\n<p>So there are some things that I&#8217;m going to talk in my presentation at WordCamp Europe. I want to talk especially about this, because always there&#8217;re going to be technology. There&#8217;s going to be amazing technology, but always remember that the technology doesn&#8217;t make by themselves. Always there&#8217;s a human that is capable to imagine that technology in the first place. This is the most important thing. The most important thing is to imagine that technology, and this is a human capacity.</p>\n\n\n\n<p>And in the second place, it could be to make this technology, or make work this technology. But human is capable to imagine things, that is the most important thing, that because I not afraid of technology. Because I know that for years in the history has been demonstrated that only a human can imagine how could be things. All the rest of the animals, if we can embrace in the animal race or something, has a lot of capacities, but not the capacity to imagine it&#8217;s own life. Or it&#8217;s own capabilities more beyond the actual capabilities. And that&#8217;s because the human can make AIs, and sort of interesting and amazing things.</p>\n\n\n\n<p>[00:21:10] <strong>Nathan Wrigley:</strong> Does it concern you that, even though AIs seemingly can&#8217;t be truly creative in the way that a human can. If you tell it to draw a picture of a, I don&#8217;t know, a dog sitting on a landscape with the moon in the background, and it can do something like that. And it looks like creativity, but if we understand the way that that&#8217;s actually happening, it&#8217;s merely a process of, okay, what should this next pixel look like? And eventually it comes out, and it&#8217;s got a picture of a dog, but it&#8217;s not created that question itself.</p>\n\n\n\n<p>Do you worry that it&#8217;s good enough that it could put a lot of people out of work, who are doing work that doesn&#8217;t require much creativity? I don&#8217;t know, imagine that you are in a call center, you&#8217;re a support agent, and you are answering questions. The responsibilities that you have are not all that complicated, it&#8217;s fairly basic.</p>\n\n\n\n<p>I think some people worry that those kind of jobs are going to disappear, because an AI can take over. And then if we imagine the career ladder, you know, you start on the bottom rung, and you go to the next one, and eventually you retire at the top. If we knock out the bottom layer, it&#8217;s going to be hard for the next generation, the children of today to start the career, because that whole bottom layer has disappeared. And I don&#8217;t know how that&#8217;s all going to pan out, but that concerns me a little bit.</p>\n\n\n\n<p>[00:22:28] <strong>Fernando Tellado:</strong> Yeah, I can understand you. It&#8217;s a concern for me too because I always think about the children. Who&#8217;s going to think about the children? I want to talk about this because there are tools that could be very useful for you and for me, but it is not useful, and they are not suitable, and not recommendable to children.</p>\n\n\n\n<p>A simple case, calculator is very good for a person that is a physician, a mathematician that knows how to calculate, and used the tool in order to gain time.</p>\n\n\n\n<p>But it&#8217;s not a good tool for the children because this tool is going to retain him or her to learn how to calculate. We must put some breaks on, or close 13 doors in order to maintain these priorities. I think we must think about the tools, not only what tool can do, more about, in what moment is this tool can be thrown to the people, or to who?</p>\n\n\n\n<p>Because it is very important that, from the beginning of your life, we train our brain in order to make all the human can do. And in some moments the tool can be the worst idea for us. There&#8217;s a certain part of our brain, it&#8217;s the prefrontal cortex. It&#8217;s very important in this thing. There are a lot of scientifical studies, it&#8217;s very, very, very interesting. You&#8217;re aware about, are concerned, and in this case, about what is going to happen with humanity and society.</p>\n\n\n\n<p>It&#8217;s very important in this part of our brain because this is the part of the brain that distinguish us as human from the other animals. And it&#8217;s especially important for the children. Because, not only for the new tools of the AI, that is very important in case of social media. They use the consummation of social media, it&#8217;s a very instant transformation. It&#8217;s an transformation that very few seconds, cannot train the brain, the prefrontal cortex, to make all the things that the prefrontal cortex could do.</p>\n\n\n\n<p>This part of the brain is the part that differentiates us in things as important as predictions, imagination, how to be nice in a conversation when you need to be nice, when to know how to empathy with someone. There are very important things that some of these tools, today tools, like social media networks, and the AI can not permit this part of the brain to grow as needed.</p>\n\n\n\n<p>So, we as parents, we as human adults, we have a responsibility in order to allow our children, or other children to grow as sane as possible, and not to allow to use some tools in certain ages. In Europe, some countries is beginning to forbid to make the mobile phones in the classroom. Because it have been obvious that the attention is dispersed, and the children learn badly.</p>\n\n\n\n<p>So I think we are going to this kind of better use of the technology, because it&#8217;s true what you say at the beginning of our conversation about the extra hype of the AI, or the new tools. A point that the people cannot distinguish on the right use of externally.</p>\n\n\n\n<p>[00:25:29] <strong>Nathan Wrigley:</strong> I think that&#8217;s a really interesting point, because you talked about a calculator, and how that saved you a lot of time, but no child is going to hold the calculator and use it at three o&#8217;clock in the morning, or be addicted to doing calculations. I mean, maybe there is a child somewhere who would use the calculator all day, every day because they&#8217;re just fascinated.</p>\n\n\n\n<p>But the mobile phone in particular, really has the capacity to subvert the entire day. You know, you can pour all of yourself into that thing, you&#8217;re scrolling on some kind of social media, or you&#8217;re chatting with people, or you&#8217;re just watching videos.</p>\n\n\n\n<p>And especially for children who are born in an era where that was always around, and they see their parents that are addicted to it, and they see that everybody at the bus stop is using it, that then has become, well, that&#8217;s how normal people function.</p>\n\n\n\n<p>Everybody&#8217;s scrolling all the time, and that concerns me a lot because there is something unique about that device. There&#8217;s some way that it can drag you in. Even, you know, the moment you&#8217;ve got nothing to do, out comes the phone, and you can spend a long time. So I think you&#8217;re right. I think there is a little bit of a shift at the moment. I think people are starting to recognise, that&#8217;s probably not healthy for anybody to be doing that.</p>\n\n\n\n<p>[00:26:48] <strong>Fernando Tellado:</strong> I understand absolutely. But we must think that, in very few years, we have gone, we have traveled in a work, in our parents, in a lot of cases, having got a telephone in the release. Very, very few years ago.</p>\n\n\n\n<p>[00:27:01] <strong>Nathan Wrigley:</strong> Yeah not long.</p>\n\n\n\n<p>[00:27:02] <strong>Fernando Tellado:</strong> When you and me born and grow, there weren&#8217;t internet. And the problem is for children, but we all child too, because we&#8217;re not training in the current use of these new technologies. Technologies are over us, but not only over the children, it&#8217;s over us, everyone.</p>\n\n\n\n<p>We are not trained how to make a good use of these technologies. We might be trained before, we might be able to be trained, afterwards train the children. We are the first one to train in how to use in the core, the way these technologies, because we are not trained to do it. We have been born in our world very different, and we are astonishing about this technology, because it&#8217;s brilliant. They&#8217;re awesome. So they surprise us, and we use that in a platform. And we must train us in the first place, and after train the children.</p>\n\n\n\n<p>[00:27:53] <strong>Fernando Tellado:</strong> This is a matter of too much information, too much changes in very few time, for everyone. We must put the breaks on in some moment, and make a reflection. For example, my presentation, it&#8217;s not a talk. I&#8217;m not going to give answers to any question. I would like to make the people reflect about this problem, this opportunity, in order not to be concerned, in order to be responsible. We must change. As adults, as human adults, we must send to the responsibility, and begin to train ourselves in how to use this technology in a good way.</p>\n\n\n\n<p>We can hear a lot of the startups, that is beginning to talk about the bad things about their own technologies. They say a lot of people see themselves as startups, and says about, they don&#8217;t allow the children to learn with the iPads, or tablets, or so on because they know what they are going do.</p>\n\n\n\n<p>We&#8217;re the people, with the adult humans, enlightened with technologies, don&#8217;t know how work really the technology. These younger people that knows how the algorithms works are telling us the truth. And the truth is that we must begin to learn how to use these technologies, and afterwards spread it to the children. I don&#8217;t mind about you and me because we are adults, and we affect our responsibilities, and make our own life. But we must take responsibility for the children</p>\n\n\n\n<p>[00:29:13] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s an interesting thought because, first of all, I imagine it&#8217;s true that every generation that has ever been has faced something which they thought was going to be the end of humanity. You know, whether it was the printing press, Gutenberg&#8217;s printing press, or whether it was, oh I don&#8217;t know, the plough, or whatever it may be. This is going to be the end of all the things. And it feels like this one really could be that, and yet it&#8217;s probably just one, you know, and in history, 200 years from now, people will look back on our time and say, oh, that was an interesting moment.</p>\n\n\n\n<p>[00:29:43] <strong>Fernando Tellado:</strong> This is very interesting to realise that today, I pay my dues, things, a technology that didn&#8217;t exist when I was born. And it was going to be the same as the time passes. At the moment, there are works that doesn&#8217;t exist, that in the future are going to exist, and a lot of people will work in this new works that doesn&#8217;t exist at the moment.</p>\n\n\n\n<p>The more radical change I think was in the industrial revolution. That changed everything. It changed not only the way human work, they introduce the plastics, as we know at this moment, because it changed everything. We create the cities because there weren&#8217;t cities before, we create the industries, we create the supermarkets, all the world as we know it at the moment.</p>\n\n\n\n<p>It led to some problems. We are living today with problems created in that moment, in the Industrial Revolution. As, in the future, someone is going to live with the problems we are creating now, right now with another technologies. But there is going to be always somewhere that is going to disappear.</p>\n\n\n\n<p>[00:30:47] <strong>Nathan Wrigley:</strong> I have one final question, which is that, you say we need to train ourselves. And I think that&#8217;s a really important message. If you detect in yourself that technology has overtaken important parts of your life, you need to be an adult, I guess, and say to yourself, put it down. Stop using it at the moments where it&#8217;s not useful or it&#8217;s not important, or, I don&#8217;t know, you are ignoring your family because of it. And we need to train the children to have that understanding. So there&#8217;s that message as well.</p>\n\n\n\n<p>Do you prefer, or maybe there&#8217;s no perfect way, do you think government should be involved in this? Like you said, certain countries are saying, you may not carry mobile phones in schools. In the UK, very recently, I doubt it will happen, but one of the political parties suggested that mobile phones should be banned until you are 16 years old, which is a really, hitting a nut with a big hammer. What do you think about that? Do you think it should be more personal education, or top down government, giving us guidance about what we can and cannot do?</p>\n\n\n\n<p>[00:31:49] <strong>Fernando Tellado:</strong> I have problem with politicians because I not confident of them. Politics is very important in our lives, it&#8217;s the way we lead us, decide who is going to represent us. And that&#8217;s the way this must to be. But, at the end, political are the new kingdom, are the new cast, are the new kings. So they are very separate for all decisions at the moment. In the case of children, I am especially unconfident, because a politician is always going to try to train the new generations, in order to be good for him.</p>\n\n\n\n<p>And I always prefer that the fathers decide because, I know very few things, but I think that I knew that a father going to do nothing that could be bad for your children. You&#8217;re going to always protect your children because it&#8217;s always you. Is you are father? I don&#8217;t know.</p>\n\n\n\n<p>[00:32:41] <strong>Nathan Wrigley:</strong> Yes.</p>\n\n\n\n<p>[00:32:42] <strong>Fernando Tellado:</strong> Yes. You are not going to do anything that is going to be bad for your children. That&#8217;s not the same in the politician. The ideas could be nice, could be affordable, but at the end, the fathers has to be the last decision in those things. I don&#8217;t believe in politician at the moment because I miss my life. My life in Spain, we&#8217;ve had very bad politicians for life. From dictators, to actual, and, not better. But, at the end, we had the less responsibility in the family, we have to decide.</p>\n\n\n\n<p>It&#8217;s difficult for us because easier for us when someone go to our house, poof, read instructions. I get to my son, read instructions, they are more prepared to do these kind of things. I must read the instructions in order to know, is this tool going to be good or bad to my children? Because I have the responsibility as they live in my home, and I&#8217;m responsible for them, I&#8217;m responsible for what this technology is going to be in their lives.</p>\n\n\n\n<p>So we must take that responsibility in every little thing. We must stop, as you say. We must stop a moment, say, I go, it&#8217;s a mobile phone, it&#8217;s interesting. There are other apps. What is this app? What this app is important for me, or it&#8217;s important for my children. We must live more quietly, and take the things with a little more time. We don&#8217;t need to live so fast, it&#8217;s not necessary, not mandatory.</p>\n\n\n\n<p>It is good for Facebook, it&#8217;s good for Meta, good for Google because they live from the algorithms, and they live for how many times we scroll in the mobile phone. But our life is not that. We don&#8217;t need so many things. And there are very good technologies, there are good AIs that we can use for our benefit, not for the benefit of who made it in the first time, or someone&#8217;s needs above our need.</p>\n\n\n\n<p>[00:34:27] <strong>Nathan Wrigley:</strong> I think I understand a lot more about what you mean by rehumanising the web now. You&#8217;ve really explained it very well. So thank you for chatting to us today. Unfortunately, time is short, so we&#8217;re going tohave to, as we say in the UK, knock it on the head. We&#8217;ll have to end there, but that was a really interesting conversation. So, Fernando Tellado, thank you so much for chatting to me today.</p>\n\n\n\n<p>[00:34:46] <strong>Fernando Tellado:</strong> It has been a pleasure for me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/fernandot/\">Fernando Tellado</a>.</p>\n\n\n\n<p>Fernando is a very large force in the WordPress community in Spain. He’s the editor and writer at <a href=\"https://ayudawp.com/\">ayudawp.com</a>, a blog in Spanish about WordPress, with more than 15 years of publishing on a daily basis. He does consulting, maintenance, security and performance services for WordPress sites. He’s published four books about WordPress. Not only that, he’s been involved with the WordPress community for 20 years, organising meetups, WordCamps, coordinating the official support forums, as well as taking leading roles in Spanish translations, and Spain&#8217;s official community website.</p>\n\n\n\n<p>We begin with a discussion on the current state of AI tools which offer the capacity to generate thousands of posts in mere moments, mainly for search ranking purposes. Fernando explores the issue of content quality and the growing challenge of distinguishing between human and AI-generated content. This leads to a chat about the strange position which Google finds itself in with its latest AI model, Gemini, which aims not only to generate content but also to interact and answer questions like a human. How can Google on the one hand be able to create content, and on the other be mindful of only promoting content which it views as credible and reliable?</p>\n\n\n\n<p>Fernando also talks about the rapid evolution of technology, drawing parallels to the industrial revolution and its long-lasting effects on society. He tackles concerns about AI potentially replacing jobs and underscores the addictive nature of mobile phones, particularly for children. The role of government in regulating technology also comes under scrutiny, but Fernando expresses scepticism about political intervention, and instead stresses the importance of parental responsibility in guiding children&#8217;s use of technology.</p>\n\n\n\n<p>Towards the end, the discussion revolves around the necessity for both adults and children to learn and use technology responsibly. Fernando is passionate about the importance of human imagination and our innate capacity to adapt to the technological environment. He advocates for individuals to slow down, assess the impact of technology on their lives, and make deliberate choices that ensure their well-being and that of their families.</p>\n\n\n\n<p>If you’re intrigued by the intersection of AI, WordPress, and the call for responsible and reflective use of technology, 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://ayudawp.com/\">ayudawp.com</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2024/session/re-humanising-the-web/\">Re-Humanizing the Web</a> &#8211; Fernando&#8217;s presentation and WordCamp Europe 2024</p>\n\n\n\n<p><a href=\"https://pontevedra.wordcamp.org/2024/\">PonteWordCamp</a></p>\n\n\n\n<p><a href=\"https://gemini.google.com/?hl=en-GB\">Gemini</a></p>\n\n\n\n<p><a href=\"https://openai.com/\">OpenAI</a></p>\n\n\n\n<p><a href=\"https://www.anthropic.com/\">Anthropic</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 Jul 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\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:75:\"Do The Woo Community: Boosting WooCommerce Performance with Marcel and Mike\";s: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://dothewoo.io/?p=84634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/boosting-woocommerce-performance-with-marcel-and-mike/\";s: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:48845:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-43 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-42 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-41 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-17 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-40 wp-block-group-is-layout-constrained\">\n<img width=\"1650\" height=\"1650\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2021/03/avalara-logo-_dtw.png?resize=1650%2C1650&ssl=1\" alt=\"\" class=\"wp-image-75400\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-18\"><strong><a href=\"https://developer.avalara.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Avalara</a></strong>: help developers make sure their Woo projects are tax compliance done right with Avalara&#8217;s API. Visit their extensive developer resources today.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Mike:<br />Yeah, I think having adequate resources for the site is super important. So there&#8217;s enough CPU and RAM, using fast SSD drives. There&#8217;s room for growth. A lot of the time I see not enough resources being allocated for the database, for example. It&#8217;s like having a big enough engine to power that database. Having access for developers like SSH analytics tools, being able to access the logs and scrape those properly for little nuggets of information. Having some sort of application performance monitor (APM) like New Relic is the one that I use the most. It&#8217;s pretty popular because you want to be ideally alerted and proactive about performance issues rather than reactive. You don&#8217;t want to find out customers are emailing you or blasting you on social media that, oh, you&#8217;re trying to check out on this thing again and it&#8217;s crashing or slow or whatever. It&#8217;s better if you get an alert from your own systems that you have set up for monitoring, etc., to go out and put that fire out and be able to pinpoint the issue very, very quickly instead of trying to play detective with discovering all the clues instead of having the clues handed to you.</p>\n\n\n\n<p>Having some sort of CDN integration I think is quite important as well. There are a lot of Cloudflare enterprise partners now with hosting companies, which I think is, if you wanted to build your own Cloudflare network, good luck. That&#8217;s a lot of resources, a lot of money. So I think it&#8217;s easier to just get a host that already leverages their network for the DDoS protection and the security because sometimes the performance issues I see on WooCommerce sites are actually security related. The site is constantly getting attacked on the login page or good old XML-RPC, which has been around since the dawn of computing and is used but can still be a very common attack vector. And fraudulent orders was one that I saw come up recently. This client had a bot network that was attacking them, making a bunch of fraudulent orders, just taking up resources from real people who are actually buying stuff. So yeah, those are the things I think off the top of my head.</p>\n\n\n\n<p>Marcel:<br />And I obviously think that the very basic part of it, of the hosting, is if you have an audience or a market that is more US-based or European-based or whatever region you&#8217;re selling to or providing your services to, that also plays a very important role in deciding which area of the world you&#8217;re selling to and then choosing a hosting company that has good data centers or good resources in that specific area. The region of the world is, I guess, the number one thing we should look for when we&#8217;re going to choose a hosting company because they all say they are very fast everywhere, but if you dig a little deeper, you will see that they are probably more US-based. So whenever you go to a hosting company and you search for their data centers and where they&#8217;re located, some of them, even when you spin up a hosting service, they will ask which area do you want to cover.</p>\n\n\n\n<p>I think some of them are more US-based, some of them are more European-based, and we have Asian ones. For example, if you want to go to the Asian market and sell in China, Japan, and other countries, it&#8217;s far more challenging to choose the right hosting company than it would be to sell in Europe or in the US. So that would be probably my advice: choose a hosting company that has all the services you talked about and all the little details that they care about, specific for WooCommerce, but also where they are really strong when it comes to providing the fastest services in the region of the world you want to sell. Number two, I would say, is the theme. When we talk about the theme, do your clients go more with existing themes and then change that, or do they have custom themes?</p>\n\n\n\n<p>Mike:<br />It depends on the size of the client. I work with a range of small businesses to enterprise clients. One of the Shark Tank clients I&#8217;m working with, they were using a very popular commercial theme that had a lot of extra bloat and unnecessary stuff they didn&#8217;t need. I told them, you have the budget and the resources, go custom. It&#8217;s hard to compete with the performance of a custom-built theme, and if you have resources available to maintain it going forward, absolutely it&#8217;s the way to go. I generally find that smaller businesses, when they&#8217;re just starting out, they don&#8217;t know if what they&#8217;re going to build and try is going to have legs, is it going to work, is it going to make money?</p>\n\n\n\n<p>So they will tend to pick a theme that is pretty, has predefined templates that will work with WooCommerce, and has a bunch of features. As time goes on, they probably also use a page builder or two or three I&#8217;m sure we&#8217;ve all seen, and other components. That will tend to, of course, slow things down. I tell them during consultations that if you&#8217;re using a certain combination of theme and a page builder, I would start with removing that and then if you&#8217;re still not happy, we can look further at what&#8217;s slowing things down. So I&#8217;d say it&#8217;s a mixture. Whenever I see a custom-built theme with a cart, I&#8217;m like, oh good. This means that I don&#8217;t have to have that difficult conversation of if they&#8217;re really in love with their theme or the design that the theme provides, and you tell them, hey, you have to get rid of this. It&#8217;s like taking a toy away from a child that they&#8217;re very, very happy with. Then I tell them, no, no, no, you can have the same design and features, just rebuild it with lighter components.</p>\n\n\n\n<p>Marcel:<br />And usually as a developer, when you have a client that is using an existing theme and they start having these ideas about, oh, what if we could change this page and make the image appear on the right side instead of the left side, or we need the description to have a bigger place now let&#8217;s move it down, or now we need an extra tab for this or for that. And then you suddenly end up having so much customization on top of an existing theme that you start asking yourself or challenging the client, this is becoming so cumbersome to maintain all of these changes. It would make more sense to build a custom theme. I would say if you have the resources and if your client has the resources, a custom theme may seem like very hard work at the beginning because you have to do all of those standard pages, the 404s, the search page and all of that, but it will compensate in the end because if you have full control of everything that is being loaded on a theme and usually when you go with an existing theme, you don&#8217;t need all of the features that they offer, you have a lot more control over performance.</p>\n\n\n\n<p>So if you&#8217;re starting out, fine, but if you want to invest in something that is very important to the performance, I would say the theme is the number one category where you should put some resources because we&#8217;re talking about web performance and we&#8217;re talking about key metrics that we can measure. The theme part is one of the most important components because it is responsible for the front-end part. When we talk about key metrics, we talk about LCP (Largest Contentful Paint), we talk about the First Input Delay (FID), we talk about Cumulative Layout Shift (CLS), which is when the page loads and things start moving up and down because the images are loading or different parts of the page are loading and they&#8217;re shifting up and down, which makes it very confusing for a user to follow. That is all the theme, or mostly the theme&#8217;s responsibility. From the key metrics, what is the most important one in your view?</p>\n\n\n\n<p>Mike:<br />I think Largest Contentful Paint (LCP) is a big one. So related to conversion rates, time to first byte as well. I know it&#8217;s not a core web vital, but…</p>\n\n\n\n<p>Marcel:<br />I forgot to mention that. It&#8217;s an important key metric as well.</p>\n\n\n\n<p>Mike:<br />Everything else, the Largest Contentful Paint can only be as fast as the time to first byte. And there&#8217;s also Interaction to Next Paint (INP), which you mentioned in the introduction, right? That I think replaced FID, the transition because when you click the button or whatever and you don&#8217;t see something happening within a few milliseconds, we get confused or frustrated and keep clicking the button faster. That&#8217;s a common human thing where we think clicking the button harder and more intensely will make it work. Maybe you press your mouse button extra hard or…</p>\n\n\n\n<p>Marcel:<br />Multiple times.</p>\n\n\n\n<p>Mike:<br />Yeah, like clicking the elevator button faster and faster…</p>\n\n\n\n<p>Marcel:<br />It&#8217;s not coming. Let&#8217;s press again.</p>\n\n\n\n<p>Mike:<br />I think that one is really important for stores because of the add-to-cart checkout flow. It&#8217;s important to signal to the user that they&#8217;re making progress towards their end goal and with their journey of trying to get this product or service that you&#8217;re selling. That one is more difficult to measure in, not in the wild, but to pinpoint where the INP issue is coming from is not as difficult as Largest Contentful Paint, for example, which is well established for being very related to the revenue conversion rates. There&#8217;s a cool calculator that Google put out a long time ago that they deprecated for some reason. I don&#8217;t know why, but we took the code and put it on my website. I think I&#8217;ve sent you the link before too with this LCP Premier calculator.</p>\n\n\n\n<p>Marcel:<br />And I would recommend everybody to take a look at that because it&#8217;s very interesting how much you can estimate the increase in terms of conversions just by tweaking some of these key metrics in more performance.</p>\n\n\n\n<p>Mike:<br />It can help a lot to put things into perspective for the clients. It&#8217;s not based on a specific niche. It&#8217;s aggregated data that people and Google Analytics opted in to allow Google to track. So it&#8217;s from all niches across all different industries, and it gives us the best idea of if we can improve the LCP from X to Y, and if you know your average order value, the amount of customers that come</p>\n\n\n\n<p>per month, and one other piece I can&#8217;t remember, you can see how much more revenue you will get if you make that improvement in the LCP. It can help shortcut some of the conversations about price. If you&#8217;re saying, oh, it&#8217;s going to cost $10,000 or $20,000 to do this reworking of the site or whatever, and they can see, oh, that sounds expensive, but if you use the calculator they can see, oh, that&#8217;s going to mean half a million extra in potential profit from a business perspective, it becomes a much easier decision.</p>\n\n\n\n<p>Marcel:<br />And clients do have sort of the first impression that they get when we present them these numbers and we talk about this specific calculator you&#8217;re talking about and they go, oh, that sounds too much or that sounds too good to be true and all of that. But you&#8217;ve done that. You actually have some cases on a website where you improve some clients&#8217; websites and it really turned into more profit. So that&#8217;s something that clients will notice after you do performance tweaks and it&#8217;s something that is absolutely incredible how they suddenly start believing in you and suddenly start seeing how important performance is to their funnel and to the sales and conversions and all of that. It sort of makes you feel a little bit like a magician or a special god of some sorts when you get to that point and then that client is hooked to you forever, I would say.</p>\n\n\n\n<p>Mike:<br />Yeah, it&#8217;s a very effective way to establish trust for the long-term because a lot of this stuff when it comes to performance is unknown for a client. We all know technology is unreliable, unpredictable, we can have the best intentions, we can make all these plans and then something that we didn&#8217;t anticipate can mess things up. And so I think even if you have these case studies and you have lots of proof and stories, clients are still a little bit like, ah, but maybe that won&#8217;t work for us. So when it does, I can see the struggle in their faces and that hesitation like, ah, they&#8217;re taking that leap, jumping off the cliff and spending the money where things could not get any better. That&#8217;s one of their main concerns, that it&#8217;s not going to provide the return on investment. Fortunately, when you follow a specific methodology, and I&#8217;m sure this is true for anyone who&#8217;s worked with performance, if the client is getting enough traffic, if the user experience of the site is otherwise good, their business model is sound. When you&#8217;re improving the performance, it always makes sense within reason. Of course, once you get to a certain point, unless you&#8217;re Amazon or Walmart or a very large client, spending an extra $500,000 to improve performance is not necessarily going to make sense. But for smaller clients, the initial performance tuning is pretty much always worth it.</p>\n\n\n\n<p>Marcel:<br />I guess being aware that it is an important factor when you go online and do sell products is step one to admit regardless of your size. And I&#8217;ve seen other big brands in Portugal and the companies who were selling online who initially didn&#8217;t give that much of a thought about performance and their websites were being slow and inconsistent and they were difficult to navigate. And since some time back, a couple of them have been actually working on their performance side and worrying about all these different key metrics we just talked about. And guess what? They&#8217;re selling better. And you usually think big companies and big brands, oh, they must for sure know about this. And you probably also think, oh, my client has been online selling this product for more than 10 years now. He heard about performance, he&#8217;s done everything that he can. Surprisingly, many people do not know about it in a way that affects immediately their conversion rate.</p>\n\n\n\n<p>I wanted to talk also about plugins and the importance of plugins and especially the number of plugins that people install. They think they&#8217;re essential and they&#8217;re not. So my experience is more in terms of whenever I get hands on a website, it is performing very slowly. 30, 40 plus plugins are installed. Oh, when we start doing the audit and ask, do you need this plugin? What is this for? We certainly get rid of 10 immediately just by talking two minutes into the list of the plugins. And just that alone already cuts down the time considerably. And all the other plugins that are installed there are usually because there&#8217;s something missing on the e-commerce out-of-the-box features that people don&#8217;t have. And we&#8217;ve also seen WooCommerce iterating and adding some of those missing features into the core installation. But the number of plugins is also another thing that is very important to talk about, and that means also you need to update them and the more you have, the more security issues you have. You certainly also have multiple plugins that do the same function, or at least in their feature list they offer the same things and you just add things to the website that are absolutely not necessary.</p>\n\n\n\n<p>So when it comes to choosing a plugin, it&#8217;s also important to know about their performance and how they affect performance and if they are built in a way that shows the concern of the author of the plugin was performance or not. We usually use plugins to do image optimizations, maybe to do caching as well. We&#8217;re going to talk about caching next. We use plugins basically to change features and to add features to WooCommerce. So plugins are very important. What is your experience with plugins? And you mentioned page builders. Page builders are plugins, but there are other nightmares that we can talk about when it comes to plugins and performance, right?</p>\n\n\n\n<p>Mike:<br />Yeah, I mean my approach is similar to yours. It&#8217;s remarkable how frequently you ask just simple questions, why do you have three forms plugins or what is this for? And they say, oh, well we haven&#8217;t used that in six months or a year, or we don&#8217;t use that plugin or feature anymore. And I tell them what you said, every plugin is a security liability and a performance liability. So as soon as you don&#8217;t need it, treat your website like an F1 car. There&#8217;s nothing on an F1 car that doesn&#8217;t need to be there. If it has a specific purpose and provides some value in some way, it should be there, otherwise, there&#8217;s no reason to have it. But otherwise, I would say the plugin quality is much more important than the plugin quantity. So I have seen websites that have 90 plugins and perform very, very well.</p>\n\n\n\n<p>It&#8217;s absolutely possible, but it&#8217;s usually these heavier plugins that have lots of bundled features, 80% of which you don&#8217;t use, and then you do that 10 times and you can see them in the profiling, code profiling, tools, plugins that are just finding out, do I need to run or running unnecessarily on pages. For example, a client I mentioned earlier, Bingbot. Bingbot was crawling a product archive page and it was triggering the membership plugin to see if the Bingbot had access to the particular pages of products on that product category page because the way the plugin was configured was to grant access based on categories and I was like, it&#8217;s ridiculous. First of all, a bot isn&#8217;t going to log in and take any courses or download any products, but there was literally no reason for the membership plugin to execute. So that was down to code quality in my experience and making sure that plugins, pretty much most plugins I see, do not have the logic to find out, do I need to execute here? Do I need to do anything here before it starts to process its own code? And I think that&#8217;s why when people complain about WooCommerce being slow or WordPress being slow, it&#8217;s not the core of WordPress being slow, it&#8217;s all the other extra stuff that you added usually that is causing those kinds of experiences.</p>\n\n\n\n<p>Marcel:<br />And when it comes to choosing a particular plugin that has a particular feature, you obviously have a bunch of different plugins out there, and usually what I tell people is, well, you could hire a developer to make a more informed decision about how the code quality is and how the plugin works and how it performs, but if you don&#8217;t have the resources to hire an expert when you buy these plugins, basically, I guess looking at the plugin&#8217;s reviews and seeing what other people are saying or maybe just trying to get a feel of if you see a plugin that is promoting bundled features that are 30, 40, 50 and they are expanding way beyond whatever the core function of the plugin is, it usually means that they are bloated and they&#8217;re not very specifically oriented to the feature that they were talking about. When we did plugins for other companies here at our agency, some of them wanted to expand to other areas that were not the core focus of their plugin initially.</p>\n\n\n\n<p>So for a developer, it&#8217;s very hard to keep consistency and keep the code in a shape that is solely focused on the core feature it was intended to be in the first place. So if you start doing other features and start adding other elements to the plugin, for the developer or developer team who is responsible for making it perform well, it&#8217;s going to be very hard for them to just focus on that particular feature, so that is very important. Next on the list is caching. We talked about caching. There are three main techniques of caching I think we can say. There is page caching, which are static versions of pages that are stored usually on the hosting side. We have object caching, which caches database queries so that they do not need to be executed every time somebody gets into a page. And we also have browser caching, which is telling the browser to store certain resources locally and not have them transmitted all over again. Caching is probably one of the hardest things to manage and to talk about because most of the hosting companies already say, we have the best caching solution and technique, just come with your website and host with us, and you&#8217;re going to have the latest caching technology. Then when you dive in and want to control some aspect of the caching, you usually have no idea what they&#8217;re doing behind the scenes and they don&#8217;t tell you what resources and what techniques they&#8217;re using behind the</p>\n\n\n\n<p>scenes. So this is a very important topic. It&#8217;s a very difficult topic as well from a developer&#8217;s perspective because usually people think, oh, we just throw in a bunch of plugins like WPRocket or WP Total Cache or whatever other plugins there are, and the site will be faster, and then you hire a developer and the developer goes in and starts thinking about what is going on. We have all this caching going on, and what do you think about caching? Is it up in earliest as an important part? And also it&#8217;s important to talk about the different pages that we have within WooCommerce. We have the checkout, the cart, we have a catalog, we have the first page, so not all of these pages are treated equally when it comes to caching. Right?</p>\n\n\n\n<p>Mike:<br />There&#8217;s also two other little pieces of caching too. There&#8217;s fragment caching, which is rarely used but handy to cache partial pieces of the page and CDN caching, edge caching, I would argue. Yeah, but I know that those are typically not considered under the umbrella in the same way. It&#8217;s not the ones that pop up first in mind, and I think with object caching too, you can also cache the results of API calls. I think we&#8217;ve done that before for clients with really slow calls that need to fetch something from some API that takes a couple of minutes, and instead of doing that every page load, we store it in a transient. But yes, caching is very, very important. I think in terms of the order that we discuss things, the hosting, the theme, plugins, caching, they&#8217;re all really, really the first points of call when it comes to doing audits and making sure things are running well. I think page caching is probably the most important one to get right because everything else will, like you said, the LCP will depend on your time to first byte, which is tremendously improved once you get page caching working, and if you again can leverage edge caching on top of that, you can save usually another 100, 200, 300 milliseconds, which can speed up the other components.</p>\n\n\n\n<p>Marcel:<br />Especially the initial page. The homepage is probably one of the easiest pages to cache, and because it is the point of entry to the website, it just gives you the first impression that we&#8217;re looking for it to be fast and clicky and all of the links that go from the first page to specific products and maybe category pages and all of that, those are very easily cacheable pages, right?</p>\n\n\n\n<p>Mike:<br />Yeah, yeah, exactly. Like the pieces where there aren&#8217;t dynamic components that need to do post requests or fetch something from the database particular to that visitor, that kind of stuff. I certainly encourage people to build their homepages like that so that they&#8217;re very cache-friendly and we don&#8217;t have to worry about users seeing something they&#8217;re not supposed to or those kinds of things compared to if you have product category pages where you have something with facets where you can filter and drill down, you&#8217;re fetching a lot of information straight from the database, which I noticed…</p>\n\n\n\n<p>Marcel:<br />Even with those pages, you can still cache them. Usually filtering options that you have on the website, in the cases where the number of combinations are not in the millions, if they&#8217;re in the hundreds, it&#8217;s not difficult to cache all the different variations when it comes to filtering and having fast filtering is one of the biggest challenges in a WooCommerce store. But if you&#8217;re small and if you have the knowledge and if you can hire a developer to do that, we developers have the resources to cache those filtered pages as well, right?</p>\n\n\n\n<p>Mike:<br />Yeah, absolutely. Yeah. I think you even built something for, I forgot the name of it, but you built a filter plugin for a client that is actually selling it.</p>\n\n\n\n<p>Marcel:<br />Well, in that particular version we did a little, the client had this awesome idea to just provide the browser with the initial results of the filtered products, but it wasn&#8217;t directly related to the caching part, but here&#8217;s the deal, it benefits greatly from page caching because the information that comes with the page source is already enough for people to feel the filtering to be very fast. It&#8217;s the perceived part that we talked about at the beginning, but it&#8217;s not caching everything, but it&#8217;s caching just enough for people to think this is super fast. And yes, that was one of the techniques that they used, but even if you don&#8217;t have that, even if you have a page caching system where the first customer goes in is the one who generates the HTML for that particular cache, and then the second one that does the same, the same filtering options will be served the cached version of it, and that&#8217;s…</p>\n\n\n\n<p>Mike:<br />Possible, and I think with filtering too, you get, so you can do both page caching and basically object caching is what I would call it when you are storing them in the database or if you can cache the query string, get parameters from, if that&#8217;s how the facet plugin is working, then you get to leverage Varnish or Nginx or whatever other caching plugin you might be using, and that&#8217;s one cool way to do it. But then if that isn&#8217;t cached, it fetches it straight from a transient inside the database is the next best thing. So I know some people don&#8217;t like having layers of cache because you can have stale cache and you don&#8217;t want the user to be delivered expired data, but I think if you get things configured correctly, everything helps boost one another. It&#8217;s the same thing with page caching locally on the host and page cache on the edge with Cloudflare or a similar solution.</p>\n\n\n\n<p>It&#8217;s always better if Cloudflare wants to cache your homepage that when you deliver the page to Cloudflare, if you can give a cached version that&#8217;s way faster than taking two to three seconds for time to first byte to then deliver it to Cloudflare. So I think it&#8217;s important to consider these aspects in the performance strategy and get things, there might be some little fine-tuning or issues to iron out as you&#8217;re rolling out caching, and a lot of planning is usually a good idea with clients asking them what&#8217;s the typical user journey? What different types of users and avatars do we have on the site? How do they navigate through the site so that we can make sure we&#8217;re considering all types of users? Also for employees, the customers are the ones giving money to the WooCommerce store, but the people who need to work on the backend processing orders, support tickets, that kind of stuff, I think it&#8217;s important they have a good experience as well, and you won&#8217;t be able to use page caching as much for them, but there&#8217;s certain object caching and similar techniques you can use for their tasks daily that can make it a better experience.</p>\n\n\n\n<p>They get more productive, store owners are happier and all of that stuff.</p>\n\n\n\n<p>Marcel:<br />And then you have the cart pages and the checkout pages, which obviously cannot be page cached. Maybe parts of it can be object cached because there are elements in there that are repetitive for all customers, but then it goes back to what we were saying before about hosting, right? For those pages, you need to rely on the quality of the CPU, memory, SSD and all of that to render those pages fast enough because it&#8217;s not just enough to do a fast homepage and category pages and product pages. If people get to the cart and then to the checkout and the page takes 10 seconds to load, you just basically lost the client right there.</p>\n\n\n\n<p>Mike:<br />Yeah, yeah, exactly. And it&#8217;s something to really get nailed down. I think it&#8217;s okay for the final checkout when people press after they&#8217;ve added their billing details, credit card number, all of that, pressing that final button, it needs to communicate with the payment gateway or API calls back and forth. I think people accept and understand that that could take a bit of time…</p>\n\n\n\n<p>Marcel:<br />Like that everywhere in every single site,</p>\n\n\n\n<p>Mike:<br />But getting to that stage shouldn&#8217;t take long. I think especially with mobile browsers nowadays, you can autofill pretty much all of the fields and WooCommerce is so popular and widespread that unless you&#8217;ve done a lot of customization to the fields or whatever like the Google Chrome Safari or whatever, I think we&#8217;ll be able to figure it out. We can&#8217;t cache those pages, but it&#8217;s still, so maybe you might be able to do some fragment caching if you still have the menu in there and it&#8217;s a mega menu, super complicated. We could cache that, so that&#8217;s not taking up unnecessary time. I don&#8217;t think that many users are going into the menu at…</p>\n\n\n\n<p>Marcel:<br />That point. Yeah,</p>\n\n\n\n<p>Mike:<br />Or you might have a footer, I&#8217;ve seen this before. We have a footer widget or some piece that is contacting Instagram or doing something else blocking the right page and the user isn&#8217;t even going to see it, but it still is preventing the checkout flow from progressing…</p>\n\n\n\n<p>Marcel:<br />Quickly. Yeah, I was going to take the last minutes that we have for this episode. Just to sum quickly, so we have chosen our hosting company, we have chosen our theme and we have a set of plugins that we chose. We learned about caching and what the different caching versions are, and now we&#8217;ve installed everything and we run the website and it&#8217;s slow. The website is not moving at all. Then we need to talk about, and we&#8217;ve already talked about core web vitals, so we have different diagnosing tools that we can use to understand why the site is slow, because if we followed all of the advice that we&#8217;re given, we&#8217;ve chosen the right hosting, the theme is not big, the number of plugins is reduced, and we only have the ones that we really need. We&#8217;ve tweaked, we spent hours tweaking the caching and the site is still taking two seconds to load the homepage. For example, core web vitals are the first thing to go to and to measure. How do you do that? How do you measure core web vitals?</p>\n\n\n\n<p>Mike:<br />Yeah, there&#8217;s definitely using a front-end tool like Google PageSpeed Insights, GTmetrix, WebPageTest. We&#8217;ve seen those at the perf now</p>\n\n\n\n<p>conference…</p>\n\n\n\n<p>Marcel:<br />PerfNow Conference. Yes,</p>\n\n\n\n<p>Mike:<br />They all run some piece of Lighthouse nowadays. You used to have to use Google PageSpeed Insights, it&#8217;s called I think something else now. Anyway, web.dev/measure. So they all just have different ways of running Lighthouse and then presenting the data to you differently. So I like WebPageTest the most. It&#8217;s the geekiest, so it could be quite overwhelming for people. I think GTmetrix does a really good job of presenting the data in a more digestible way that isn&#8217;t overwhelming and it gives you a good amount of insights and Google PageSpeed. I think because it&#8217;s the official Google tool, people like to use that and it feels like it&#8217;s more credible, trustworthy…</p>\n\n\n\n<p>Marcel:<br />And it will tell you also about SEO because you want to appear on Google results and at the top eventually, and that particular tool will give you more information about that specific part of the performance.</p>\n\n\n\n<p>Mike:<br />It tells you if you&#8217;re failing the core web vitals for that particular page or for your entire website, depending on how much traffic you&#8217;re getting. I believe WebPageTest does that as well. It has the crux Google Chrome user experience metrics, but that&#8217;s only Chrome data, which is important to remember. It&#8217;s the same thing on PageSpeed Insights that it&#8217;s not collecting that information from other non-Google Chrome browsers. But yeah, those tools, I mean we can do a whole workshop on those. There&#8217;s a bunch of courses on them, so advanced and rich in what they can do. But yeah, that&#8217;s why a lot of people, they come to me and they say, Hey, I ran this and it&#8217;s slow. I don&#8217;t understand this report. Sometimes those reports are oversimplified where there&#8217;s a lot of pieces that they miss or that they say, oh, the LCP element is this, and it&#8217;s like, well, why is it taking eight seconds? Usually it&#8217;s JavaScript related or something else, but it could also be the time the first byte was six seconds, so that takes someone who has experience and to decrypt, I think, or understand things more.</p>\n\n\n\n<p>Marcel:<br />Do you have a favorite tool?</p>\n\n\n\n<p>Mike:<br />Well, no, it&#8217;s basically just the ones that you talked about, but what I think is the most important one, I don&#8217;t want to say there&#8217;s a most important one, but I do feel like the Google&#8217;s tool is a good starting point for people to understand a little bit what&#8217;s going on because they also give, I don&#8217;t want to say simple instructions on how to fix those because they&#8217;re not, probably not simple when they say to reduce image sizes or when they say to lazy load some scripts and all of that stuff. Usually as a store owner, you don&#8217;t really know what to do, and even as a developer, you suddenly think, oh, so if I just lazy load all this stuff and I just delay all the loading of the JavaScript, that will fix it. But then I start thinking, oh, how do I determine which ones are not necessary and how do I determine which ones the clients need if they change something on a homepage? Suddenly it&#8217;s the script that does this funny animation or has this slider going on. So it&#8217;s very hard for people to understand, and I think Google&#8217;s tool is the one that gives you a starting point to start figuring out what&#8217;s going on. They do this coloring with red, yellow, and I think that&#8217;s all the colors, the important colors they use to pinpoint all the most important parts of it, and if you manage to figure out some of those points, you&#8217;re already in a good starting point and then you can use all the other tools you mentioned to just fine tune specific parts of it. But once you have the results and once you have some indications on the website specifically what&#8217;s going on, being it a section of the website, an image problem, JavaScript problem, whatever it is, then it basically comes back to the theme setup and how to properly set up the theme.</p>\n\n\n\n<p>Usually if you go with an existing theme, there are options that you can turn on and off and by those on and off, you will then obviously maybe not load some of the scripts if the theme is done properly, if they have taken care of just not loading scripts they don&#8217;t need for that particular page. This is where page builders come in very handy, and that&#8217;s why I&#8217;m a huge, huge fan of Gutenberg and all the Gutenberg experience because it&#8217;s very performance-focused. But then again, you will optimize the heavy scripts, the styles, you will disable some theme features. As we talked about, mobile performance is also something that you will fine tune and then you suddenly… Let&#8217;s move on to the story and end with this. Then suddenly you realize, okay, I&#8217;ve fixed all of these problems. I have a faster website. I have fixed most of the problems they were told to me to fix. How do you keep record of the website&#8217;s performance and how do you go about making sure that this first initial tweak that you did is going to keep up with your website and you&#8217;re going to maintain all of that performance throughout the whole existence of the website? What is your tip as a final tip on how developers or clients can diagnose the performance throughout the whole time that it exists?</p>\n\n\n\n<p>Mike:<br />Yeah, I&#8217;ll make it short. I think it&#8217;s important to focus on both lab tests, which are these synthetic tests you run through GTmetrix and other tools, and then also look at the real user metrics, which is what actual people are experiencing, and then diagnose as much as you can using those tools and having some kind of performance budget in mind in terms of what kind of space do we have for, what are we going to allow for the LCP to be? What are we going to allow for the time to first byte to be? How much JavaScript, what&#8217;s the overall payload for the entire front page that we&#8217;re going to allow to be not larger than 500 kilobytes, for example, would be great. Sometimes it might be way larger and sort of tracking with a spreadsheet or screenshots or whatever you can, and sort of dating those to make sure that things are staying within your thresholds that you&#8217;ve defined, I think is a good starting point unless you have a whole performance team dedicated.</p>\n\n\n\n<p>What we&#8217;ve seen at the conference, these big companies like IKEA, they have dedicated performance teams whose job is to make sure everything is running smoothly and they interface with the departments. I don&#8217;t think that&#8217;s realistic for a lot of companies, but we can still take some of the ideas and sort of track things. I think that most importantly is don&#8217;t just assume that once you&#8217;ve made a change performance-wise or whatever, that it&#8217;s going to persist indefinitely forever because the website is usually a living, breathing thing. You do updates to the plugins, etc. People tend to add more features and sometimes a plugin update can introduce a new performance bottleneck and it&#8217;s important to match that…</p>\n\n\n\n<p>Marcel:<br />Or changing the homepage, or you have a different hero section, you have something different in your homepage and you suddenly think it looks way better. I&#8217;m going to sell a lot more, and then it suddenly affects one of the key metrics, for example.</p>\n\n\n\n<p>Mike:<br />Yeah, exactly. If someone has hired a designer to implement something and you&#8217;re like, oh, this is beautiful, but the page has increased to five megabytes and all your metrics are way, way off, now aesthetically it might be better, but you&#8217;re going to end up losing money. In my experience, so I think having it in your workflow, whatever size company you are, to do some kind of testing to make sure that the performance is still good after you&#8217;ve made major changes or even minor ones. I think it&#8217;s important because people, business owners, will always check the money side of things and when they notice all of a sudden that conversion rates are down or have been trending downwards over a few months and they feel it in their wallet, that&#8217;s a very frustrating position to be in and it&#8217;s nicer to catch…</p>\n\n\n\n<p>Marcel:<br />And they usually probably think, oh, it&#8217;s something with my marketing or advertisement, or there&#8217;s something with the products or reviews and they usually don&#8217;t think it might be the performance part of the website that is damaging their sales.</p>\n\n\n\n<p>Mike:<br />Yeah, exactly.</p>\n\n\n\n<p>Marcel:<br />So regularly monitoring the site performance is our advice as a last piece of advice for today&#8217;s episode. New Relic, it doesn&#8217;t store information that much, but it is a tool that you can use to just analyze regularly your website&#8217;s performance. Google PageSpeed Insights is something that some of the hosting providers have embedded in their system and some of them can also give you some notifications if you reach certain values that are not recommended. And I think GTmetrix, I&#8217;m not sure, is the one that you can also buy a subscription and have it regularly measure and analyze your website and send you insights to your inbox for you to be aware of…</p>\n\n\n\n<p>Mike:<br />Yeah, GTmetrix actually even lets you, if you pay them a subscription, you can have it alert you if certain metrics have exceeded. If you say, I don&#8217;t want LCP larger than 2.5 for your product category page or whatever, it will actually send you an email and alert. And that goes back to the proactivity aspect, right? Where it&#8217;s better to find that out and do something about it immediately rather than finding out three months later. And revenue is down, morale…</p>\n\n\n\n<p>Marcel:<br />And it also provides actionable recommendations as well. All right, so we talked about a bunch of stuff today. CDN, database optimization, image optimization, lazy loading, plugins, themes, performance key metrics, all of that could be potentially a bunch of other episodes that we&#8217;ll talk about. And actually it would be cool to bring somebody else as a guest to talk specifically about some of these key aspects. As a last recommendation, I think we can also talk about the PerfNow conference that happens in November in Amsterdam. You&#8217;ve been going to the conference before and you&#8217;ve recommended that conference to me last year and I went there last year with you. And</p>\n\n\n\n<p>although within WordPress and WooCommerce we&#8217;re only used to go to the WordCamps and the different versions of those, PerfNow has… I haven&#8217;t seen the word WordPress ever in their website, but it has so much to do with our work and it has so much to do with the development work we do for WordPress. So I definitely recommend people checking out PerfNow. It happens in Amsterdam in November, it&#8217;s a conference that is not as big as any WordCamp, Europe or US or Asia that we&#8217;ve seen. And you get out of there with the will to just go back to your clients and say, hey, I&#8217;m going to make your website a lot faster now because I understand performance there. Would you recommend PerfNow as well?</p>\n\n\n\n<p>Mike:<br />Oh, absolutely. The people who build the tools that we use and they&#8217;re pioneers of front-end performance and are sharing these incredible stories, a lot of them work for big companies and they give you real case studies where we&#8217;re talking millions of dollars at stake from making certain changes. And it always reinvigorates me every time I go where I&#8217;m like, oh, I need to build this now and we&#8217;re going to introduce this to clients and make everything better for them. If you&#8217;re a real performance enthusiast and love this stuff. I haven&#8217;t found a conference that&#8217;s more exhilarating than PerfNow and the people are super friendly. The vibe is really, really cool there. When we were there last…</p>\n\n\n\n<p>Marcel:<br />And just being able to talk to the people who built all of these tools, they actually have something to say about what&#8217;s coming next and give advice on the evolution of all of this. So it seems also like you go to that conference and you&#8217;re in the future for the next one or two years and see what&#8217;s going to happen, what&#8217;s important. And the fact that you as a developer can offer that to the client and make money out of it and sort of turn yourself into their magician and do stuff that nobody else can do, that is super important.</p>\n\n\n\n<p>Mike:<br />Yeah. It sets you apart for sure.</p>\n\n\n\n<p>Marcel:<br />All right, this is it for our episode. Thank you so much for listening in and I hope to meet you guys in the next one.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong><em>Woo DevChat</em></strong>, <strong>Marcel</strong> and <strong>Mike</strong> explore the critical importance of website performance for WooCommerce stores. They discuss key factors such as hosting quality, theme selection, plugin management, and caching techniques, offering practical advice for optimizing site speed and user experience. </p>\n\n\n\n<p>The conversation also highlights the significance of core web vitals and the tools available for diagnosing and maintaining website performance. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>Importance of Website Performance</strong>: Fast website speed is crucial for first impressions, user satisfaction, and conversion rates. It directly impacts SEO and profitability.</p>\n\n\n\n<p><strong>Hosting Quality</strong>: Choosing the right hosting provider with adequate resources, good data centers in the target region, and features like CDN integration and application performance monitoring is foundational for optimal website performance.</p>\n\n\n\n<p><strong>Theme Selection</strong>: Custom themes often outperform commercial themes in terms of speed and performance. It&#8217;s essential to control the scripts and features loaded to maintain a fast and efficient site.</p>\n\n\n\n<p><strong>Plugin Management</strong>: Limit the number of plugins and ensure the ones you use are high-quality and necessary. Multiple plugins performing the same function can slow down the site.</p>\n\n\n\n<p><strong>Caching Techniques</strong>: Implementing effective caching strategies, including page caching, object caching, and browser caching, can significantly improve website speed.</p>\n\n\n\n<p><strong>Core Web Vitals</strong>: Regularly monitor key metrics such as Largest Contentful Paint (LCP), Time to First Byte (TTFB), and Interaction to Next Paint (INP) to ensure optimal performance.</p>\n\n\n\n<p><strong>Perceived Performance</strong>: Techniques like lazy loading and preloading critical resources can enhance the perceived speed of the website, improving the user experience.</p>\n\n\n\n<p><strong>Regular Performance Monitoring</strong>: Continuously track and test website performance using tools like Google PageSpeed Insights, GTmetrix, and WebPageTest to maintain and improve site speed over time.</p>\n\n\n\n<p><strong>Expert Insights</strong>: Consulting with professionals and attending conferences like PerfNow can provide valuable insights and strategies for maintaining a high-performing WooCommerce store.</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 Jul 2024 08:30: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:32;a:6:{s:4:\"data\";s:13:\"\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:9:\"Matt: 6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=117442\";s: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://ma.tt/2024/07/6-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:643:\"<p>A <a href=\"https://wordpress.org/news/2024/07/dorsey/\">nice new WordPress 6.6 is out</a>, our 50<sup>th</sup> release, on the same day people are getting hit with <a href=\"https://x.com/nicocerdeira/status/1812917905501364424\">huge bills from Webflow</a>. I really enjoy working in Open Source. There is no more customer-centric license. There&#8217;s some really fun stuff cooking, too, I can&#8217;t wait to show y&#8217;all.</p>\n\n\n\n<p>50 releases&#8230; wow. No matter what happens in the world, we&#8217;re just going to keep cranking. Three times a year. Relentlessly. A little better each time. Don&#8217;t believe me, just watch.</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 Jul 2024 06:36:41 +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:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordPress.org blog: WordPress 6.6 “Dorsey”\";s: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=17517\";s: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://wordpress.org/news/2024/07/dorsey/\";s: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:62955:\"<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/07/Release-Edition-Inline-Image-1.png?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17529\" />\n\n\n\n<p>Say hello to WordPress 6.6 “Dorsey,” named after the legendary American Big Band leader, Tommy Dorsey. Renowned for his smooth-toned trombone and compositions, Dorsey’s music captivated audiences with its emotional depth and vibrant energy.</p>\n\n\n\n<p>Let your heart swing, sing, and sway to the deep brass notes of&nbsp;<a href=\"https://open.spotify.com/playlist/37i9dQZF1DZ06evO2TT3Ge?si=d9872e46371c4ed7\" target=\"_blank\" rel=\"noreferrer noopener\">Dorsey’s Big Band sound</a>&nbsp;as you explore the new features and enhancements of WordPress 6.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hello, 6.6!</h2>\n\n\n\n<p>WordPress 6.6 delivers on the promise of a better web by bringing style, finesse, and a suite of creative possibilities to your site-building experience. This version helps you do more with ease, putting enhanced tools at your fingertips and giving you unprecedented power behind the scenes. You will find more ways to create beautiful, coherent design elements across your site, a new layout for quick page previews in the Site Editor, and the safety of automatic rollbacks for failed plugin auto-updates—among many other highlights.</p>\n\n\n\n<p>In addition to the new features, “Dorsey” continues to deliver the performance and accessibility gains you can expect from every WordPress release. Explore what WordPress 6.6 has to offer and get ready to let its features take your sites to new heights.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.6.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Download WordPress 6.6 “Dorsey”</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Add more design options to block themes</h3>\n\n\n\n<p>Create color or font sets to multiply design combinations across one theme. These sets offer more contained design possibilities, allowing visual variety within the site’s broader styling guidelines.</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXc7Mg7QzTwFiR7NDQLj6p5m4eddq6MtscZYzTh5QeGqB2sLP3T_t2Io2cqA5QuSixyze9ZVWqsDF9ZD7VscWn0TWA6lCG0OgZ4o5Ar_8MgQta8B3vu3VzJQHYREY9NxUb9J8e3BFESmcnbRwg7g6GuFfguU?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" />\n\n\n\n<h3 class=\"wp-block-heading\">Simplify your workflow with a new layout for pages in the Site Editor</h3>\n\n\n\n<p>See all of your pages and a preview of any selected page with the new side-by-side layout in the Site Editor.</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXfdAh-2XaS_6bdw8YcDZMRpkT0O6oWezPzZT3FzKjoWcxhM4ofivJli8eDRs1pO60wJ7F6YjQblSDop_O8MXQKwRlb_-g8CsFPPVb7hY3vEgIBPLb3tDyrvZZhSZL6Zp-ntXQdB2-ixFVoWaY-Empv3hZQ-?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" />\n\n\n\n<h3 class=\"wp-block-heading\">Auto-update your plugins with peace of mind</h3>\n\n\n\n<p>Enjoy the convenience of plugin auto-updates with the safety of rollbacks if anything goes wrong—offering your site a new level of security, enhanced functionality as it becomes available, and almost no time or bandwidth from you to make it happen.</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXc3cOWzosH9yiEDJrkmndXXX4QShj-vVMJJslAlgxCT74ugbYJuRPszdUi2rrCt8fnmZm1fTdJ3DTkKxYh5ImN4b6lvyBI3bsf5nvzWSBtexeldhPGyjYZM4Me1eUzfq9bAzlzlwxVqI5Hf_i9y1NGvKEdc?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" />\n\n\n\n<h3 class=\"wp-block-heading\">Customize content in synced patterns</h3>\n\n\n\n<p>Make content changes in each instance of a synced pattern while maintaining a consistent style across them. Set these overrides for Heading, Paragraph, Button, and Image blocks when placed in a synced pattern.</p>\n\n\n\n<img src=\"https://lh7-us.googleusercontent.com/docsz/AD_4nXdH_at4lSW3-Slznfn7HTOEp11xKp889JaLIj-JY5zATJbqZhNPM5MIVZzhn7J2gGhqRbkIzjGMhkFzfQFXfLpxoXu2MXDcPMCXaACaucFHph4dMrd8jHCqFckpk0HtJhEI_cWHTRDR0343_Ut06sgNgaOw?key=EV-htfbHG-kjLl6r6s-uKA\" alt=\"\" />\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p>WordPress 6.6 features important updates like removing redundant WP_Theme_JSON calls, disabling autoload for large options, and eliminating unnecessary polyfill dependencies. Other highlights include lazy-loading post embeds, a new <code>data-wp-on-async</code> directive, and templates in the editor that load approximately 35% faster overall.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>This release includes 58 accessibility fixes and enhancements. These focus on foundational aspects of the WordPress experience, particularly the data views component powering the new site editing experience and areas like the Inserter, which provide a key way of interacting with blocks and patterns.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>Visit the <a href=\"https://wordpress.org/download/releases/6-6/\">feature showcase</a> for a full overview of all the new features and enhancements in WordPress 6.6.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/download/releases/6-6/\">Check out what&#8217;s new</a></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.6</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> for quick how-to videos, <a href=\"https://learn.wordpress.org/social-learning/\">online workshops</a>, and other free resources to level up your WordPress knowledge and skills.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">WordPress 6.6 Field Guide</a> contains detailed technical information and <a href=\"https://make.wordpress.org/core/tag/dev-notes-6-6/\">developer notes</a> to help you build with WordPress and get the most out of this release. Don’t forget to subscribe to the <a href=\"https://developer.wordpress.org/news/\">Developer Blog</a> for updates, tutorials, and other helpful WordPress content for developers.</p>\n\n\n\n<p>For information about installation, file changes, fixes, and other updates, read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-6/\">6.6 release notes</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.6 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.6 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 Coordinator: <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a></li>\n\n\n\n<li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a></li>\n\n\n\n<li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a></li>\n\n\n\n<li>Editor Triage Leads: <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a>&nbsp;</li>\n\n\n\n<li>Documentation Leads: <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/josepmoran/\">Josep Morán</a></li>\n\n\n\n<li>Marketing &amp; Communications Lead: <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</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.6 reflects the tireless efforts and passion of more than 630 contributors in at least 51 countries. This release also welcomed over 150 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 1,900 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/benniledl/\">!Benni</a> · <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</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/aatanasov/\">aatanasov</a> · <a href=\"https://profiles.wordpress.org/abditsori/\">abditsori</a> · <a href=\"https://profiles.wordpress.org/wpalani/\">Abdulrahman Alani</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">abhi3315</a> · <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</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/adamhorne/\">adamhorne</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adrianduffell/\">adrianduffell</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/aezazshekh/\">Aezaz Shekh</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajfleming/\">ajfleming</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/ajithrn/\">Ajith R N</a> · <a href=\"https://profiles.wordpress.org/akashdhawade/\">Akash Dhawade</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/akmelias/\">akmelias</a> · <a href=\"https://profiles.wordpress.org/alanfuller/\">Alan Fuller</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/alesflex/\">alesflex</a> · <a href=\"https://profiles.wordpress.org/acicovic/\">Alex Cicovic</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</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/alexminza/\">alexminza</a> · <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/amanias1977/\">amanias1977</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amirthepiper/\">Amir Abbas</a> · <a href=\"https://profiles.wordpress.org/amisiewicz/\">amisiewicz</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/anamarijapapic/\">Anamarija Papić</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/andr3ribeiro/\">Andre Ribeiro</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/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/andrewhayward/\">Andrew Hayward</a> · <a href=\"https://profiles.wordpress.org/l1nuxjedi/\">Andrew Hutchings</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/aneeshd16/\">Aneesh Devasthale</a> · <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a> · <a href=\"https://profiles.wordpress.org/angelaromana/\">Angela R.L</a> · <a href=\"https://profiles.wordpress.org/anilvaza/\">Anil Vaza</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</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/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ant1busted/\">Antoine</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/perezcarreno/\">Armando J.</a> · <a href=\"https://profiles.wordpress.org/ambrosiawt/\">Art Smith</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/dextorlobo/\">Arun Sharma</a> · <a href=\"https://profiles.wordpress.org/ideag/\">Arunas Liuiza</a> · <a href=\"https://profiles.wordpress.org/asheshmagar/\">Ashesh Magar</a> · <a href=\"https://profiles.wordpress.org/imasikur22/\">Asiqur Rahman</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/aslamdoctor/\">Aslam Doctor</a> · <a href=\"https://profiles.wordpress.org/alisongodar/\">asmittle</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/bangank36/\">bangank36</a> · <a href=\"https://profiles.wordpress.org/bartkalisz/\">Bart Kalisz</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/beaulebens/\">Beau Lebens</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benlk/\">Ben Keith</a> · <a href=\"https://profiles.wordpress.org/britner/\">Ben Ritner - Kadence WP</a> · <a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a> · <a href=\"https://profiles.wordpress.org/benjaminpick/\">Benjamin Pick</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benjpw/\">benjpw</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/bissy/\">bissy</a> · <a href=\"https://profiles.wordpress.org/oldrup/\">Bjarne Oldrup</a> · <a href=\"https://profiles.wordpress.org/blackbam/\">Blackbam</a> · <a href=\"https://profiles.wordpress.org/blockify/\">Blockify</a> · <a href=\"https://profiles.wordpress.org/blogography/\">blogography</a> · <a href=\"https://profiles.wordpress.org/bnewboldbsky/\">bnewboldbsky</a> · <a href=\"https://profiles.wordpress.org/bnjunge/\">bnjunge</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</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/bgosnell/\">Brian Gosnell</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/bridgetwillard/\">Bridget Willard</a> · <a href=\"https://profiles.wordpress.org/bridgetwes/\">bridgetwes</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke</a> · <a href=\"https://profiles.wordpress.org/freibergergarcia/\">Bruno Freiberger Garcia</a> · <a href=\"https://profiles.wordpress.org/btpub/\">Bruno Tritsch</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a> · <a href=\"https://profiles.wordpress.org/stringpiggy/\">Candy</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/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/caercam/\">Charlie Merland</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/jazzs3quence/\">Chris Reynolds</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/christopherplus/\">Christopher</a> · <a href=\"https://profiles.wordpress.org/butterflymedia/\">Ciprian</a> · <a href=\"https://profiles.wordpress.org/clarktbt/\">Clark</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/colle/\">colle</a> · <a href=\"https://profiles.wordpress.org/comecaramelos/\">comecaramelos</a> · <a href=\"https://profiles.wordpress.org/cotobago/\">Constantine Vasilyev</a> · <a href=\"https://profiles.wordpress.org/cookiesfordevo/\">CookiesForDevo</a> · <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">Craig Francis</a> · <a href=\"https://profiles.wordpress.org/crazytonyli/\">crazytonyli</a> · <a href=\"https://profiles.wordpress.org/cwhitmore/\">Cullen Whitmore</a> · <a href=\"https://profiles.wordpress.org/curdin/\">Curdin Krummenacher</a> · <a href=\"https://profiles.wordpress.org/cyrus11/\">cyrus11</a> · <a href=\"https://profiles.wordpress.org/daledupreez/\">Dale du Preez</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/colorful tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/dansully/\">Dan Sullivan</a> · <a href=\"https://profiles.wordpress.org/daniguardiola/\">Dani Guardiola</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</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/dav4/\">dav4</a> · <a href=\"https://profiles.wordpress.org/davecpage/\">Dave Page</a> · <a href=\"https://profiles.wordpress.org/diggeddy/\">David</a> · <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/davidabowman/\">David Bowman</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/dkjensen/\">David Jensen</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davideferre/\">davideferre</a> · <a href=\"https://profiles.wordpress.org/rxnlabs/\">De\'Yont&#233; W.</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/deeppatel8950/\">Deep Patel</a> · <a href=\"https://profiles.wordpress.org/deepakvijayan/\">Deepak Vijayan</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">Derek Blank</a> · <a href=\"https://profiles.wordpress.org/dsmart/\">Derek Smart</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/dernin/\">Devin Curtis</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</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/dhruvkb/\">dhruvkb</a> · <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a> · <a href=\"https://profiles.wordpress.org/diegosomar/\">diegosomar</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/itsjustdj/\">DJ</a> · <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a> · <a href=\"https://profiles.wordpress.org/dmpinder/\">dmpinder</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drrxbracho/\">drrxbracho</a> · <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a> · <a href=\"https://profiles.wordpress.org/talksina/\">Elena Brescacin</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/clarkeemily/\">Emily Clarke</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a> · <a href=\"https://profiles.wordpress.org/garridinsi/\">Eneko Garrido</a> · <a href=\"https://profiles.wordpress.org/enodekciw/\">enodekciw</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/enricosorcinelli/\">Enrico Sorcinelli</a> · <a href=\"https://profiles.wordpress.org/annubis/\">Eric-Oliver M&#228;chler</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/erikiva/\">erikiva</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/evanltd/\">evanltd</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/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fanly/\">Fanly</a> · <a href=\"https://profiles.wordpress.org/iamfarhan09/\">Farhan Ahmed</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/flabernardez/\">Flavia Bern&#225;rdez Rodr&#237;guez</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/f-j-kaiser/\">Franz Josef Kaiser</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/lunule/\">Gabor Lippert</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/gwallace87/\">Gale Wallace</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</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/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gierand/\">gierand</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/blepoxp/\">Glenn Ansley</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/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</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/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/heinperu/\">heinvv</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/hinnerk/\">Hinnerk Altenburg</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/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/iamthomasbishop/\">iamthomasbishop</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/ignatiusjeroe/\">ignatiusjeroe</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/inwerpsel/\">inwerpsel</a> · <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/ivanottinger/\">ivanottinger</a> · <a href=\"https://profiles.wordpress.org/weijland/\">Jaap Weijland</a> · <a href=\"https://profiles.wordpress.org/jpstevens/\">Jack Stevens</a> · <a href=\"https://profiles.wordpress.org/jaclync/\">jaclync</a> · <a href=\"https://profiles.wordpress.org/smithjw1/\">Jacob Smith</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jwgoedert/\">James Wesley Goedert</a> · <a href=\"https://profiles.wordpress.org/xhemals/\">Jamie Speller</a> · <a href=\"https://profiles.wordpress.org/janboddez/\">Jan Boddez</a> · <a href=\"https://profiles.wordpress.org/jtolleouw/\">Jansen Tolle</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/szopserwis/\">Jarek Mazurczak</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/jpolakovic/\">Jaroslav \"Dero\" Polakovic</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/pbking/\">Jason Crist</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jayanthparthsarathy/\">jayanthparthsarathy</a> · <a href=\"https://profiles.wordpress.org/jbinda/\">jbinda</a> · <a href=\"https://profiles.wordpress.org/jdekhtiar/\">jdekhtiar</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/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</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/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a> · <a href=\"https://profiles.wordpress.org/amieiro/\">Jes&#250;s Amieiro</a> · <a href=\"https://profiles.wordpress.org/onmauitime/\">Jess</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</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/jipmoors/\">Jip Moors</a> · <a href=\"https://profiles.wordpress.org/jivedig/\">JiveDig</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</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/johnillo/\">John Espiritu</a> · <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a> · <a href=\"https://profiles.wordpress.org/bitmachina/\">John Hooks</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/jon092/\">jon092</a> · <a href=\"https://profiles.wordpress.org/jaruzek/\">Jonathan</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</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/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/josepmoran/\">Josep Morán</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/jossnaz/\">Jossnaz</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jules/\">jules</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/justnorris/\">justnorris</a> · <a href=\"https://profiles.wordpress.org/jyolsna/\">Jyolsna J E</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kamran8176/\">kamran8176</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karlijnbk/\">Karlijn Bok</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/keithdevon/\">keithdevon</a> · <a href=\"https://profiles.wordpress.org/kellenmace/\">Kellen Mace</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/kevinwhoffman/\">Kevin Hoffman</a> · <a href=\"https://profiles.wordpress.org/khokansardar/\">Khokan Sardar</a> · <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</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/kmvan/\">kmvan</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/kovshenin/\">Konstantin Kovshenin</a> · <a href=\"https://profiles.wordpress.org/koodii/\">koodii</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/kristenfisher427/\">kristenfisher427</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kushang78/\">Kushang Tailor</a> · <a href=\"https://profiles.wordpress.org/kyleak/\">kyleak</a> · <a href=\"https://profiles.wordpress.org/mlaetitia/\">Lae</a> · <a href=\"https://profiles.wordpress.org/lanresmith/\">Lanre Smith</a> · <a href=\"https://profiles.wordpress.org/lgersman/\">Lars Gersmann</a> · <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/oncecoupled/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">Laurent MILLET</a> · <a href=\"https://profiles.wordpress.org/peexy/\">Laurent Naudier</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/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/louiswol94/\">Louis Wolmarans</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/luan-ramos/\">Luan Ramos</a> · <a href=\"https://profiles.wordpress.org/luboslives/\">luboslives</a> · <a href=\"https://profiles.wordpress.org/crixu/\">Lucas</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/lardsax/\">Luis</a> · <a href=\"https://profiles.wordpress.org/lmartins/\">Luis Martins</a> · <a href=\"https://profiles.wordpress.org/interdevel/\">Luis Molina (interdevel)</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lyonmuller/\">Lyon M&#252;ller</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">M&#225;rcio Duarte</a> · <a href=\"https://profiles.wordpress.org/selectedselections/\">Maddie - a11n</a> · <a href=\"https://profiles.wordpress.org/madfcat/\">madfcat</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/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/makdiahussain/\">Makdia Hussain</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojmaharrshi/\">Manoj Maharrshi</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/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/pereirinha/\">Marco Pereirinha</a> · <a href=\"https://profiles.wordpress.org/marherumr/\">marherumr</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</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/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markjszymanski/\">Mark Szymanski</a> · <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</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/webdevmattcrom/\">Matt Cromwell</a> · <a href=\"https://profiles.wordpress.org/mattmm/\">Matt Medeiros</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattormeeple/\">Matt Sherman</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/maurodf/\">maurodf</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/devsahadat/\">Md Sahadat Husain</a> · <a href=\"https://profiles.wordpress.org/tofajjal02/\">Md Tofajjal Hossen</a> · <a href=\"https://profiles.wordpress.org/mdnesarmridha/\">MD.NESAR MRIDHA</a> · <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a> · <a href=\"https://profiles.wordpress.org/meetmehta1205/\">Meet Mehta</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/hrkhal/\">Michael James Ilett</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/miguelsansegundo/\">miguelsansegundo</a> · <a href=\"https://profiles.wordpress.org/misulicus/\">Mihai Joldis</a> · <a href=\"https://profiles.wordpress.org/miikkamakela/\">Miikka</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mikehend/\">Mike Henderson</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/mikeybinns/\">Mikey Binns</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/illuminea/\">Miriam Schwab</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/mkismy/\">mkismy</a> · <a href=\"https://profiles.wordpress.org/mobarak/\">Mobarak Ali</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/jucaduca/\">Morais Junior</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</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/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/musannifzahir/\">Musannif Zahir</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/myhro/\">myhro</a> · <a href=\"https://profiles.wordpress.org/mykolashlyakhtun/\">mykolashlyakhtun</a> · <a href=\"https://profiles.wordpress.org/nsinelnikov/\">Mykyta Synelnikov</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</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/nateinaction/\">Nate Gay</a> · <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a> · <a href=\"https://profiles.wordpress.org/nazmul111/\">Nazmul Hosen</a> · <a href=\"https://profiles.wordpress.org/nboot8/\">nboot8</a> · <a href=\"https://profiles.wordpress.org/nendeb/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neotrope/\">neotrope</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nicmare/\">nicmare</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/niktat/\">Nicolas Tatarchenko</a> · <a href=\"https://profiles.wordpress.org/nicolefurlan/\">Nicole Furlan</a> · <a href=\"https://profiles.wordpress.org/bgnicolepaschen/\">Nicole Paschen Caylor</a> · <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</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/nihar007/\">Nihar Ranjan Das</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a> · <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez</a> · <a href=\"https://profiles.wordpress.org/niravsherasiya7707/\">Nirav Sherasiya</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/nkeller15/\">nkeller15</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/obliviousharmony/\">obliviousharmony</a> · <a href=\"https://profiles.wordpress.org/ohia/\">Ohia ᚛ᚈᚐᚂᚐᚋᚆ᚜</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/dargus/\">Old account</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/webgarten/\">Oliver Schmid</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/omerkurd/\">omerkurd</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/pacicio/\">Pacicio</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/papijo/\">papijo</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</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/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/pauldewouters/\">Paul de Wouters</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulwilde/\">Paul Wilde</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/peiche/\">peiche</a> · <a href=\"https://profiles.wordpress.org/pers/\">Per S&#248;derlind</a> · <a href=\"https://profiles.wordpress.org/perryrylance/\">perryrylance</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</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/petralian/\">petralian</a> · <a href=\"https://profiles.wordpress.org/mr2p/\">Phi Phan</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pkuliga/\">pkuliga</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/ppolo99/\">ppolo99</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/pranitdugad/\">Pranit Dugad</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</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/freewebmentor/\">Prem Tiwari</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/printsachen1/\">printsachen1</a> · <a href=\"https://profiles.wordpress.org/priyanshii5/\">Priyanshii Vijayvargiya</a> · <a href=\"https://profiles.wordpress.org/prottoysarkar/\">Prottoy Sarkar Argho</a> · <a href=\"https://profiles.wordpress.org/quietnoise/\">QuietNoise</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a> · <a href=\"https://profiles.wordpress.org/rafaucau/\">Rafał Całka</a> · <a href=\"https://profiles.wordpress.org/lamarajan/\">Rajan Lama</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</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/raquelandefeld/\">Raquel</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/ravinderk/\">Ravinder Kumar</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/defries/\">Remkus de Vries</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</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/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rdcoll/\">Rich Collier</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/richardevs/\">richardevs</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a> · <a href=\"https://profiles.wordpress.org/rodionov201/\">rodionov201</a> · <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/rogermedia/\">Roger</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/ryancurban/\">Ryan Urban</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren W&#252;nsch</a> · <a href=\"https://profiles.wordpress.org/s0what/\">s0what</a> · <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a> · <a href=\"https://profiles.wordpress.org/sahilthakur02/\">sahilthakur02</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a> · <a href=\"https://profiles.wordpress.org/xronn/\">Sam Berry</a> · <a href=\"https://profiles.wordpress.org/samanthaxmunoz/\">Sam Brockway</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/kim88/\">Samuel R&#252;egger</a> · <a href=\"https://profiles.wordpress.org/samuelsidler/\">Samuel Sidler</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarkarripon/\">Sarkar Ripon</a> · <a href=\"https://profiles.wordpress.org/smetzdev/\">Sascha Metz</a> · <a href=\"https://profiles.wordpress.org/sauliusv/\">Saulius Vikerta</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/saxonfletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/script2see/\">script2see</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/flexseth/\">Seth Miller</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</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/cafenoirdesign/\">Shannon Smith</a> · <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a> · <a href=\"https://profiles.wordpress.org/sheulyshila/\">sheulyshila</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shivapoudel/\">Shiva Poudel</a> · <a href=\"https://profiles.wordpress.org/shivashankerbhatta/\">Shiva Shanker Bhatta</a> · <a href=\"https://profiles.wordpress.org/showravhasan/\">Showrav Hasan</a> · <a href=\"https://profiles.wordpress.org/shreyash3087/\">Shreyash Srivastava</a> · <a href=\"https://profiles.wordpress.org/shub07/\">Shubham Kumar Bansal</a> · <a href=\"https://profiles.wordpress.org/shuvomohajan/\">Shuvo Mohajan</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/simo_m/\">Simone Maranzana</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/sirzooro/\">sirzooro</a> · <a href=\"https://profiles.wordpress.org/sjnbham/\">SJNBham</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/spencerfinnell/\">Spencer Finnell</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stephenbrook/\">Stephen Brook</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenmiracle/\">stephenmiracle</a> · <a href=\"https://profiles.wordpress.org/steveariss/\">Steve Ariss</a> · <a href=\"https://profiles.wordpress.org/stevejonesdev/\">Steve Jones</a> · <a href=\"https://profiles.wordpress.org/steveblum/\">steveblum</a> · <a href=\"https://profiles.wordpress.org/strangehill/\">strangehill</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/studio28/\">studio28</a> · <a href=\"https://profiles.wordpress.org/studiozerozero/\">studiozerozero</a> · <a href=\"https://profiles.wordpress.org/sudipatel007/\">Sudip Dadhaniya</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/suascat_wp/\">Suwash</a> · <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/taskotr/\">Taras Dashkevych</a> · <a href=\"https://profiles.wordpress.org/rahmantasnia/\">Tasnia Rahman Raima</a> · <a href=\"https://profiles.wordpress.org/taylorgorman/\">Taylor Gorman</a> · <a href=\"https://profiles.wordpress.org/edent/\">Terence Eden</a> · <a href=\"https://profiles.wordpress.org/teresagobble/\">Teresa Gobble</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/thijso/\">Thijs</a> · <a href=\"https://profiles.wordpress.org/thirumani02/\">Thirumani Guhan</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/tb1909/\">Tim Brath&#228;rig</a> · <a href=\"https://profiles.wordpress.org/timnicholson/\">Tim Nicholson</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timotijhof/\">Timo Tijhof</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a> · <a href=\"https://profiles.wordpress.org/tmfhokies/\">tmfhokies</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjcafferkey/\">Tom Cafferkey</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/tomepajk/\">tomepajk</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/tomxygen/\">tomxygen</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</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/tremidkhar/\">Tremi Dkhar</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/tunetheweb/\">tunetheweb</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/tybor/\">tybor</a> · <a href=\"https://profiles.wordpress.org/u451f/\">u451f</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/valer1eg/\">Val&#233;rie Galassi</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</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/vinita29/\">Vinita Tandulkar</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/ashokrane/\">Vishal Kothari</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vrrobz/\">vrrobz</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/websitegenii/\">websitegenii</a> · <a href=\"https://profiles.wordpress.org/wesatintellitonic/\">wesatintellitonic</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/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a> · <a href=\"https://profiles.wordpress.org/nestea29950/\">WilliamG</a> · <a href=\"https://profiles.wordpress.org/wojtekn/\">Wojtek Naruniec</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</a> · <a href=\"https://profiles.wordpress.org/yankiara/\">yankiara</a> · <a href=\"https://profiles.wordpress.org/collet/\">Yann</a> · <a href=\"https://profiles.wordpress.org/yguyon/\">Yannis Guyon</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yukinobu/\">Yukinobu Asakawa</a> · <a href=\"https://profiles.wordpress.org/yuvrajsinh2211/\">Yuvrajsinh Sisodiya</a> · <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a> · <a href=\"https://profiles.wordpress.org/zackkatz/\">zackkatz</a> · <a href=\"https://profiles.wordpress.org/zafarkamal/\">Zafar Kamal</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/zkarj/\">zkarj</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">60 locales have translated 90 percent</a> or more of WordPress 6.6 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/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved</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>\n\n\n\n<h2 class=\"wp-block-heading\">6.6 haiku</h2>\n\n\n\n<p>Six-point-six is here.<br />Make it all gorgeous; keep it<br />On brand, and relax.</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, 16 Jul 2024 16:51: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: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:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Do The Woo Community: Open SaaS, WooCommerce and Enterprise with Nate Stewart\";s: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://dothewoo.io/?p=84670\";s: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:57:\"https://dothewoo.io/open-saas-woocommerce-and-enterprise/\";s: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:44410:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-48 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-47 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-46 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-19 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-45 wp-block-group-is-layout-constrained\">\n<img width=\"693\" height=\"693\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/02/Cloudways-.png?resize=693%2C693&ssl=1\" alt=\"\" class=\"wp-image-78795\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-20\"><strong><a href=\"https://www.cloudways.com/en/?utm_source=dothewoo&utm_medium=Inlines&utm_campaign=dothewoopodcast\" target=\"_blank\" rel=\"noreferrer noopener\">Cloudways</a></strong>: Managed cloud hosting from <strong>Cloudways</strong> gives you the assurance that your hosted site is fast, secure and backed by 24/7 support is important to you.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Jonathan:<br />Welcome to another episode of Do the Woo. I&#8217;m your co-host, Jonathan Wold, and with me today is your other co-host, Tammie Lister. Tammie, how are you?</p>\n\n\n\n<p>Tammie:<br />I&#8217;m good, thank you. How are you?</p>\n\n\n\n<p>Jonathan:<br />I am excellent. Excited to be doing the Woo once again. We are joined today by Nate Stewart. He is the VP of Platform Strategy at BigCommerce. Nate, welcome.</p>\n\n\n\n<p>Nate:<br />Hi. Happy to be here.</p>\n\n\n\n<p>Jonathan:<br />And where in the world are you joining us from today?</p>\n\n\n\n<p>Nate:<br />In Puerto Rico.</p>\n\n\n\n<p>Jonathan:<br />How is the climate in Puerto Rico this time of year?</p>\n\n\n\n<p>Nate:<br />It&#8217;s great. You know, we just had a hurricane pass through and push a little bit of the humidity out. Now it&#8217;s back to normal, everything&#8217;s fine here. Other than that, it&#8217;s nice and beautiful.</p>\n\n\n\n<p>Jonathan:<br />Excellent. So Nate, you are not a stranger to the show. It&#8217;s just over four years ago, episode 64, you were a guest on Do the Woo. A lot has happened since. What are you working on at BigCommerce these days?</p>\n\n\n\n<p>Nate:<br />I&#8217;m working on, believe it or not, some of the same things we talked about, just in more elevated forms. Like, I think a lot of what we talked about last time was more of an ambition to support openness and bring open into the core of BigCommerce. Around that time, we talked a lot about how we&#8217;re open SaaS, like we want to be the open SaaS commerce platform, the leader. And that was more of a future-focused vision of where we wanted to sit in the market, what we wanted to support. Now, a lot of that is reality. We’ve invested multiple years into making that true and that changes a lot, I think, in a good way, of how we work with the WordPress ecosystem, how we work with pretty much everybody&#8217;s way of working. We want to feel like you enjoy and love and cherish a lot of different platforms and technologies and ways of working. And we want to be the platform that makes you feel at home because we trust that you have good taste and you like what you like because it has value. So yeah, all that has kind of become true. I’m really just making sure we get the most value ourselves and everyone else with that strategy.</p>\n\n\n\n<p>Jonathan:<br />I recall. It&#8217;s been great to watch over the years too, that you were talking about that then and there were some hints of it, but BigCommerce’s public position, because you&#8217;re of course a public company, that’s a whole other game to be talking publicly about this open SaaS strategy. It takes time to carry this out. So it&#8217;s interesting to see that it’s like we had that four years ago, you were talking about it. Now you have a lot more evidence that you can point to. Your investment in the WordPress ecosystem is how many, like, is it five plus years now that you&#8217;ve been in this space? Before we had you on the show, you&#8217;d already been at it for a while.</p>\n\n\n\n<p>Nate:<br />Yeah, I think definitely in terms of when the first couple of WordCamps, big and small, we were doing research and meeting the community. That was like six, seven years ago. It took some time to build the plugin, but a lot of that was just coming from, at the time, we had hundreds and hundreds of merchants that already had WordPress running alongside their BigCommerce store. It was like, wait a minute, where does this data take us if we keep going? So that led us into the community. And then, I mean, myself, I kind of fell in love with just how it felt almost like what it felt like as I learned the web and grew into the person I am. I was like, oh, this feels true to who I am as well. And I think that&#8217;s just part of why I really fight to stick in any ecosystem where there&#8217;s that truth there and that it resonates with people. It’s not just a bunch of corporate marketing. There’s value beyond it. So yeah, that’s like six, seven years ago. It feels like a totally different world than six, seven years ago. But a lot of what stayed the same is kind of what I’m talking about, you know, at work and in the communities I’m focused on.</p>\n\n\n\n<p>Jonathan:<br />This is a WooCommerce-focused podcast, right? And one of the things that I’ve liked about BigCommerce from the beginning is that you didn’t have this anti-WooCommerce stance, but perception and reality are two different things. And I think early on, a lot of folks, like you had a product, your first plugin, for instance, was focused on more of this small business use case where BigCommerce… Well, let’s start with this. How do you think about the WooCommerce ecosystem? Because you have competitors in the space. You compete with Shopify and other proprietary platforms, but with this open SaaS strategy, how is it that you think about WooCommerce?</p>\n\n\n\n<p>Nate:<br />Yeah, I think about it as a major part of the journey for decision merchants looking to easily make their vision a reality. You don’t start by coming onto a platform like BigCommerce and using every feature. You start many times with your marketing presence, with what you know. Some people are already blogging in WordPress and want to create a business, and it makes perfect sense to start there. So Woo is the first place that I feel most people should look because it&#8217;s so well supported. It’s just the default for that space. But then it’s a journey, right? So at which part of the journey does either WordPress or WooCommerce hit a little bit of a snag, where at that point you’re like, wait a minute, I need to get out of WordPress, get out of Woo. I don’t think that’s a positive decision. It shouldn’t be binary. It should be, hey, what part is it working and how do you retain everything you put into it and add on for the next level of your growth? That’s kind of the way I feel about Woo. I have a lot of respect for Woo. I feel a lot of really smart agencies and developers are creating really cool experiences in Woo. I like seeing that. I like seeing innovation in the space because it’s open source, you can do that.</p>\n\n\n\n<p>Jonathan:<br />And I think the key for me lies in that open SaaS strategy because we’re no strangers to proprietary platforms that work within our space, like Jetpack and other products like it are proprietary and there’s the SaaS component, but they’re all in on the WordPress ecosystem. Whereas other platforms, like Shopify, it’s zero-sum, right? They want everything there. It’s like you’re choosing Shopify, you’re also doing the CMS and everything. And that’s what stood out to me the most about the approach you guys have taken, embracing the choice. You want to use WordPress, you want to use WooCommerce, that’s fantastic. We’re here to support you. What’s made it clearer, and you tell me Nate, is, as the years have gone on, your emphasis on the enterprise has made a lot more straightforward. Whereas early on, it was more of an overlay because you started out as a small business-focused platform. That enterprise shift has taken a number of years to get to this point.</p>\n\n\n\n<p>Nate:<br />Yeah, I mean, I believe we’re on the 15th year of BigCommerce being the name of the company. The backstory is a couple of years before that it was actually like you got the code and you ran it yourself back in the day. And it evolved into a SaaS platform, right? That was because early days, e-comm, it was much harder to scale and support by, you know, much greater, like, let’s say 10X. I don’t know the exact thing, but it just, you wanted, people were reaching out, going, I love this, but I want it hosted for me. And now hosting and other tech has made it to where it&#8217;s less of a, it&#8217;s more fuzzy between open and SaaS. And I think it&#8217;s part of our journey. So we went from the code to SaaS. It was SMB only because in the beginning, e-comm days, we didn’t have all the advanced features we have now. You built a cart, you built a catalog, you built all those pieces. But over the years, you get to where the people that need the most help with their architecture and functionality, they need way more complex features. You naturally get into mid-market and then enterprise. So we&#8217;ve kind of been on that journey, and because we&#8217;ve invested in the open strategy a while ago, it bodes well for enterprise, really well. Typically, that&#8217;s what you see in any software platform landscape. The more enterprise, the more APIs they have, the more ecosystem. Whether you want to get locked into, I would almost say, closed suite versus open suite, you see a lot of those strategies in different ways play out. We are more of the open suite, you know, we want to make it easy to package. And that includes you want to use WordPress and you want to use WooCommerce in a different part of our product catalog, if you will, like our suite. We want to open up pathways to that for the enterprise, and even before that to where it’s not a binary decision. It&#8217;s what’s best for you as you are growing.</p>\n\n\n\n<p>Jonathan:<br />And I think a good example of that to me, and we can touch on it more later, is you have products that people don’t know about, like Feedonomics, that have WooCommerce support built into it. It’s a product that’s focused on your product feeds out to various endpoints. And you could use WooCommerce in that. It’s a BigCommerce</p>\n\n\n\n<p>product. The last question I have for you on this topic before we switch gears: WooCommerce has a mission to democratize commerce, which is connected to the WordPress mission to democratize publishing, right? I’d love to hear your thoughts on what role you see BigCommerce playing in supporting that mission. How do you think about that mission?</p>\n\n\n\n<p>Nate:<br />Yeah, one that kind of echoes six, seven years ago when I was kind of indoctrinated in the community, the whole 51% I think is maybe the clearest way we help to get to 51% of the web, which much of that is commerce. When you actually look at the longstanding site, I think right now what happens, the trend I’ve seen is when you start in WordPress, you layer on WooCommerce, and then when you hit that decision point of, well, maybe it&#8217;s not as fast as I wanted, or it&#8217;s getting complex for the different plugins and the agencies I&#8217;m working with are quoting that I should migrate off to something else. It&#8217;s at that point where if we make it easier to just uplevel the pieces of your WordPress stack to keep you on WordPress as you evolve, then both WordPress and many times Woo benefit from that. That&#8217;s how you get to the 51% and more. You find those strategies in the WordPress community where there are partners like us that go, hey, let&#8217;s keep that stat. Let&#8217;s keep building it together. I want to see a world where WordPress goes beyond 51% and we are a part of that journey and celebrating together, knowing that we&#8217;re talking about a journey here, not a one-off decision you make when you have a new problem.</p>\n\n\n\n<p>Tammie:<br />I&#8217;d really like to move us from that. You mentioned the toolkit, the suite, and we looked at how we have this kind of blue. I want to consider the space for commerce and builders. You mentioned this suite. What has been the most exciting thing to explore and experiment with product-wise lately? You mentioned layers and complexities, but what does that feel like building in, and how have you been exploring and building in that? What have you been exploring and building in that even? That&#8217;s a big question.</p>\n\n\n\n<p>Nate:<br />Yeah. One of the things that I mentioned earlier, we had hundreds of merchants back in the day, which led us in the direction that were using WordPress on the side, meaning they had their site and then a shop dot. Now because of the plugin, but also because of things like headless and composability, it&#8217;s more nuanced than that. And now with the Gutenberg editor, it&#8217;s been this way for a while. You have blocks and whatnot. You can go, wait, if you already have your marketing site up there and you want to layer on commerce and you&#8217;re already closer to the mid-market enterprise, right? Because you maybe have a big B2B business and you&#8217;re going to B2C. So you&#8217;re already at scale with complexity. Well, I&#8217;ve been plugging with a team a little bit around how would we integrate Gutenberg and existing stuff that you have, you made a decision like your theme and your blocks, into our open-source storefront framework that we built called Catalyst. That way, you get to retain what you built on WordPress and via the Gutenberg kind of standard blocks. So to me, one of the interesting things here is how, and this is an area I&#8217;d like to work more with people to solve. Blocks are almost there. The API, it feels in any like the WP GraphQL and REST, you can get to the point where it feels like it should work 100%, but you run into issues in actual live implementations where, okay, there&#8217;s not really a standard where you can go from WordPress React into static or into now with like Next.js and the newest app router, React server components, how you transition from, I get this block, it&#8217;s a form plugin, I have this type of React running on my headless instance. How do I make it work to where on the front end of the editor it works and then WordPress? I want that to look and feel the same way. That actually gets very complex very quickly. And I think whoever works in solving that problem where we can get there together will radically improve how people are using Gutenberg, how we work through these migration strategies that don&#8217;t push you off of WordPress and off of Woo, but go, hey, this block works well for you here, this block is not performant, should we go headless? Should we just replace that block? Anyway, I&#8217;ve been plugging away with the team about that, working with several different agencies in this space to go, what&#8217;s your opinion? And yeah, there&#8217;s a lot there. I think Gutenberg is really cool, and personally, even on the weekend I&#8217;m hacking around occasionally, you might see me going like, what&#8217;s the new thing? But it&#8217;s funny how, I mean, it&#8217;s been years since it was released and some of those pain points are still there, right? We have to ask ourselves why. If they&#8217;re migrating out because we don&#8217;t know how to use blocks, that&#8217;s not even a core commerce thing. That&#8217;s just in general, I think that more could be done there.</p>\n\n\n\n<p>Tammie:<br />I like how you&#8217;re kind of touching on it by what you are saying, which is you never, you don&#8217;t find those, I always call them stress cases, not edge cases because they cause you stress when you hit them rather than them being edge cases because they might only be for one person, but it could be really important that that one person hits them by the experimentation. So I think one of the answers, and it&#8217;s one of many, is people haven&#8217;t maybe explored some of these combinations. So that&#8217;s what really, for me personally, and I think a lot of people, is curious about these experiments that you&#8217;re doing. But I&#8217;d love, in what you&#8217;ve been creating in your own experiments, how have you discovered this to be uniquely different to building this space? Because it is a little bit uniquely different, these stacks, like you&#8217;ve shared about the complexities and the layers, but it kind of is shifting sands a little bit in places. What are some of the other differences that you&#8217;ve thought about as you are creating these spaces?</p>\n\n\n\n<p>Nate:<br />I think one that, again, this is more of a background thought the whole time. One decision we made early on was to do it 100% the WordPress way. And we, everything being in the community and the research and all the agencies and builders we talked to, they’re like, there&#8217;s the WordPress way, you build the template, it&#8217;s PHP, all of that. Gutenberg was happening as that. But no one really, it&#8217;s almost like people didn&#8217;t want it to succeed. It was a very weird feeling, but we got over that hump overall as a community. But during that early, you&#8217;re talking like six years ago plus, that WordPress way kind of limited us in terms of what Gutenberg was really trying to accomplish, which is being more modular, being more JavaScript-forward, React-forward. So now I have this, again, it&#8217;s a background thought of instead of, you know, the plugin being like the WordPress way templates, being more components by default, it&#8217;s really just React as the page loads reading out from an API. And yes, there&#8217;s a downside to, you know, you don&#8217;t have things in the table in the options table and other aspects. There&#8217;s maybe a loading artifact a little bit there where the page loads and then it reads the data. But the benefit is you are fully compatible with the static hosting trend that&#8217;s happening in the WordPress space and overall web development in general. It actually forces you to polish your API on your other end a lot better, making sure that caching and just performance in general is better at the API level. So I feel as a platform that is integrating that mode makes your product better for everyone by integrating that way. So I&#8217;ve had that thought come up a lot. The downside is there’s effort there to change, and there&#8217;s also feedback from the community where there are millions of people that love the WordPress way. And there&#8217;s the thought there, and what does the WordPress way even mean anymore? I&#8217;ve had this thought of it, isn&#8217;t it Gutenberg? Isn&#8217;t it blocks? So yeah, all that.</p>\n\n\n\n<p>Tammie:<br />I think it&#8217;s fascinating that the WordPress way, maybe it should be adapting. Maybe the whole point about the WordPress way is that it isn&#8217;t a fixed way, and we maybe thought it was like chiseled, and it wasn&#8217;t chiseled. I think this is such a fascinating discussion. I want to skip back a couple of steps to something you were saying because you very clearly have an understanding of builders and you very clearly have an understanding both from your own tinkering, I love that word, and exploring. So that translates into what is being created. And I think that is incredibly important when you are creating these suites and trying to also create tools. Can you explain a little bit more how that translates into the products that you are offering as well? Because I think there&#8217;s something in there as well that we&#8217;ve been talking about and getting super excited about the API and the experiments. But how does that then translate into the products?</p>\n\n\n\n<p>Nate:<br />So I think we&#8217;re really in this multi-product territory now. You can&#8217;t be truly open if the only way to get value is to combine everything the same way every time. That’s not open. That becomes closed in general, like entering the walled garden. And so I think what we&#8217;ve evolved over the years is formally, we&#8217;ve made acquisitions as a company. You mentioned Feedonomics, they&#8217;re doing very well outside of the BC ecosystem as well as in. They actively support all of our competitors, all our commerce competitors. When you go to feedonomics.com, it&#8217;s very hard to find any mention of BigCommerce. It&#8217;s very much its own product offering. Because we&#8217;re underneath the same umbrella, we work under the same constraints of, okay, when we need to ship a</p>\n\n\n\n<p>feature and it&#8217;s using their technology, we build like a partner would, right? We don&#8217;t have internal things that are cheating. That helps everyone and helps us keep an honest open strategy. That’s why Woo fits into their strategy in a big way. They have many large WooCommerce customers and they have kept them on Woo and WordPress, and that&#8217;s okay because that product still grows their business. Let&#8217;s be honest, it&#8217;s easier to keep people happy if you don’t go into their house and say everything&#8217;s terrible. You can make comments, you know, they might not like the couch, but you don&#8217;t tell them to move. They like their community, right? Another example of this is Makeswift. They&#8217;re a recent acquisition, again, an independent company still like Feedonomics. They are a visual editor for Catalyst and our next-gen storefront. However, if you want to use Makeswift with WordPress, with WooCommerce, with any of our commerce competitors, they don&#8217;t become a competitor. If you like Makeswift, you&#8217;re not ready for BigCommerce, you&#8217;ve invested a lot in your current stack, that&#8217;s fine. There are interesting things with Makeswift because it is composable by nature. It is built from the ground up to support the latest in React and React server components, all that where Gutenberg is more of the default. It is React and the new way, but its APIs and all aren&#8217;t in the same ecosystem. You could technically use the Gutenberg API in the Makeswift visual editor and get the development flow you want while still retaining WordPress. It’s almost like WordPress as I know Jonathan you said in the past as the operating system. It has the API. There are all these interesting things that can happen when we’re multi-product. We&#8217;re not single platform where you buy it as a product. I think that&#8217;s one of the ways that we enable builders in a different way, and each of those separate products have different APIs and ways you can utilize them.</p>\n\n\n\n<p>Jonathan:<br />One of the big switches over the past couple of years has been this increasing emphasis on enterprise, right? That&#8217;s the transition that you&#8217;ve been making. Multi-product is a good example of how you carry out that promise. You&#8217;re giving flexibility, especially in the enterprise, where that flexibility matters. They may have policies for using this or that, or they want just a piece of it. That&#8217;s a good example. Let’s talk about enterprise more and start with this: how do you define enterprise? What is that definition within the BigCommerce context?</p>\n\n\n\n<p>Nate:<br />Yeah, for us, the way we define enterprise, it&#8217;s more like the size of their annual revenue, their employee count, it’s a blend, and they&#8217;re opting into being a part of our enterprise plan. It&#8217;s nuanced because typically you have a lot of platforms like products out there that are like, we&#8217;re enterprise or not. They come in and it&#8217;s like, okay, they have to be at a hundred million in annual revenue, they have to be XYZ. What we&#8217;ve found is you could have someone with a tremendous amount of revenue and they are very efficient because of the type of product they sell. There are DIYs and a lot of owner-operators, if you will. I believe there are a lot of those in the WordPress ecosystem. It’s known for that. People say, I&#8217;ll do it myself and I actually know how to code, design, and operate it. But that means why should they always pay the price for all the complexity of enterprise when they can handle a lot themselves? They might pay us a little bit less, where they’re not super enterprise, but they&#8217;re paying more in other ways that other people might not be able to pay, which means they’re putting in the blood, sweat, and tears to code and design themselves. But that persona, while they might appear more mid-market in terms of how they&#8217;re using it, they are an enterprise in revenue. We like to make it a real conversation with the brands we serve and everyone involved, where do you want the complexity to be? At the upper level, we handle a lot. Once you get to enterprise and you&#8217;re on an enterprise plan, we handhold a lot more, we&#8217;re a lot more with you building, helping you build, up to the point where you have dedicated people at certain levels of building your business. Some people might look at that and say, yeah, I know I&#8217;m generating a lot of revenue, but I don&#8217;t need that level. My personal opinion is everybody needs help and it&#8217;s going to make you sleep better at night when you have someone in your corner. But that openness goes into, well, let&#8217;s have a conversation. It&#8217;s a fuzzy line for mid-market and enterprise. High level, you&#8217;re talking like 50 million GMV, 25, around that territory, very clearly enterprise. It’s very rare for someone to opt out of that.</p>\n\n\n\n<p>Jonathan:<br />This is where I get excited, looking at this through the WooCommerce lens. One of the risks we&#8217;ve seen over the past couple of years is people grow in WooCommerce, they like WooCommerce, they like WordPress, and then they start to hit the edges. There have been some great agencies, many of them coming onto the show, who’ve pushed the edges of WooCommerce and have innovated and figured out ways to make it scale further. And there&#8217;s also this feeling like it wasn&#8217;t designed for that. It&#8217;s an SMB-focused tool. While there&#8217;s a lot of room for growth, one of the things I&#8217;ve been intrigued about and been hoping to see more of is what it looks like to bring that enterprise capability from other players into the WooCommerce space. I think Feedonomics is a good example of that and would love to hear more about how you think about that. How can we, in the WooCommerce space, more successfully bring in enterprise capability? My hypothesis is that we can&#8217;t do it by just changing the core product because we have millions of store owners that count on that SMB approach that WooCommerce has taken. That&#8217;s the question. Right now, when people hit a certain point on WooCommerce and start to feel the edges, I think there&#8217;s a churn risk where people feel like they just have to leave entirely. My hypothesis is that doesn’t have to be the case. That&#8217;s where I see this opportunity with partners like BigCommerce being able to augment. How do you think about that? What would that look like practically?</p>\n\n\n\n<p>Nate:<br />Practically, this is one case where being multi-product and having these independent companies that think about each ecosystem, they understand the APIs and aren&#8217;t filtering it through the BigCommerce lens. It means the Feedonomics team, the product knows how WooCommerce works, has a dedicated integration with them, and has been through this process day in and day out. Someone calls up going, hey, my sync, I have these plugins that are for my sales channels or advertising channels, and I&#8217;m getting to the point where it&#8217;s slowing down my site, or I don’t know how to support adding any more. I want to add five more channels. Keep in mind Feedonomics supports like 300 plus, maybe 400 plus, hundreds of sales channels. When things happen, like Target has a marketplace, you&#8217;ll hear our competitors make big announcements about it. But the reality is because Feedonomics is wholly dedicated to that, they&#8217;re working with Target and other marketplaces as the alpha of when they release functionality. There’s a huge benefit to going, all right, I don&#8217;t need to change WooCommerce at all. I&#8217;m already selling on sales channels. Let me get an easier-to-maintain site and way more sales channels. But again, you have to make that choice yourself, or an agency or developer working with a merchant. There is a cost, of course. It&#8217;s an open SaaS platform, but it is a SaaS platform. It&#8217;s a transition from a free plugin that I just have to pay someone to maintain or keep up with updates. It&#8217;s that cost transitioning to dollar cost, but you get the time back and peace of mind. It’s really that type of process. That’s why enterprise comes in. People coming in from, let’s say, they have half a million, a million in GMV, annual revenue, that&#8217;s probably not something that Feedonomics power is necessary for. You can just optimize Woo and the sales channels. But if you have questions like, I have 3 million in revenue, I&#8217;m growing faster than I can update, I have ideas and ambition to go into 10 more channels. Even if your site is working, if you can&#8217;t rapidly add 5, 10, 50 advertising, sales, and whatnot channels, and that’s your ambition, that’s when the right time is to talk. Again, it&#8217;s the journey. We talk a lot about the right journey and the merchant journey, having the right time, right place, rather than going, there’s one solution that fits everyone.</p>\n\n\n\n<p>Tammie:<br />I&#8217;m going to pivot towards the end and imagine we&#8217;re kind of dreaming a little bit. We spoke about the past four years, but it&#8217;s panning away from products. There&#8217;s so much going on in this space, so many emerging trends, technologies. Let’s think initially for commerce builders, what should you be keeping an eye on if you&#8217;re building in this space now and in the next year? Then we can kind of get a bit dreamy after that.</p>\n\n\n\n<p>Nate:<br />I&#8217;ve actually seen a lot of different podcasts and articles about this topic in this space recently. Static, and again, I talked about how does Gutenberg in the WordPress ecosystem play with that. Not static as just the end goal because why not? It&#8217;s fast and we should do it more. I think that will improve WordPress as a platform and other platforms integrating with it. If you think about the right separation of concerns and how the technology enables both approaches cleanly. As a builder, going, I&#8217;m building in a way that works for WordPress and its out-of-the-box state and WooCommerce’s out-of-the-box state. What happens next? Someone wants to go static, they want to use</p>\n\n\n\n<p>Next.js, what do you do? Is what you built cleanly able to support that? As we think about our architecture and design of APIs, supporting both is better for everyone. It&#8217;ll create more opportunity for you as a builder, better for the end user. They&#8217;re more likely to stay in the WordPress ecosystem with what they built before because it can be translated into what&#8217;s next. A lot of what I’m talking about, we think deeply about composability and it&#8217;s almost a part of everything strategically that we&#8217;ve worked on recently and will work on in the future because of that reason.</p>\n\n\n\n<p>Tammie:<br />I definitely align to that. All too often, before it was generally just like commerce, what does the front look like, and how do the transactions happen there? But now it&#8217;s kind of flipped in that sense. I&#8217;m going to flip that question though as well, segue. What buzzwords or tech should commerce creators avoid? Because I think there&#8217;s so much, as you were saying, there&#8217;s like podcasts and it can be really easy to be distracted or pile your feature set too high so that you then get problems. What makes your eye roll when you hear about someone adding and you&#8217;re like, you don&#8217;t need to add that, it&#8217;s not going to work, it&#8217;s not going to help someone?</p>\n\n\n\n<p>Nate:<br />Yeah, I definitely think my eye rolls a bit when it&#8217;s AI without purpose. I think that&#8217;s kind of a softball question because a lot of people might say that. But what I mean with AI without purpose is if you&#8217;re chasing a perceptual win where it&#8217;s like, hey, I can have a chat interface here or look, you could ask it to do a theme and it does it. I feel like that&#8217;s removing research and analysis and understanding of the user from it. That&#8217;s just trying to achieve an end goal. Almost like what I said about static, don’t do static just because you hear a podcast about static. Do it because you understand the value of being able to transfer from one type of architecture to another. That changes how you build your thing. AI that has a purpose, like, okay, we&#8217;ve researched exactly how people are using our themes or integrating different APIs and we have a focused use of AI that’s tailor-made to accomplish that task or series of tasks faster. That&#8217;s awesome. I see a lot of people just layering it on. Especially in business, a merchant layering on random AI chat stuff, is it better than ChatGPT? Are you just trying to get a brand for yourself as a builder? I&#8217;m not discounting, some people that&#8217;s great early in your career, write up something and create and be like, hey, look at me. I know how to hit APIs for AI. But the reality is, does it make someone&#8217;s life better? And if it’s just a cool toy but it doesn&#8217;t make it better. That’s the difference. I&#8217;m not saying I know the answer perfectly. I had to look in the mirror and eye roll myself if I&#8217;m heading down. But if we just layered AI on top of that, we&#8217;re all capable of running into that peril of all I need to do is layer x feature or tech and it will solve my entire business.</p>\n\n\n\n<p>Tammie:<br />I would plus one that so much. I think it is so easy to AI, is it a workflow or is it AI as well as also that thing? Does it get a hurdle? Okay, the last question I’m going to ask here though is kind of, it kind of segues the end of this. Four years from now, you come back on the podcast, what do you hope you have seen? It feels an inevitable one if we&#8217;re talking about the future to give my last question. If we&#8217;re talking about the future, I would say there are a million viewers or listeners of this podcast and you invite me back for some tropical villa special edition thing. I know that has nothing to do with technology. I&#8217;m just trying to put out some optimism and let the universe make it happen.</p>\n\n\n\n<p>Jonathan:<br />I think Bob&#8217;s been talking about that, starting to take the hosts and putting us up. I think we&#8217;re going to get there.</p>\n\n\n\n<p>Tammie:<br />Thank you, Bob. If you do it a year, Bob, I&#8217;d like some puppies if we&#8217;re doing that, that&#8217;s fine.</p>\n\n\n\n<p>Nate:<br />I am trying to think about four. I feel kind of echo back on being able to celebrate together, getting WordPress. I don&#8217;t want to say modernize WordPress because I think WordPress is, people don&#8217;t give enough credit for modernizing as it goes. I actually think a lot of people have learned from Gutenberg without admitting it in other ecosystems. Modernize is the wrong word. It&#8217;s more perceptual. I think switching what people feel in the community and an internal perception of, hey, we have modernized, we&#8217;ve been through the pain of bleeding edge, trying to learn this stuff and into the rest of the planet by default going, okay, WordPress is in your stack, that&#8217;s great for these areas. Having a real conversation around it. Leveling the playing field with headless CMS where a lot of people had for years been using WordPress as a headless CMS. We&#8217;re not talking about the full journey, it&#8217;s like, which way are you using it with other parts of technology to get the most out of WordPress, out of WooCommerce at that stage. If in four years we&#8217;re having real conversations around that and we&#8217;ve done the technology work, everyone is better. That’s how you get to over 51% and beyond. It almost becomes like we&#8217;re, it&#8217;s not like WordPress, it could be, and again, I&#8217;m ripping off Jonathan, the WordPress as an OS. You think about Windows, Mac, iOS, all those different things. It’s close there now, but these things have to be solved to know how you interoperate and have all the standards where it doesn’t have to be like every use case is in WordPress. WordPress has to win at every stage of the journey. It has to be where you can hook in and out and get the most out of WordPress. It almost becomes a utility like an operating system long term. In four years, that&#8217;s happening. There will be so many more people using WordPress actively that we probably will be on a tropical villa for that episode because there will be so many new ideas and innovation there. I hope to be a little bit part of that journey.</p>\n\n\n\n<p>Jonathan:<br />It&#8217;s interesting because we&#8217;ve been on this trajectory for a long time. Gutenberg, it is interesting to look back now. At the time, there was a lot of, I would argue that the work that Tammie and many others have done on that transition was in fact the WordPress way. What we see today with themes, we added all this complexity to themes in the WordPress space and now we&#8217;re getting back to how it was originally and things are getting simpler again. It takes a long time though. This vision of WordPress as an operating system for creating on the open web, I think we&#8217;re seeing it play out more and more. E-commerce is a great example of people building and saying, hey, I can create on the web, I want to add business into this context. I really appreciate the work that you guys have been doing at BigCommerce to recognize and be a part of that. That open SaaS strategy fits really well into that. What we see in the future is WordPress just being a ubiquitous part of a stack and a foundation that people can feel like, hey, I own this. It takes a long time though to catch up and bring that parity, features, and ways of doing things that builders need to be able to create confidently on it. Right now, it&#8217;s the people who really believe that are making it happen. That includes folks like yourselves investing into the space. Thank you for that. I look forward to seeing what the next four years bring. Nate, if anyone wants to connect with you further or learn more about what you guys are working on, what&#8217;s the best way to get in touch?</p>\n\n\n\n<p>Nate:<br />On LinkedIn, Nate Stewart, search for that. Also Nate.stewart@bigcommerce.com. Feel free to email me. I&#8217;m not really on Instagram randomly taking pictures. I missed that whole thing. Definitely missed TikTok. I have an account on now X but I probably won&#8217;t actively respond. So LinkedIn and email. We also have our developer community. If you are a builder and you go in there and ping me, it&#8217;s a private community that anybody&#8217;s free to join. You go to developer.bigcommerce.com and go to the community section. We actually have a WordPress channel there that you could join in. I would love to see more people talking about how they&#8217;re using WordPress in our community. Or you could just reach out personally. Like I said, we&#8217;re working with a couple of agencies and leaders in the space just to think about what the future is here. The more voices we have that are stress testing that, the better it is.</p>\n\n\n\n<p>Jonathan:<br />Excellent. We’ll also look forward to seeing you at future WordCamps as well. Nate, thanks for coming on and talk to you soon.</p>\n\n\n\n<p>Tammie:<br />Thank you.</p>\n\n\n\n<p>Nate:<br />Thank you.</p>\n</div>\n\n\n\n\n<p>In this episode of <strong>Woo ProductChat</strong>, co-hosts <strong>Jonathan Wold</strong> and <strong>Tammie Lister</strong> sit down with <strong>Nate Stewart, the SVP of Platform Strategy at BigCommerce</strong>.</p>\n\n\n\n<p>Join them as they get into the evolution of BigCommerce&#8217;s open SaaS strategy, the ongoing integration with the WordPress ecosystem, and their innovations on the horizon. </p>\n\n\n\n<p>Learn how BigCommerce is working to support WooCommerce&#8217;s mission of democratizing commerce and what trends and technologies are shaping the future of the e-commerce landscape. Plus insights on the journey of building open, scalable commerce solutions.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Takeaways</h2>\n\n\n\n<p><strong>BigCommerce&#8217;s Open SaaS Strategy</strong>: Nate Stewart discusses how BigCommerce has been focusing on openness, aiming to be the leader in open SaaS commerce. This includes integrating well with platforms like WordPress and WooCommerce, and ensuring that merchants can make their visions a reality with flexibility and support.</p>\n\n\n\n<p><strong>Enterprise Shift</strong>: BigCommerce has been transitioning towards serving more enterprise-level clients. This shift involves offering more complex features and capabilities while maintaining flexibility and openness to support various business needs.</p>\n\n\n\n<p><strong>Integration with WordPress</strong>: The integration with WordPress and WooCommerce has been a significant part of BigCommerce&#8217;s strategy. They focus on supporting merchants at different stages of their journey, ensuring that WordPress and WooCommerce users can continue to scale and grow without needing to migrate off the platform.</p>\n\n\n\n<p><strong>Feedonomics and Makeswift</strong>: BigCommerce&#8217;s acquisitions, like Feedonomics and Makeswift, highlight their commitment to providing powerful tools that integrate seamlessly with other platforms. Feedonomics, for instance, supports hundreds of sales channels and works well with WooCommerce, helping merchants manage product feeds efficiently.</p>\n\n\n\n<p><strong>Gutenberg and Headless Commerce</strong>: Nate talks about the challenges and opportunities in integrating Gutenberg and headless commerce approaches with BigCommerce. The goal is to allow merchants to use modern technologies while retaining the flexibility and familiarity of WordPress.</p>\n\n\n\n<p><strong>Future of Commerce</strong>: Looking ahead, the conversation touches on emerging trends like static site generation and the importance of thoughtful AI integration. Nate emphasizes the need for solutions that genuinely improve user experiences rather than just following trends.</p>\n\n\n\n<p><strong>Long-term Vision:</strong> The discussion includes a vision of WordPress evolving as an operating system for the open web, supporting various technologies and use cases. This vision includes continuing to modernize WordPress and ensuring it remains a valuable and integral part of the web ecosystem.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://www.bigcommerce.com/\">BigCommerce</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/in/nate-stewart-0095041a/\">Nate on LinkedIn</a></strong></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:\"Tue, 16 Jul 2024 08:20:24 +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:35;a:6:{s:4:\"data\";s:13:\"\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:117:\"Gutenberg Times: New courses on Learn, My Menu theme, Section styles, Playground step library — Weekend Edition 299\";s: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=29239\";s: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:121:\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/\";s: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:22495:\"<p>Hello, </p>\n\n\n\n<p>We are a few days away from WordPress 6.6 version hitting a WordPress instance near you. The latest <a href=\"https://wordpress.org/news/2024/07/wordpress-6-6-rc3/\">WordPress 6.6 RC3</a> was released earlier this week. By now most of your testing should be done. Or you wait a few weeks before upgrading. On the Developer Blog <a href=\"https://developer.wordpress.org/news/2024/07/10/whats-new-for-developers-july-2024/\">What&#8217;s new for Developers (July 2024)</a>, help you sort through all new features and updates coming to WordPress.  </p>\n\n\n\n<p>Contributors are working on what next for Gutenberg, and there will be another <a href=\"https://make.wordpress.org/core/2024/07/09/hallway-hangout-lets-chat-about-whats-next-in-gutenberg-2/\">Hallway Hangout on August 15, 2024, at 15:00 UTC / 9 am EDT</a> to discuss what could be on the Roadmap for 6.7 and beyond.</p>\n\n\n\n<p>Exploring my hometown anew is a special treat for us; finding new Restaurants, hanging out in beer gardens and café&#8217;s with friends, shopping at farmers market, walking guided tours, and visiting art exhibitions in one of the seven art museums. It is wonderful to play tourist for a while. The next couple of weeks, I will write from my parent&#8217;s hometown, outside of Munich.</p>\n\n\n\n<p>Wishing you a wonderful weekend. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\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><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#learn-wordpress-updates\">Learn.WordPress updates</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#developer-courses\">Developer Courses</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#upcoming-events\">Upcoming events</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/new-courses-on-learn-my-menu-theme-section-styles-playground-step-library-weekend-edition-299/#wordpress-playground\">WordPress Playground</a></li></ol>\n</div></div>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-d93781e1cc752a3c931d2fecfcf49569\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-104-block-themes-gutenberg-18-8/\">Gutenberg Changelog #104 – Block Themes, Gutenberg 18.8, WordPress 6.6</a> with special guest Carolina Nymark</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"learn-wordpress-updates\">Learn.WordPress updates</h3>\n\n\n\n<p>The training team started publishing their Learning Pathways courses. </p>\n\n\n\n<p><strong><a href=\"https://learn.wordpress.org/course/beginner-wordpress-user/\">Beginner WordPress User</a> </strong> is a course for WordPress users to learn more about the content management system that houses their content. It holds 25 lessons that users can tackle one at a time, or in single sessions, if they are eager to learn something very specific, for instance, how to use, the <a href=\"https://learn.wordpress.org/lesson/using-the-media-library-2/\">Media Library</a> or <a href=\"https://learn.wordpress.org/lesson/understanding-the-difference-between-wordpress-posts-and-pages/\">about the difference between post and pages. </a></p>\n\n\n\n<p>If you design sites for clients, you can guide your clients to a single lesson on the official WordPress site with videos on the official WordPress YouTube channel, that doesn&#8217;t have any advertising nor any other uncontrolled suggested videos. </p>\n\n\n\n<p>The next set of Lessons are for an Intermediate<a href=\"https://learn.wordpress.org/course/intermediate-wordpress-user/\"><strong> WordPress User</strong></a>. This one lets learners &#8220;delve into advanced features, fine-tune site customization and implement effective content strategies.&#8221; It comprises 37 lessons, also all with individual links, for instance: <a href=\"https://learn.wordpress.org/lesson/using-the-style-book/\"><strong>Using the style book</strong></a> or <a href=\"https://learn.wordpress.org/lesson/uncovering-the-cover-block/\"><strong>Uncovering the Cover block</strong></a></p>\n\n\n\n<a href=\"https://learn.wordpress.org/course/beginner-wordpress-user/\"><img width=\"652\" height=\"367\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/Text-Guests-Image-block-2-copy-3.png?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-29299\" /></a>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"developer-courses\"><strong>Developer Courses</strong></h3>\n\n\n\n<p>For aspiring WordPress Developers the training team also released the first course. In 59 Lessons, the <a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\"><strong>Beginner WordPress Developer</strong></a> &#8220;course provides an extensive overview of the basics of almost every development topic relevant to WordPress. While it is geared toward first-time developers, there’s enough information available that it’s worthwhile for veterans in the community to learn something new&#8221;, wrote <strong>Justin Tadlock</strong> in <a href=\"https://developer.wordpress.org/news/2024/07/10/whats-new-for-developers-july-2024/\">What&#8217;s new for Developers (July 2024)</a></p>\n\n\n\n<a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\"><img width=\"652\" height=\"367\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/beginner-developer-learning-pathway.png?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-29298\" /></a><a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\"><strong>Beginner WordPress Developer</strong></a> \n\n\n\n<p>On Learn. WordPress site, there are other developer related courses available which might be an overlap with the current work. They are more deep dives into certain topics. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wordpress.org/course/introduction-to-block-development-build-your-first-custom-block/\">Introduction to Block Development: Build your first custom block</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/using-the-wordpress-data-layer/\">Using the WordPress Data Layer</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\">A Developer&#8217;s Guide to Block Themes – Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">A Developers Guide to Block Themes – Part 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\">Develop Your First Low-Code Block Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/converting-a-shortcode-to-a-block/\">Converting a Shortcode to a Block</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/developing-with-the-wordpress-rest-api/\">Introduction to developing with the WordPress REST API</a></li>\n</ul>\n\n\n\n<p class=\"has-light-background-background-color has-background\"><strong>Josepha Haden Chomphosy</strong> and <strong>Wes Theron</strong> chatted about the Learning Pathways releases on the latest episode of the WP Briefing podcast: <a href=\"https://wordpress.org/news/2024/07/episode-83-learning-pathways/\"><strong>Episode 83: Learning Pathways</strong></a></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upcoming-events\">Upcoming events</h3>\n\n\n\n<p><strong>July 23, 2024 15:00 UTC</strong> <strong>/ 9 am EDT</strong> <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301860423/\"><strong>Developer Hours: Do you really need a custom block? Let’s explore alternatives</strong></a>. JuanMa Garrido and Nick Diego  will explore several scenarios often addressed with custom blocks and discuss alternative approaches, especially those that leverage block patterns and Editor extensions. Key highlights include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How to create overrides in synced patterns</li>\n\n\n\n<li>How to add new functionality to core blocks</li>\n\n\n\n<li>How to use content-only editing and the allowedBlocks attribute in patterns</li>\n\n\n\n<li>How to integrate block bindings and block variations</li>\n\n\n\n<li>How to effectively use block locking and naming</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>July 24, 2024 18:00 UTC / 2 pm EDT </strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301927241/\"><strong>What’s new in WordPress 6.6?</strong></a> with<strong> Bud Kraus</strong> and <strong>Laura Adamonis.</strong> You will see demonstration of the main features of this new version: Here are the main features that will be demonstrated during this prevention: Synced Pattern overrides, the Grid Block, an improved way to layout pages and negative margins. All part of the new and improved user experiences in the site editor and more.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>July 19, 2024, </strong><a href=\"https://stellarwp.com/stellar-spark/spark-schedule/\"><strong>Stellar Spark Conference</strong></a>, a free online WordPress event! The lineup of speaker promises interesting, inclusive and innovative talks. It starts at 9 am EDT with a keynote with <strong>Josepha Haden Chomphosy</strong>. Among others, you can listen to Tammie Lister, Bet Hannon, Bud Kraus, David Wolfpas and Lindsey Miller.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>July 30, 2024 </strong><a href=\"https://wordsesh.com/\"><strong>WordSesh</strong></a><strong> </strong>produced by <strong>Brian Richards</strong>&nbsp;is back. It&#8217;s a free online event with eight sessions across three live broadcasts in three time zones. Speakers announced so far include Alex Thomas (Defiant), Daniel Bachhuber (Automattic), Kimberly Lipari (Valet), and Piccia Neri (UX and accessible design lead)</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><em>Save the date:  </em><br /><strong>August 27, 2024 15:00 UTC /9 am EDT:</strong> <strong>Developer Hours: Building themes with the Create Block Theme plugin</strong> with <strong>Tammie Lister</strong>. In this session, you will explore how this plugin enhances WordPress theme development. You also learn to create custom themes, utilize the speed boost, define different types of themes, and streamline your theme creation process all the way to exporting the theme.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Jamie Marsland</strong> published the recording of his talk at WordCamp Europe on YouTube: <a href=\"https://www.pootlepress.com/2024/07/master-wordpress-block-themes-3-essential-principles-for-beginners/\"><strong>Master WordPress Block Themes: 3 Essential Principles for Beginners</strong></a>. He shows you how Blocks, Templates, and Styles&nbsp;can transform your website design with their simplicity and flexibility.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/nithin_sreeraj\"><strong>Nithin Sreeraj</strong></a> at WP Content, takes you along <a href=\"https://wp-content.co/wordpress-6-6/\"><strong>WordPress 6.6 and its expected new features and changes</strong></a> and explains in short paragraphs why those features and changes are important for you and your customers.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Mike McAlister</strong> announced the update of <a href=\"https://olliewp.com/the-ollie-pro-pattern-browser-just-got-a-huge-boost/\"><strong>the Ollie Pro pattern browser just got a huge boost</strong></a>. To help you quickly browse the massive pattern collection, served from a cloud app, the updated increases load performance for these patterns seamless into the WordPress block editor. McAlister shared some technical details of the refactoring.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This announcement comes days after the <a href=\"https://olliewp.com/introducing-ollie-pro/\">public roll-out of Ollie Pro</a>, </li>\n\n\n\n<li><strong>Rae Morey</strong> at <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzI1OSwiNGMzNDVlMjk4MWQ3IiwwLDAsMCwxXQ\">The Repository covered it comprehensively</a>. </li>\n\n\n\n<li><strong>Jamie Marsland</strong> will interview <a href=\"https://www.youtube.com/live/0-aHhfbk8Ac\">Mike McAlister on Monday on his live stream</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>One of the newest Block theme in the WordPress Repository is <a href=\"https://wordpress.org/themes/mymenu/\"><strong>My Menu</strong></a> by Automattic. It &#8220;is a simple theme designed to facilitate restaurant owners’ site-building experiences. It is clean, direct, and customizable. Test the cool style variations that have been added to the theme.&#8221; </p>\n\n\n\n<a href=\"https://wordpress.org/themes/mymenu/preview/?style_variation=maroon\"><img width=\"652\" height=\"489\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/MyMenu-Screen.jpg?resize=652%2C489&ssl=1\" alt=\"\" class=\"wp-image-29337\" /></a><a href=\"https://wordpress.org/themes/mymenu/preview/?style_variation=maroon\">My Menu &#8211; style variation &#8220;Maroon&#8221; </a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Jessica Lyschik</strong> asked contributors and users on <a href=\"https://make.wordpress.org/core/2024/07/08/what-would-you-like-to-see-in-the-next-default-wordpress-theme/\"><strong>What would you like to see in the next default WordPress theme?</strong></a>&nbsp; The next theme will be Twenty-Twenty-Five and is part of the next major WordPress version, to come out in mid-November. To be more specific, she asked:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What types of sites do you want to create with the theme?</li>\n\n\n\n<li>What problems do you need the theme to solve to be able to create these sites?</li>\n\n\n\n<li>Is there an existing feature that you want the theme to support? </li>\n</ul>\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, <strong>Brian Coords</strong> asked <a href=\"https://www.briancoords.com/will-wordpress-6-6-have-components/\"><strong>Will WordPress 6.6 have components?</strong></a> After outlining his expectations on flexibility, Coords reflects on how Section Styles and Sync Pattern overrides fit into the ideas of a design system. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The summary of this week&#8217;s Hallway Hangout is now available on the Make Core Blog: <a href=\"https://make.wordpress.org/core/2024/07/12/summary-hallway-hangout-section-styles/\"><strong>Recap Hallway Hangout: Section styles and other block style variation updates</strong></a> &#8220;Attendees chatted about cool new features and handy tips for styling sections in WordPress 6.6. They also swapped stories and ideas on how to handle theme styles with section styles. The group shared their experiences and brainstormed ways to make pattern management and theme building in&nbsp;Gutenberg&nbsp;better.&#8221;</p>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</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. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<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>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\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 <a href=\"https://www.youtube.com/watch?v=KmDozCmu1l0\"><strong>Developer Hours: Editor unification and extensibility in WordPress 6.6, </strong></a><strong>Ryan Welcher</strong> and <strong>Nick Diego</strong> discussed how the more unified slots and extensibility APIs are unified in the @wordpress/editor package global variable, simplifying the integration of extensions across editors for developers. The user interface is also becoming more standardized.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wordpress-playground\">WordPress Playground</h2>\n\n\n\n<p><strong>Alex Kirk </strong>has created a <a href=\"https://akirk.github.io/playground-step-library/\">WordPress Playground Step Library</a>. To learn more about the thoughts behind it and how to use it, he also wrote a blog post about how to <a href=\"https://alex.kirk.at/2024/07/11/wordpress-playground-step-library/\"><strong>Build a Playground Blueprint with a Drag and Drop UI</strong></a>.</p>\n\n\n\n<a href=\"https://alex.kirk.at/2024/07/11/wordpress-playground-step-library/\"><img width=\"652\" height=\"356\" tabindex=\"0\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/07/wordpress-playground-step-library-1-1024x559-1.png?resize=652%2C356&ssl=1\" alt=\"\" class=\"wp-image-29306\" /></a>\n\n\n\n<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>\n\n\n\n<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>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\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\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<p>Featured Image: Reflections Munich Marstall photo by Birgit Pauli-Haack</p>\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Jul 2024 04:09: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:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"BuddyPress: BuddyPress 14.0.0 « Da Lucia »\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=334577\";s: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:58:\"https://buddypress.org/2024/07/buddypress-14-0-0-da-lucia/\";s: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:10099:\"<p>We’re very excited to announce the immediate availability of <a href=\"https://downloads.wordpress.org/plugin/buddypress.14.0.0.zip\">BuddyPress 14.0.0 « Da Lucia »</a>, named after the excellent pizza restaurant located in the 15th arrondissement of Paris, France. Get it now from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin repository</a>, or right from your WordPress Dashboard.</p>\n\n\n\n<p>This new major version of your site’s community engine introduces around 80 changes mostly working under the hood to improve documentation, code formatting, consistency and the stability of the plugin. Here are five improvements we would like to highlight:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>There’s a new &#8220;BuddyPress constants&#8221; panel added to the WordPress Site Health information tool. Use it to check whether you’re using deprecated constants in your custom code or third party BP Plugins/Add-ons. The information in the &#8220;BuddyPress&#8221; and &#8220;BuddyPress constants&#8221; panels is also very useful when you need to ask for support.</li>\n\n\n\n<li>Most BuddyPress Admin screens now have a help tab in their top right corner which includes a link to an updated&nbsp;<a href=\"https://github.com/buddypress/buddypress/tree/master/docs/user/administration#readme\">documentation resource</a>.</li>\n\n\n\n<li>Whether BuddyPress is installed on a multisite network or on a single site,&nbsp;<a href=\"https://bpdevel.wordpress.com/2024/04/21/signups-are-becoming-members-only-after-validating-their-accounts/\">signups</a>&nbsp;are now managed the exact same way.</li>\n\n\n\n<li>Speaking of signups, the&nbsp;<a href=\"https://bpdevel.wordpress.com/2024/05/07/signup-fields-via-the-rest-api/\">BP REST API</a>&nbsp;has been improved so that you can now submit values for any xProfile field registered as part of the Signups profile field group.</li>\n\n\n\n<li>Last but not least, we again offer native support for overriding BuddyPress’s language with your community vocabulary using&nbsp;<a href=\"https://bpdevel.wordpress.com/2024/06/28/translating-buddypress-texts-into-your-community-vocabulary-is-back-in-14-0-0/\">custom translations</a>.</li>\n</ol>\n\n\n\n<p>Take a few minutes to discover all changes reading this <a href=\"https://codex.buddypress.org/releases/version-14-0-0/\">release note</a>.</p>\n\n\n\n<p>Compared to our previous major version (12.0.0 &#8211; the number right after was too intimidating&nbsp;<img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f408-200d-2b1b.png\" alt=\"🐈‍⬛\" class=\"wp-smiley\" />), 14.0.0 is a quieter update.&nbsp;After the huge BP Rewrites API revolution, the humans (us the BP Team) who maintain and support your favorite community plugin needed to catch their breath to get ready for the new round of big changes arriving in 15.0.0.</p>\n\n\n\n<p>Let’s keep in mind BuddyPress is an open source project maintained by volunteers giving freely of their time and energy to help you build great WordPress community sites.&nbsp;Don’t hesitate to <a href=\"https://buddypress.org/support/topic/buddypress-14-0-0/\">send us some encouraging words</a> and please consider contributing back to&nbsp;<a href=\"https://github.com/buddypress/buddypress/tree/master/docs/contributor#readme\">the project</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">47 contributors freely gave some of their time &amp; energy to build the 14.0.0 release <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" /></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ahegyes/\">ahegyes</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/chairmanbrando/\">chairmanbrando</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse (dd32)</a>, <a href=\"https://profiles.wordpress.org/djpaul/\">Paul Wong-Gibbs (DJPaul)</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini (dontdream)</a>, <a href=\"https://profiles.wordpress.org/emaralive/\">emaralive</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/gingerbooch/\">gingerbooch</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn (iandunn)</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions (itpathsolutions)</a>, <a href=\"https://profiles.wordpress.org/jnie/\">jnie</a>, <a href=\"https://profiles.wordpress.org/johndawson155/\">johndawson155</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese (josevarghese)</a>, <a href=\"https://profiles.wordpress.org/kainelabsteam/\">KaineLabs Team (kainelabsteam)</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">Lena Stergatou (lenasterg)</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach (needle)</a>, <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin (nhrrob)</a>, <a href=\"https://profiles.wordpress.org/niftythree/\">Nifty (niftythree)</a>, <a href=\"https://profiles.wordpress.org/nitinp544/\">Nitin Patil (nitinp544)</a>, <a href=\"https://profiles.wordpress.org/pawelhalickiotgs/\">pawelhalickiotgs</a>, <a href=\"https://profiles.wordpress.org/perchenet/\">perchenet</a>, <a href=\"https://profiles.wordpress.org/poojasahgal/\">Pooja Sahgal (poojasahgal)</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/respawnsive/\">respawnsive</a>, <a href=\"https://profiles.wordpress.org/roberthemsing/\">Rosso Digital (roberthemsing)</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt (sabernhardt)</a>, <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta (shailu25)</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/sjregan/\">sjregan</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov (Slaffik)</a>, <a href=\"https://profiles.wordpress.org/strategio/\">Pierre Sylvestre (strategio)</a>, <a href=\"https://profiles.wordpress.org/testovac/\">testovac</a>,<a href=\"https://profiles.wordpress.org/vapvarun/\">Varun Dubey (vapvarun)</a>,<a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani (yagniksangani)</a>,<a href=\"https://profiles.wordpress.org/dancaragea/\">Dan Caragea (dancaragea)</a>, <a href=\"https://profiles.wordpress.org/modelaid/\">modelaid</a>, <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys (nekojonez)</a>, <a href=\"https://profiles.wordpress.org/mehrazmorshed/\">Mehraz Morshed (mehrazmorshed)</a>, <a href=\"https://profiles.wordpress.org/shenyanzhi/\">沈唁 (shenyanzhi)</a>, <a href=\"https://profiles.wordpress.org/haozi/\">耗子 (haozi)</a>, <a href=\"https://profiles.wordpress.org/cyrfer/\">cyrfer</a>, <a href=\"https://profiles.wordpress.org/narolainfotech/\">narolainfotech</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica (benjamin_zekavica)</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Your feedback</h2>\n\n\n\n<p>How are you using BuddyPress? Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please&nbsp;<a href=\"https://buddypress.org/support/topic/buddypress-14-0-0/\">share your feedback</a>&nbsp;about this version of BuddyPress on our website.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Let’s meet at «&nbsp;Da Lucia&#8217;s&nbsp;» !</h2>\n\n\n\n<a href=\"https://buddypress.org/wp-content/uploads/1/2024/07/IMG_7414.jpg\"><img width=\"1024\" height=\"714\" src=\"https://buddypress.org/wp-content/uploads/1/2024/07/IMG_7414.jpg\" alt=\"\" class=\"wp-image-334590\" /></a><a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/vapvarun/\" rel=\"nofollow\">@vapvarun</a> &amp; <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/imath/\" rel=\"nofollow\">@imath</a> met at Da Lucia&#8217;s to enjoy 2 delicious &amp; enormous pizzas!\n\n\n\n<p><strong>BuddyPress is about people</strong>! The BuddyPress team is made up of friendly folks from all around the world. We meet online every week during a release cycle but when we manage to meet IRL during a WordCamp, a BuddyCamp or just because we&#8217;re around at the same time we absolutely need to celebrate it with a great <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f355.png\" alt=\"🍕\" class=\"wp-smiley\" />. <a href=\"https://daluciaresturantpizzeria.eatbu.com/?lang=en\">Da Lucia&#8217;s</a> will, from now on, be remembered as the great pizza restaurant where <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/vapvarun/\" rel=\"nofollow\">@vapvarun</a> &amp; <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/imath/\" rel=\"nofollow\">@imath</a>, two members of the BP Team, met IRL for the first time <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f91d.png\" alt=\"🤝\" class=\"wp-smiley\" /> <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f602.png\" alt=\"😂\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 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<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/buddypress/\">BuddyPress</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n\n\n\n<p>Props <a href=\"https://buddypress.org/members/dcavins/\">@dcavins</a> for his review about this announcement post.</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 Jul 2024 11:49:25 +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:\"Mathieu Viet\";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:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Do The Woo Community: Connecting Means Opening the Doors\";s: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://dothewoo.io/?p=84661\";s: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:55:\"https://dothewoo.io/connecting-means-opening-the-doors/\";s: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:4327:\"Episode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>You know as well as I do that there are people in our community looking for a job. The reasons for this stem from many different situations. For freelancers and small business owners, in reality, they are always looking for a job in another sense. Depending on how things are going, it reflects on their need to find that next client.</p>\n\n\n\n<p>Now, I&#8217;m not leading into some episode where I am going to give you tips on looking for a job or insights on best practices. I&#8217;m really not qualified for that. I have been working for myself since the late 1980s, with a few jobs here and there during those early years of surviving. I probably know as much as many of you do.</p>\n\n\n\n<p>And again, I could mention all the resources where you might find work. Michelle Freschette generously curates job openings on her X profile every Wednesday. Marcus, one of our hosts, lists those who are looking for work over on thewp.world. Not to mention sites like Post Status and others that list jobs.</p>\n\n\n\n<p>The reason I bring this up is that, as I do every day, several times, I visit LinkedIn and typically find a message from someone asking me if I am hiring. Now I get it on both sides. Often, this is unsolicited and can be annoying. On the other hand, there are those that just need work. Their abrupt intrusion, which you may describe as random, often sounds that way. True. But we do have to understand that in some cases it&#8217;s cultural, and in other cases, it&#8217;s just the fact that they have little experience in finding a job in what we may describe as the professional or correct way.</p>\n\n\n\n<p>So, there are a couple of things here. First, they do have to connect or at least ask to connect with you to do this, unless they have a premium account, which likely they won&#8217;t be doing. That first connection may be as abrupt as a short intro asking if you are hiring, or a bit more extended by first asking to connect and then following up with something like, &#8220;Hi Bob, how are you doing?&#8221; which may then lead into the job pitch.</p>\n\n\n\n<p>What do I personally do? I like to connect with people, and most of them are potential listeners to the podcast. So I connect a lot unless the invite to connect includes some kind of weird pitch, be it a job, services they offer, or anything like that. When they immediately come back with the pitch, well, sometimes I ignore it, or other times I reply with a polite reason why I am not interested.</p>\n\n\n\n<p>You may think I am crazy and spending way too much time doing that. Well, let me explain a couple of things about me.</p>\n\n\n\n<p>First, the ripple effect or the &#8220;you never know&#8221; effect. Each connection, no matter how it starts, can lead to something else. Maybe you think the odds are against it, but it happens. I have experienced that myself. Maybe they do become a listener. Or read one of my posts that inspires them. Or they could tell a friend or colleague about the podcast because of where their interest lies. The thing is, you never know.</p>\n\n\n\n<p>Secondly, I have opened the door. I&#8217;m not sure how many of you are old enough to remember door-to-door salespeople. Those ones that you would answer the door for or quickly disappear around the corner into another room hoping they didn&#8217;t see you. But for those times you did open the door, there was the invite. The chance for them to introduce themselves and give their pitch. How that moment evolved varied. But the fact is, you did invite them in. So when you connect with someone on LinkedIn, you are doing the same thing. Sure, it&#8217;s not what you may have expected or wanted, but you opened the door.</p>\n\n\n\n<p>So that&#8217;s it. I&#8217;m not suggesting you follow my line of reasoning or even that you have the same goals as me when it comes to a platform like LinkedIn. All I want to do is to remind you that you opened the door.</p>\n</div>\n\n\n\n\n<p>In today&#8217;s episode BobWP leads into the diverse challenge of so many people in the WordPress ecosystem looking for a job.</p>\n\n\n\n<p>Which leads into his take on LinkedIn where so many people are asking for work and how connecting is all about opening doors.</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 Jul 2024 10:08:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Akismet: Version 5.3.3 of the Akismet WordPress plugin is ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://akismet.com/blog/version-5-3-3-of-the-akismet-wordpress-plugin-is-ready/\";s: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:572:\"<p>Version 5.3.3 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available for&nbsp;download.</p>\n\n<p>There are a number of bug fixes and improvements and we recommend upgrading if you&#8217;re using an earlier version of the&nbsp;plugin.</p>\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins&nbsp;directory</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 Jul 2024 23:38: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:17:\"Chris Rosser 🏔\";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:13:\"\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:107:\"WPTavern: #127 – Rian Rietveld on Understanding the European Accessibility Act and Its Impact on Websites\";s: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=156969\";s: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:121:\"https://wptavern.com/podcast/127-rian-rietveld-on-understanding-the-european-accessibility-act-and-its-impact-on-websites\";s: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:44407:\"Transcript<div>\n<p>[00:00:00] <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, understanding the European Accessibility Act and it&#8217;s impact on websites.</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 over to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Rian Rietveld. Rian is a web accessibility specialist from the Netherlands. As a freelance accessibility consultant, she works for NL Design Systems, the WordPress agency Level Level, and the form plugin Gravity Forms. She also teaches at the online learning platform, The A11Y Collective. She loves to share her knowledge at WordCamps meetups workshops and accessibility conferences worldwide.</p>\n\n\n\n<p>Today, we talk about the accessibility requirements of the European Accessibility Act or EAA, which will be enforced on June the 28, 2025.</p>\n\n\n\n<p>This legislation mandates that public service websites, products and services be accessible to all people. Rian clarifies the key aspects of the EAA, particularly focusing on websites, but we also touch upon other areas such as apps and PDFs.</p>\n\n\n\n<p>She emphasizes the importance of ensuring accessibility, not only because of the legal requirements, but also due to the moral obligation to include individuals with disabilities who access the web using a variety of different mechanisms, such as screen readers and keyboards.</p>\n\n\n\n<p>We discuss practical ways to achieve web accessibility. For example, using default accessible themes in vanilla WordPress, and writing accessible content.</p>\n\n\n\n<p>Rian also highlights the need for constant monitoring and training within teams to maintain accessibility standards, especially focusing on keyboard accessibility and color contrast.</p>\n\n\n\n<p>Financial incentives for making websites accessible are another point we talk about, as accessible websites can lead to increased revenue by catering to a broader audience, including the 20% of the population that relies on accessible websites.</p>\n\n\n\n<p>Additionally Rian points out that an accessible website can significantly impact SEO and customer engagement.</p>\n\n\n\n<p>Towards the end of the podcast we talk about the importance of having an accessibility statement for websites in Europe, the differences in the requirements between the EU and other parts of the world, and the benefits of hiring a professional to conduct an accessibility audit.</p>\n\n\n\n<p>She also addresses exemptions for small companies, but notes the overall benefit of compliance for reaching more customers.</p>\n\n\n\n<p>If you&#8217;re interested in the implications of the European Accessibility Act, and how to make your website more inclusive, this episode is for you.</p>\n\n\n\n<p>If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Rian Rietveld.</p>\n\n\n\n<p>I am joined on the podcast by Rian Rietveld. Hello, nice to meet you.</p>\n\n\n\n<p>[00:04:03] <strong>Rian Rietveld:</strong> Thank you. for having me.</p>\n\n\n\n<p>[00:04:05] <strong>Nathan Wrigley:</strong> You&#8217;re very welcome. So we are at WordCamp Europe 2024. We are in the city of Torino. This is my first interview, so it&#8217;s an absolute pleasure having you on the podcast. We&#8217;re going to talk a little bit about a topic which Rian is mentioning at this conference. Do you want to just tell us a little bit about who you are before we get stuck into accessibility?</p>\n\n\n\n<p>[00:04:24] <strong>Rian Rietveld:</strong> My name is Rian Rietveld, and I&#8217;m from the Netherlands. I&#8217;m an accessibility expert. At the moment I&#8217;m freelance, and I&#8217;m working on various projects. One is the NL Design System that&#8217;s for the Dutch government, where I write documentation and guidelines for government websites, how to create accessible forms. And I also work for the WordPress agency Level Level, and for Gravity Forms, the WordPress forms plugin. And I give in-house trainings to companies.</p>\n\n\n\n<p>[00:04:53] <strong>Nathan Wrigley:</strong> This is a topic which is probably, well, we&#8217;ll get into it, but there&#8217;s probably a whole load of legal stuff that we&#8217;ll end up talking about. And I just want to clear up at the beginning, do you have a background as a lawyer, or anything like that?</p>\n\n\n\n<p>[00:05:04] <strong>Rian Rietveld:</strong> No, I am not a lawyer, and I want to emphasise that everything I say is from the accessibility point of view, and not from the legal point of view. If you have questions really about a legal implications for your company, hire an expert in legislation for accessibility.</p>\n\n\n\n<p>[00:05:20] <strong>Nathan Wrigley:</strong> Okay, so I guess good to get out the way right at the beginning. Nevertheless, you&#8217;ve got a lot of expertise in this area. Your talk is called the European Accessibility Act. I would imagine we&#8217;ll probably call that EAA from this point. Well, I don&#8217;t know which is quicker, to be honest.</p>\n\n\n\n<p>But the EAA, the European Accessibility Act is a piece of legislation, which I think is coming around in the year 2025. It seems like it&#8217;s a very big and important piece of legislation for people working with websites. Do you just want to tell us a little bit about what it is? Just what it is to begin with, and then we&#8217;ll get into who it affects, and how it affects people.</p>\n\n\n\n<p>[00:05:55] <strong>Rian Rietveld:</strong> In 2016, the EU member states agreed to make public service websites accessible. For example, government websites. And in 2019, they agreed on the directive to make also products and services accessible. And each member state has to implement that directive into their own legislation.</p>\n\n\n\n<p>In 2022, each member state must already have that put in their law. So actually, that legislation should already be implemented with the member states. The Dutch government only did that two months ago. Some countries didn&#8217;t even do that yet. Other countries have that really nicely in order. So it depends a bit on the member state, but they all agreed that it will be enforced in 2025. June 28th, 2025. So it&#8217;s in one year, and then it will be enforced.</p>\n\n\n\n<p>And what they agree on, that all services and products need to be accessible. And that&#8217;s a whole bunch of products like computers, operating systems, ATMs, ticket machines. And for services, it&#8217;s websites, e-commerce, the 111 emergency number. It&#8217;s a list of products and services that need to be accessible for people with a disability.</p>\n\n\n\n<p>[00:07:14] <strong>Nathan Wrigley:</strong> So it&#8217;s not bound, this legislation is very much not bound just to websites, although that&#8217;s obviously our area of expertise. It&#8217;s any sort of interface, so an ATM is a perfect example. You know, you want to go and get money out of the machine, and obviously if you have an issue which prevents you doing that in the, and I&#8217;m putting air quotes, the normal way, that machine needs to be, by 2025, June 2025, that machine has to be accessible. And we can explore what that might mean for an ATM, as well as a website in a moment. But that&#8217;s the moment. That&#8217;s the day it&#8217;s got to be done?</p>\n\n\n\n<p>[00:07:44] <strong>Rian Rietveld:</strong> It should already be a law in the countries, but then it will be enforced. So that&#8217;s the deadline.</p>\n\n\n\n<p>[00:07:49] <strong>Nathan Wrigley:</strong> Okay, so the expectation is that people are working towards this, and it&#8217;s not like you start thinking about it in June 2025. Yeah, it needs to be done. That work needs to be finished, because at that point the enforcement can happen. And we can get on to the enforcement, actually, let&#8217;s sort of pivot to that.</p>\n\n\n\n<p>So we&#8217;re in Italy at the moment, which is a member of the EU. I come from the UK, which made a decision several years ago to leave the EU. And I imagine there&#8217;ll be a bunch of people listening to this, I don&#8217;t know, in Australia, in New Zealand, in India, in America, does it affect them in any way?</p>\n\n\n\n<p>If you&#8217;re an ATM manufacturer, I guess you might be shipping ATM machines to Italy. But certainly with a website, if I have a website which is based in the US, well, there&#8217;s nothing preventing me, as a user in the EU, from accessing that website. So where do the boundaries lie? What is the jurisdiction? Is there a boundary? Does it neatly encapsulate the EU, or do we need to worry wherever we are?</p>\n\n\n\n<p>[00:08:49] <strong>Rian Rietveld:</strong> Well, that&#8217;s the web. The web is worldwide. So if you sell services or products to an EU member state, then your website or product needs to be accessible.</p>\n\n\n\n<p>[00:08:59] <strong>Nathan Wrigley:</strong> You specifically said if you sell, so you used the word sell there. What if you have a website which is, oh I don&#8217;t know, let&#8217;s just say you have a blog, for example, or you have a brochure website, which is nothing to do with selling a thing. It&#8217;s just a hobby of some kind. Let&#8217;s call it that.</p>\n\n\n\n<p>[00:09:16] <strong>Rian Rietveld:</strong> Of course, but you don&#8217;t have to. If you sell items, services, or products, then you need to be accessible.</p>\n\n\n\n<p>[00:09:22] <strong>Nathan Wrigley:</strong> So it&#8217;s bound up with the transaction of money. If money is moving from one point to another point, and any of that touches the EU, then you need to be compliant by June 2025.</p>\n\n\n\n<p>[00:09:34] <strong>Rian Rietveld:</strong> Yes.</p>\n\n\n\n<p>[00:09:35] <strong>Nathan Wrigley:</strong> What I&#8217;m taking from that then is that, if you are an international company, and you are selling anything into the EU, you can&#8217;t ignore this, even though you are in a country where the jurisdiction, if you like, you might think it doesn&#8217;t affect you.</p>\n\n\n\n<p>How could that jurisdiction possibly affect you though? So for example, let&#8217;s say that I am an American company, and I&#8217;m selling things, and Europeans are buying them. What possible thing could the EU do to an American citizen? Is there some relationship in law that you know of? And again, I&#8217;ll just emphasise that I know you&#8217;re not a lawyer.</p>\n\n\n\n<p>[00:10:07] <strong>Rian Rietveld:</strong> Well, that&#8217;s the big question, nobody knows yet.</p>\n\n\n\n<p>[00:10:09] <strong>Nathan Wrigley:</strong> Interesting.</p>\n\n\n\n<p>[00:10:10] <strong>Rian Rietveld:</strong> And what will happen, will it be a sue culture like in the US. Or will it be someone complaining, and take it to a local court? I have no idea. That&#8217;s kind of a tin of worms, because each country implements the legislation on a bit different way. For example, Germany has a very strict legislation. Maybe other people only stick to what is needed. It&#8217;s a tin of worms. And how it&#8217;ll be implemented, and how it&#8217;ll be enforced, we just have to see what happens.</p>\n\n\n\n<p>[00:10:38] <strong>Nathan Wrigley:</strong> Yeah, I guess it will be interesting. Do you know though if people are lining up? How can I describe this without sounding controversial. In certain parts of the world, there&#8217;s this phrase which I hear from time to time and it&#8217;s ambulance chasing lawyers. And it&#8217;s the idea that lawyers find things where there&#8217;s a problem, and they go after them, maybe not for ethical reasons, or moral reasons, or whatever it may be, but it&#8217;s just because there&#8217;s a pot of money that they could get. Do you have any intuition as to whether lawyers in the EU are kind of ramping up their posture in terms of the EAA.</p>\n\n\n\n<p>[00:11:11] <strong>Rian Rietveld:</strong> That&#8217;s not a culture in Europe at all, because for government website you need at the moment have an accessibility statement where you say, I&#8217;m aiming for, for example, the web content accessibility guidelines, version 2.1, level AA. This is what still needs to be done. This is the roadmap, and this is where you can file an issue. That&#8217;s an accessibility statement. And you already put what&#8217;s wrong on your website. And that will be hard to do in the US, because that gives a lawyer like a checklist.</p>\n\n\n\n<p>But if you have a good support system in place. First, someone needs to complain, and you need to respond on that and say, okay, I&#8217;m going to fix that. But if you ignore complaints and just say, oh, there&#8217;s disabled people, I&#8217;m not interested in that. That will trigger a lawsuit I think.</p>\n\n\n\n<p>But in Europe, you have to have an accessibility statement explaining what still needs to be done. And that&#8217;s a big issue I think for US companies, because they legally cannot do that.</p>\n\n\n\n<p>[00:12:13] <strong>Nathan Wrigley:</strong> So does that statement need to be published online, or it be a document that you just have in a file, in a drawer gathering dust?</p>\n\n\n\n<p>[00:12:21] <strong>Rian Rietveld:</strong> It has to be on your website, an accessibility statement. Yeah, it gives information about, what are you doing? What are you aiming for? What are you working on? And also, how people can report an issue. And that&#8217;s important if you are a client and you cannot use someone&#8217;s website, and you have the courtesy to actually tell that, okay, I cannot use your website because I have this, and this issue. You have to take these people seriously.</p>\n\n\n\n<p>[00:12:43] <strong>Nathan Wrigley:</strong> So if you have to put that online, presumably it&#8217;s possible to go and find guidance about websites, in order to start ticking off those boxes, to be able to say, yeah, we have done that one, and we have done that one, but we have yet to begin this process. Those kind of documents are available, easy to access. Do you have a URL which you can just pop out of your head to do with that, where you would go and find those kind of things?</p>\n\n\n\n<p>[00:13:07] <strong>Rian Rietveld:</strong> If you have a website, you let an accessible expert or firm do an audit. And in the audit you state what is wrong, right, and what is wrong. And that is a document you can link to. Is that what you mean?</p>\n\n\n\n<p>[00:13:19] <strong>Nathan Wrigley:</strong> Yeah, I think so. So you are advocating that, if you are not entirely sure, in other words, it sounds like, if you don&#8217;t have a legal team who are up on this, and understand all of this, you are saying hire a professional.</p>\n\n\n\n<p>[00:13:31] <strong>Rian Rietveld:</strong> Yes, please. Well, you have to do an audit by a professional. And a professional has to do an audit on your website, as a basement measurement, and you work from there. You fix the issues from there. And maybe if all the issues are fixed, you can redo the audit, and publish that on your website. But it gives you a state of the accessibility of your website at that moment.</p>\n\n\n\n<p>[00:13:52] <strong>Nathan Wrigley:</strong> So I&#8217;m imagining a, almost like a tick sheet with, there&#8217;s this, and this, and this, and I&#8217;ve to tick that, but I haven&#8217;t ticked that. Are there certain things on that tick sheet, things that you need to do in a certain order? And again, obviously you know the caveat about you not being a lawyer, and what have you. But, are there certain things that are more important? Can you get away with just ticking one box? Do the very tiniest amount, and still say, well, look we&#8217;ve made a start, it&#8217;s fine.</p>\n\n\n\n<p>[00:14:18] <strong>Rian Rietveld:</strong> No, you have to say, I&#8217;m aiming for WCAG, it&#8217;s a web content and accessibility guidelines, version 2.1 AA, or 2.2 AA. And then you have to meet a couple of success criteria. Your images have alternative text, your videos have captioning. You have to meet all those to comply to WCAG, and to comply to the European Accessibility Act requirements.</p>\n\n\n\n<p>So if you fail some, you need to fix those to comply completely. There are not many websites that comply a hundred percent. There&#8217;s always something missing. So it&#8217;s utopia to say, oh, my website is perfectly accessible. Website is a work in progress.</p>\n\n\n\n<p>[00:14:58] <strong>Nathan Wrigley:</strong> So, given that businesses can be one person, or they could be 50,000 people. Does any of that factor in? So if I am an individual employee, I am selling something, so I know that I have to take this seriously. Does the size of the business in any way affect how much I have to do by a certain date?</p>\n\n\n\n<p>Because I can imagine a company of the size of, oh I don&#8217;t know, let&#8217;s say Amazon, or Google, or something along those lines, where they&#8217;ve got gigantic resources, and they can really fairly, straightforwardly put teams of people onto this project. I&#8217;m kind of imagining, in a fair and just world, there would be an expectation that they do more than the one person business, who just started up recently, and has got a million other things to do to keep their business going. Is there any sense of that, or is it, no, it&#8217;s a absolute flat level playing field, we all have to do the same?</p>\n\n\n\n<p>[00:15:49] <strong>Rian Rietveld:</strong> Thankfully, there&#8217;s an exception for small companies. If you have less than 10 employees, and you have a revenue less than 2 million euros, you don&#8217;t need to comply. You can, of course, because it&#8217;s very good for your revenue, but you don&#8217;t need to comply to that rules.</p>\n\n\n\n<p>[00:16:05] <strong>Nathan Wrigley:</strong> I hadn&#8217;t written this question down, but that was an interesting thing that you just said. You just said that it will help your revenue, or it&#8217;s good for your revenue. And I&#8217;ve heard this being talked about before, that the people out there online, who require an accessible website, that the money in their pockets, the size of that cohort of peoples, the finances that they&#8217;ve got available is pretty large. And so if you do this work, even if you don&#8217;t need to, it could be very, very economically good for your business. So I&#8217;m just going to throw that back. Do you have anything to say about that?</p>\n\n\n\n<p>[00:16:37] <strong>Rian Rietveld:</strong> Oh, I totally agree. And the population is getting older and older, so more and more people need an accessible website. Good color contrast, a logical order of the information. I think, if you build for everyone, then you just have more customers.</p>\n\n\n\n<p>About 20% of all people need some kind of accessibility. So if you just throw away 20% of your people, of your customers, that&#8217;s a large amount of number. And those are what you said, people who have money and want to buy something from you, and you just block the door for them.</p>\n\n\n\n<p>[00:17:10] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s interesting. So, I think we&#8217;re all carrying around a mobile phone. We&#8217;ve all got this device in our pockets, which enables us to buy anything at any moment. And if you are closing the door, it&#8217;s literally like having a shop with a front door, but you&#8217;ve locked the door, and closed the windows, and pulled the curtains, and nobody can peer inside.</p>\n\n\n\n<p>[00:17:28] <strong>Rian Rietveld:</strong> What I found interesting is that there is a lot of money in SEO. You want all those people coming to your website, and then you say to 20%, okay, you are not allowed. So you throw away 20% of your SEO budget.</p>\n\n\n\n<p>[00:17:42] <strong>Nathan Wrigley:</strong> Really interesting. So 20% would be the kind of figure that we&#8217;re playing with. So there&#8217;s not only a legal obligation to do it, and we can talk about whether there&#8217;s a moral obligation in a moment. But there is definitely a financial incentive to doing this. And that, I think, is a piece of the conversation which doesn&#8217;t often get raised. And if, by doing a series of tasks, and it may be hard, and it may be arduous, but if you get these tasks complete, you may see an uptick in your revenue. So that&#8217;s kind of interesting.</p>\n\n\n\n<p>[00:18:08] <strong>Rian Rietveld:</strong> Yeah, it is part of your quality. You want to make your website responsive, secure, and good performance. That are all things that make a good website. Also add accessibility. It&#8217;s part of the quality of your work.</p>\n\n\n\n<p>[00:18:20] <strong>Nathan Wrigley:</strong> Is there a reason this kind of legislation hasn&#8217;t happened many years ago? Is it that the people who are now having an expectation that they can get online, did they just not have a voice until more recently? Because I can imagine that, if you require an accessible version of the internet, in the past years, you just wouldn&#8217;t have used the internet.</p>\n\n\n\n<p>And so you didn&#8217;t have a way to say, well, okay, this bit doesn&#8217;t work, this bit doesn&#8217;t work, because the whole thing was just broken. So you never got to see inside, you never got to peel back the curtain, and see what amazing things there are in the internet. So it&#8217;s kind of curious to me how we&#8217;ve got to 2025, and we&#8217;re still talking about this subject. We could have tackled it a decade or more ago, probably.</p>\n\n\n\n<p>[00:19:03] <strong>Rian Rietveld:</strong> Well, it&#8217;s so hard to even get the government accessible. That took years, and years, and years. And now, even in the Netherlands, about 3% of the website for the government is totally accessible. The rest has still issues. It&#8217;s hard work because it needs training, it needs awareness, it needs people who decide about the finances to give the resources for training and for development. It&#8217;s a question of awareness, and that&#8217;s getting now better and better.</p>\n\n\n\n<p>[00:19:30] <strong>Nathan Wrigley:</strong> Yeah, I guess if you are, so I&#8217;ll take the example of a wheelchair user. If you are standing on the street, and you see somebody using a wheelchair, and they want to get into a physical shop, and there are some steps, and nothing but steps, you see the problem. It&#8217;s right there in front of your eyes. This person cannot get into that shop. That&#8217;s a disaster. So we built the ramps. But this is kind of hidden.</p>\n\n\n\n<p>[00:19:53] <strong>Rian Rietveld:</strong> Yes. When you are young and everything works, your body, you just test a website with a mouse and your eyes, and you say, okay, it works. And you have no idea that someone who gets the website read out loud, has no clue about what&#8217;s happening, or uses the website with a keyboard, cannot open the menu, for example. It works for the mouse, it works for you.</p>\n\n\n\n<p>Only recently in the Netherlands, accessibility is taught on the schools for developers and designers. That&#8217;s only now starting. So everybody has to teach themselves who is a developer at the moment, or gets training, or maybe companies train their people. It&#8217;s only starting at the moment.</p>\n\n\n\n<p>[00:20:32] <strong>Nathan Wrigley:</strong> So we had decision makers who didn&#8217;t make these decisions, plus we had people coming into the industry who just didn&#8217;t know. But now we&#8217;re at the beginning of that journey. This is part of the education, so hopefully, yeah okay.</p>\n\n\n\n<p>[00:20:44] <strong>Rian Rietveld:</strong> Yes, education is the key, I think. We need to educate developers, designers, and also managers.</p>\n\n\n\n<p>[00:20:49] <strong>Nathan Wrigley:</strong> So with the best will in the world, even if 50% of the people, 60%, 70%, 80%, whatever it may be, of the people listen to this podcast, and they say, yep, I&#8217;m going todo all the right things. There&#8217;s definitely going to be a proportion of people who say, leave it till tomorrow, we&#8217;ll leave it for another year. We&#8217;ll never get caught, we a tiny fish in a big pond of websites.</p>\n\n\n\n<p>What can the EU actually do? And when I wrote the question out, I wrote, what stick can the EU use? We have this carrot and stick approach in the English language, where you hit something with a stick to get it to behave, or you offer it a carrot, a treat if you like, to get it to behave. So, is there any of that? Is there any stick that the EU can bring to bear? And also, are there any carrots?</p>\n\n\n\n<p>[00:21:30] <strong>Rian Rietveld:</strong> Well, that&#8217;s the big question. I cannot look in the future. So, what will happen in 2025? Everyone in the accessibility world is looking at, so what will happen? We don&#8217;t know. Will there be a strict legislation? Will nothing happen, like with the GDPR? Oh, panic, and then nothing happens. Or will we actually be enforced, and will there be fines for companies? I don&#8217;t know.</p>\n\n\n\n<p>I hope this will be a game changer, because there&#8217;s a lot of publicity on this. And there&#8217;s no easy, quick fix. Like the GDPR, you put a cookie banner, and you&#8217;re done. Rework your website, you need to rebuild your website, look at your work. And that&#8217;s a lot more work than just adding a cookie banner. And if there will be implications, I hope so.</p>\n\n\n\n<p>[00:22:11] <strong>Nathan Wrigley:</strong> Do you know if on the books, in theory, there&#8217;s a stick? Is there anything, and again, I know you are not a lawyer, but do you know if there&#8217;s anything in the legislation which could be used? Whether or not it will be used aggressively or, you know, more of a soft touch.</p>\n\n\n\n<p>[00:22:26] <strong>Rian Rietveld:</strong> Well, it depends on the member states. Each member state can decide, in their own legislation, what the fine will be, what the stick will be. So, not every country has decided on what to do yet. Some countries have, and some other countries none. Ireland, the law in Ireland that went viral in the accessibility world, you can go to jail. Yes, you can get fined and go to jail. Other countries may have no implications at all. If you can go to jail in Ireland, it may be not really happening, but it&#8217;s in the legislation.</p>\n\n\n\n<p>[00:22:56] <strong>Nathan Wrigley:</strong> It&#8217;d be curious to see, in the same way that financial laws, you know, if you can move your business to a country where there&#8217;s very little tax, we know what happens. The countries, there&#8217;s lots of companies, they suddenly set up an office there, and they become, I wonder if the same thing would happen. All the companies move away from Ireland from the risk of going to prison, or something like that.</p>\n\n\n\n<p>Okay, tell me about this then. So we know that you have until June 2025 to get this work done. Tell us about the more sort of moral aspect. And what I&#8217;m talking about there is, it&#8217;s going to be difficult to do this because we&#8217;re an audio podcast, and really it would be nice to sort of see some of this stuff on a screen, but we&#8217;ll just have to use words to describe it. Is there a kind of, a moral aspect to this? Can you describe what it may, in some limited circumstance, look like, or feel like, or sound like for people on the web?</p>\n\n\n\n<p>And I know that&#8217;s really hard to encapsulate. But if we took the example of somebody who is completely blind. So that&#8217;s something I think we can all understand. You know, if you&#8217;ve got perfect sight, you can close your eyes, and you can hold a mouse in your hand, and you can then try to imagine what the internet would be like. And already, just in my own mind, I&#8217;m picturing it&#8217;s a complete black box. I can&#8217;t see it anymore. What are the ways that people are accessing the web without normal, air quotes, mouse, keyboard, eyes, ears, format?</p>\n\n\n\n<p>[00:24:16] <strong>Rian Rietveld:</strong> There&#8217;s so many different ways. Some people are deaf and blind, so they depend on a braille display. They get all the text in pins, braille letters. Some people use the keyboard only, and that actually is a requirement. You should be able to use a website with a keyboard only. And some people use a stick in their mouth, if they cannot use their hands. And they can access keyboard, or display by that.</p>\n\n\n\n<p>Some people have a straw in their mouth, and they can use the straw to blow in that, and puff it&#8217;s called. And that, way it&#8217;s a zero and one, so that way you can use the website also. Stephen Hawkin, he used electronic device on his chin. He used a device on his cheek, where he can, just by moving one muscle, operate his voice control. There are people who speak to the computer without any hands. So many different ways. And it only works if you code your website properly.</p>\n\n\n\n<p>[00:25:12] <strong>Nathan Wrigley:</strong> Right, that&#8217;s the key point. All of that bit that you just said, if you just listen to that, you would think, oh, well it&#8217;s fine then, people can put a stick in their mouth, and they can use that, or they can blow, or they can have something attached to their face, or they can speak.</p>\n\n\n\n<p>But of course that&#8217;s not it. It&#8217;s that, if the website isn&#8217;t built to enable those kind of technologies, you are faced with something border lining on, just massively infuriating to use, impossible to use. So it&#8217;s not like, oh, I&#8217;ve got this assistive technology, suddenly everything is perfect. You have to rebuild the website so that the assistive technology can get through the website, and you&#8217;ve got clear markers, and it&#8217;s all built correctly.</p>\n\n\n\n<p>[00:25:52] <strong>Rian Rietveld:</strong> Actually, the web by itself, HTML, what the website is made of, is accessible. All the extra stuff they put into it, making it work only with the mouse, all the extra effects, that makes it inaccessible. So learn HTML properly. If you can use HTML well, you already have a lot of accessibility for free.</p>\n\n\n\n<p>[00:26:13] <strong>Nathan Wrigley:</strong> So again, this is a question that I didn&#8217;t have written down, but it&#8217;d be interesting to explore. If you were just using pure and exact HTML, everything would work. But we&#8217;re at a conference where we&#8217;re using a CMS, and I just have the question, how does WordPress do with any of this? Is it out of the box?</p>\n\n\n\n<p>So, okay, I&#8217;m not imagining that we&#8217;re throwing a bunch of plugins in. Ignore that, because obviously that would introduce a million and one different ways of making it inaccessible, or accessible. But if we just took vanilla WordPress, and installed directly from wordpress.org, and we were to write posts, and pages, and what have you with that, with just the core blocks, how are we doing?</p>\n\n\n\n<p>[00:26:54] <strong>Rian Rietveld:</strong> If you use the default teams, 21, 22, that kind of themes, those are all accessible. If you use those with vanilla WordPress, you&#8217;re pretty good.</p>\n\n\n\n<p>Another thing is the content. You need to write also accessible content. Good heading structure, don&#8217;t call all the links, click here. Add alternative text to your images. If you do that too, you can create an accessible website. It&#8217;s perfectly possible.</p>\n\n\n\n<p>[00:27:20] <strong>Nathan Wrigley:</strong> Now the interesting thing there is, it feels like we just had a conversation where, a person without accessibility needs has a WordPress website, and they&#8217;re creating the content for people who have accessibility needs. How does it work the other way around? How does WordPress behave as an editing, content creating experience for people with accessibility needs? I think that&#8217;s going to be a harder question to answer.</p>\n\n\n\n<p>[00:27:44] <strong>Rian Rietveld:</strong> It needs work. I will keep it to that.</p>\n\n\n\n<p>[00:27:46] <strong>Nathan Wrigley:</strong> Yeah, okay. There&#8217;s work to be done.</p>\n\n\n\n<p>[00:27:47] <strong>Rian Rietveld:</strong> There&#8217;s work to be done. And we have an excellent accessibility team, and they are doing a great job. They need more people.</p>\n\n\n\n<p>[00:27:55] <strong>Nathan Wrigley:</strong> Okay. I mean, we&#8217;ve thrown in, in the last five or six years, a very complicated, well, not complicated once you&#8217;ve understood it. It&#8217;s a complicated editing experience. There&#8217;s lots of moving parts and there&#8217;s menus over here, and there&#8217;s options, which if you click in something, other things appear, and what have you, and it&#8217;s all very visual. My interpretation of that is entirely visual. I move my mouse, and it&#8217;s complicated. So there&#8217;s work to be done, the long and the short of it.</p>\n\n\n\n<p>We didn&#8217;t really touch on this, but I do want to slightly. Is your website ever going to be complete? Even if you are Google, and you have this giant team, where you&#8217;ve got people, you know, a hundred people on this every day, for all of the things that they do. Is this journey ever complete, or is this shifting sand? Is it that the legislation is changing all the time, or there&#8217;s just too many things to do?</p>\n\n\n\n<p>And with that, are you allowed to, I know we had this sort of tick box exercise, are there some things that you could recommend to begin with if you&#8217;re on this journey? So let&#8217;s take the first bit. Can you ever say that website over there is complete?</p>\n\n\n\n<p>[00:28:57] <strong>Rian Rietveld:</strong> Well, yes you can, but a website is evolving. New content is added, new features are added, and all those need to be checked all the time. If you have a new content manager and they don&#8217;t know about adding alternative texts, it breaks your accessibility.</p>\n\n\n\n<p>[00:29:13] <strong>Nathan Wrigley:</strong> Oh, good point, yeah.</p>\n\n\n\n<p>[00:29:14] <strong>Rian Rietveld:</strong> So everybody on the team must stay focused and trained. If you have a new content manager, train them in accessibility. If you add content, then the accessibility is vulnerable because it needs to be added accessible.</p>\n\n\n\n<p>[00:29:28] <strong>Nathan Wrigley:</strong> Sorry, just to interrupt you. That&#8217;s interesting because I&#8217;m imagining a site that, let&#8217;s say I&#8217;ve got a site and it&#8217;s 10 years old, and I&#8217;ve got 10,000 blog posts, and all of them contain, let&#8217;s say video because you mentioned that videos ought to have captions. Do I need to go back and do all of those 10,000 videos?</p>\n\n\n\n<p>[00:29:44] <strong>Rian Rietveld:</strong> That&#8217;s interesting because you can, in your accessibility statement, say, okay, from January 1st 2024, I&#8217;m going to add captioning to all my videos, and then do that also. And before that, if you need content that is added to the video, or if you need captioning on a video, or need the content on an older video, email us and we&#8217;ll provide it to you. So you don&#8217;t have to go through all that content, and go through the videos, and the alternative text. But if someone needs that content, you must be able to provide it.</p>\n\n\n\n<p>[00:30:18] <strong>Nathan Wrigley:</strong> Okay. So we know that our website really, in the real world, the website&#8217;s never going to be complete if you are, like most people, are tweaking the website, and you&#8217;ve got people creating content, and new pages. So you&#8217;ve got to be constantly mindful.</p>\n\n\n\n<p>And also, I think we&#8217;ve learned that you can pick your journey a little bit. You can say, okay, I&#8217;m going to tackle this piece of the jigsaw, and this piece. And treat it as a journey.</p>\n\n\n\n<p>[00:30:41] <strong>Rian Rietveld:</strong> That&#8217;s the roadmap you&#8217;re taking. And first start with keyboard accessibility. That&#8217;s a main feature. If your keyboard accessibility is okay, it works with almost all assistive technology. And then go through color contrast. And that&#8217;s the easiest thing. If your color contrast isn&#8217;t right, it&#8217;s just tweaking your CSS. That&#8217;s a quick fix. Go for the quick fixes, and for the keyboard accessibility. I think that&#8217;s the best way to approach the roadmap.</p>\n\n\n\n<p>[00:31:07] <strong>Nathan Wrigley:</strong> That&#8217;s a good way to start. Okay, that&#8217;s perfect.</p>\n\n\n\n<p>Does this affect anything apart from websites? So I&#8217;m imagining situations where, oh I don&#8217;t know, let&#8217;s say that I&#8217;m sending out email and it&#8217;s nothing to do with my website, it&#8217;s a third party piece of software, or I&#8217;ve got, I don&#8217;t know, a CRM system, where customers can log in and see their orders and things like that. So it&#8217;s outside of the website. Does all of this need to be accessible? So we&#8217;ve been talking about websites, and at the beginning we began with ATMs, so I&#8217;m guessing the answer is yes, if anybody can interact with that thing.</p>\n\n\n\n<p>[00:31:38] <strong>Rian Rietveld:</strong> If a client can do that.</p>\n\n\n\n<p>[00:31:40] <strong>Nathan Wrigley:</strong> But there might not be any money changing hands with that thing. So I&#8217;m imagining the website, let&#8217;s say that you&#8217;re a website and you&#8217;re selling things, you&#8217;ve got a company with enough employees, you are based in Europe, and you are selling things. So we know you are definitely, the European Accessibility Act, we know that you are under that. But if you are, I don&#8217;t know, sending out email, and there&#8217;s no transaction in that email, it&#8217;s not anything to do with sales, but your company is selling things, how does that work?</p>\n\n\n\n<p>[00:32:07] <strong>Rian Rietveld:</strong> Well, emails are not really mentioned.</p>\n\n\n\n<p>[00:32:08] <strong>Nathan Wrigley:</strong> Interesting.</p>\n\n\n\n<p>[00:32:09] <strong>Rian Rietveld:</strong> It&#8217;s a good way to do it because it&#8217;s communication with your client, and you better make sure your client understands your message. So that&#8217;s good part of your best practice, of your good practice.</p>\n\n\n\n<p>[00:32:19] <strong>Nathan Wrigley:</strong> But it&#8217;s not specifically tied into the legislation. In theory, you could avoid it. That&#8217;s kind of fascinating that that never got pulled in.</p>\n\n\n\n<p>[00:32:25] <strong>Rian Rietveld:</strong> In websites?</p>\n\n\n\n<p>[00:32:26] <strong>Nathan Wrigley:</strong> Yeah, just websites. That&#8217;s fascinating.</p>\n\n\n\n<p>[00:32:28] <strong>Rian Rietveld:</strong> And apps, and also electronic documents. If you have PDFs on your website, they need to be accessible too. And that&#8217;s a good reason to get rid of your PDFs.</p>\n\n\n\n<p>[00:32:36] <strong>Nathan Wrigley:</strong> Okay, thank you. Would you just tell us a little bit about where we can find you on the internet? Obviously, you are very keen on this subject. I&#8217;m guessing that part of your business might be to do with this as well. So just tell us a little bit about where we can find you, and what kind of things you are doing.</p>\n\n\n\n<p>[00:32:50] <strong>Rian Rietveld:</strong> You can find me on rianrietveld.com. I&#8217;m doing consultancy and I write documentation. I also train people for web accessibility. If you want an online training, you can go to the A11Y Collective, that&#8217;s a11y-collective.com. We have a couple of online trainings in web accessibility there. There is, for the US WebAIM, webaim.org, and that&#8217;s a large website with excellent information about accessibility.</p>\n\n\n\n<p>Also on gov.uk, that&#8217;s from the British government, they publish excellent information about accessibility. And if you Google, well, there are many, many companies that provide accessibility consultancy, and also training. Deque is one of them. So there are plenty of them about.</p>\n\n\n\n<p>[00:33:37] <strong>Nathan Wrigley:</strong> I will make sure that I dig all of those URLs out, and I will paste them on the WP Tavern page, so you&#8217;ll be able to find them there, along with a complete transcript of this episode.</p>\n\n\n\n<p>[00:33:47] <strong>Rian Rietveld:</strong> That will be great. Yeah.</p>\n\n\n\n<p>[00:33:48] <strong>Nathan Wrigley:</strong> Yeah, you are very welcome. So thank you Rian Rietveld. I appreciate you chatting to me on the podcast today. I hope that you have a good WordCamp EU.</p>\n\n\n\n<p>[00:33:55] <strong>Rian Rietveld:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have Rian Rietveld.</p>\n\n\n\n<p>Rian is a web accessibility specialist from the Netherlands. As a freelance accessibility consultant she works for NL Design System, the WordPress agency Level Level and the form plugin Gravity Forms. She also teaches at the online learning platform The A11Y Collective. She loves to share her knowledge on WordCamps, meetups, workshops and accessibility conferences worldwide.</p>\n\n\n\n<p>Today we talk about the accessibility requirements of the European Accessibility Act or EAA, which will be enforced by June 28th, 2025. This legislation mandates that public service websites, products, and services be accessible to all people.</p>\n\n\n\n<p>Rian clarifies the key aspects of the EAA, particularly focusing on websites, but we also touch upon other areas such as apps, and PDFs. She emphasises the importance of ensuring accessibility not only because of the legal requirements but also due to the moral obligation to include individuals with disabilities who access the web using a variety of different mechanisms such as screen readers and keyboards.</p>\n\n\n\n<p>We discuss practical ways to achieve web accessibility, for example using default accessible themes in vanilla WordPress and writing accessible content. Rian also highlights the need for constant monitoring and training within teams to maintain accessibility standards, especially focusing on keyboard accessibility and colour contrast.</p>\n\n\n\n<p>Financial incentives for making websites accessible are another point we talk about, as accessible websites can lead to increased revenue by catering to a broader audience, including the 20% of the population that relies on accessible websites. Additionally, Rian points out that an accessible website can significantly impact SEO and customer engagement.</p>\n\n\n\n<p>Towards the end of the podcast, we talk about the importance of having an accessibility statement for websites in Europe, the differences in the requirements between the EU and other parts of the world, and the benefits of hiring a professional to conduct an accessibility audit. She also addresses exemptions for small companies, but notes the overall benefit of compliance for reaching more customers.</p>\n\n\n\n<p>If you’re interested in understanding the implications of the European Accessibility Act and how to make your websites more inclusive, 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://wordpress.tv/2024/07/03/the-european-accessibility-act-explained/\">The European Accessibility Act explained</a> on WordPress.tv</p>\n\n\n\n<p><a href=\"https://www.nldesignsystem.nl/\">NL Design System</a></p>\n\n\n\n<p><a href=\"https://level-level.com/\">Level Level agency</a></p>\n\n\n\n<p><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></p>\n\n\n\n<p><a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\">WCAG guidelines</a></p>\n\n\n\n<p><a href=\"https://rianrietveld.com/\">Rian&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://www.a11y-collective.com/\">The A11Y Collective</a></p>\n\n\n\n<p><a href=\"https://webaim.org/\">WebAIM</a></p>\n\n\n\n<p><a href=\"https://www.gov.uk/guidance/guidance-and-tools-for-digital-accessibility\">Guidance and tools for digital accessibility</a> from gov.uk</p>\n\n\n\n<p><a href=\"https://www.deque.com/\">Deque</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 Jul 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\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:89:\"Do The Woo Community: Walking the Floor at WCEU Talking Accessibility with Taeke Reijenga\";s: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://dothewoo.io/?p=84570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://dothewoo.io/walking-the-floor-at-wceu-talking-accessibility-with-taeke-reijenga/\";s: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:25294:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-56 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-55 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-52 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-21 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-51 wp-block-group-is-layout-constrained\">\n<img width=\"1224\" height=\"1224\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2022/11/Hostinger_Vertical_Purple-e1668465093968.jpg?resize=1224%2C1224&ssl=1\" alt=\"Hostinger\" class=\"wp-image-73505\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-22\"><strong><a href=\"https://hostinger.com\">Hostinger</a></strong>: As a builder or an agency managing multiple sites, check out <strong>Hostinger</strong>. Whether you are building a WordPress site or specifically, a Woo store, their infrastructure brings your clients sites speed, uptime and security.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-54 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-23 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-53 wp-block-group-is-layout-constrained\">\n<img width=\"500\" height=\"500\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2024/02/Omnisend-square.jpg?resize=500%2C500&ssl=1\" alt=\"\" class=\"wp-image-78802\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-24\"><strong><a href=\"https://your.omnisend.com/onlywoo_dothewoo\">Omnisend</a></strong>: Whether it&#8217;s for integration into your Woo product, or building sites for clients, <strong>Omnisend</strong> is the solution for email and SMS marketing with their CRM solution for WooCommerce shops and your own website.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Taeke:<br />Hey guys and girls, and anything in between. This is Taeke, your host from the accessibility podcast. It&#8217;s just me today. I saw Anne-Mieke running around, which is understandable as she is one of the organizers of WordCamp Europe that we&#8217;re currently attending. We&#8217;re going to freestyle a bit, so I&#8217;ll just walk around and ask some people about accessibility: what it means for them, if it&#8217;s something that is part of their daily practice, if it&#8217;s new to them, anything. So let&#8217;s get started. Hey there, this is, let&#8217;s see, Manuela van Prooijen. How are you doing? Hi.</p>\n\n\n\n<p>Manuela:<br />I am fine, thank you. This is quite a spread.</p>\n\n\n\n<p>Taeke:<br />It&#8217;s been a couple of years.</p>\n\n\n\n<p>Manuela:<br />Yes. The last time we met was at Porto WordCamp Europe.</p>\n\n\n\n<p>Taeke:<br />And that&#8217;s when you decided to move to Portugal.</p>\n\n\n\n<p>Manuela:<br />That&#8217;s right. That&#8217;s my home base now.</p>\n\n\n\n<p>Taeke:<br />Really cool. This is the Do the Woo accessibility podcast. So I wanted to ask you a couple of questions about accessibility. Is there anything that you do in your daily life that involves accessibility?</p>\n\n\n\n<p>Manuela:<br />Yeah. Over the past few years, I&#8217;ve developed training programs specifically for virtual assistants to bridge the gap between backend developers and marketing teams to provide a hands-on workforce for bridging accessibility gaps. So I have this program, and it&#8217;s very successful in the Netherlands.</p>\n\n\n\n<p>Taeke:<br />So you&#8217;re basically training the new generation to help us out?</p>\n\n\n\n<p>Manuela:<br />Yes. With the upcoming European Accessibility Act, it&#8217;s very important not just to have auditors or programmers, but people who can provide hands-on workforce.</p>\n\n\n\n<p>Taeke:<br />Yeah, that&#8217;s amazing. And I totally agree. I mean, I foresee a bit of an issue with this act coming up. At the moment that we are recording, this is one year and 14 days away.</p>\n\n\n\n<p>Manuela:<br />Yes, it&#8217;s almost one year away, but it&#8217;s getting closer.</p>\n\n\n\n<p>Taeke:<br />It&#8217;s getting closer. The clock is ticking. Next booth, I see a booth for Equalize Digital, and I know they do something with accessibility. Hi there. Who are you? What do you do at Equalize Digital?</p>\n\n\n\n<p>Steve:<br />Hello, I am Steve Jones. I am the CTO at Equalize Digital. We are an accessibility product and services company specializing in accessibility. We have a plugin called the Accessibility Checker that scans your websites for accessibility issues.</p>\n\n\n\n<p>Taeke:<br />And I heard something, and I see it on your booth. You landed an amazing client not too long ago, or maybe some time ago, but they launched not too long ago.</p>\n\n\n\n<p>Steve:<br />They have a lot of things, but the client you&#8217;re speaking of is NASA. Last year, we were brought in as the accessibility team for the NASA project. NASA built a new website on top of WordPress, and we were lucky enough to be brought in to audit the code being developed by the Lone Rock Agency for the NASA website. It was an exciting time, and it actually has extended to just recently. We&#8217;ve still been doing some audits on that and providing accessibility feedback.</p>\n\n\n\n<p>Taeke:<br />That&#8217;s amazing. Congrats on that. That&#8217;s a cool name to have in your portfolio, right?</p>\n\n\n\n<p>Steve:<br />Absolutely.</p>\n\n\n\n<p>Taeke:<br />So is it just these big names that you work for? I imagine that the plugin is for anyone to install. Can you tell a little bit more about the plugin, what it does, and why I should install it on my website?</p>\n\n\n\n<p>Steve:<br />Yeah, we don&#8217;t just do huge, awesome, interesting clients like NASA, although that is great. The bulk of our clients are medium to large agencies. We do a lot of enterprise website development that is accessible, and like you said, we have our Accessibility Checker plugin. This plugin has a full-featured free version available on WordPress.org. It sits inside your WordPress admin and evaluates your post or page for accessibility issues in real-time.</p>\n\n\n\n<p>Taeke:<br />So this really helps editorial teams in writing their content because they get immediate feedback, right?</p>\n\n\n\n<p>Steve:<br />Yes, it&#8217;s never enough to launch a website and say it&#8217;s accessible and then leave it. Especially WordPress websites. They&#8217;re a living, breathing machine. So accessibility is something that needs to be evaluated with every publish.</p>\n\n\n\n<p>Taeke:<br />It&#8217;s not just about developers being trained.</p>\n\n\n\n<p>Steve:<br />Content creators,</p>\n\n\n\n<p>Taeke:<br />Content creators, designers. It&#8217;s a team effort. Is there anything you want to add or share with us? Otherwise, I&#8217;m going to move along and see if there are more sponsors here that do anything with accessibility.</p>\n\n\n\n<p>Steve:<br />For any freelancers or agencies or large agencies out there, consider accessibility a priority. Put accessibility first.</p>\n\n\n\n<p>Taeke:<br />I do have one last question. Why is it so important for you? Is it the law or is there a more ethical motivation? What brought you to accessibility as a niche?</p>\n\n\n\n<p>Steve:<br />Well, there is a legal aspect and an ethical aspect to it. Of course, a lot of companies do need to legally comply. The European Accessibility Act will be enacted next year. So there&#8217;s a lot in that respect. But there&#8217;s the ethical side too. At Equalize Digital, we lean more on the ethical side. It’s the right thing to do. Anybody should be able to use the internet. Societies across the world are becoming increasingly digital for basic tasks like getting medical supplies and filling out government paperwork. They shouldn&#8217;t be met with blockers along the way. They should be able to access and submit information as easily as people without any disabilities.</p>\n\n\n\n<p>Taeke:<br />Yeah, totally agree. And it’s exactly the same philosophy that we live by. It’s more the ethical argument that weighs stronger than any law. It’s about democratizing publishing, making sure that the web is open and can be used by anyone in any situation, whether it’s a temporary or a more permanent one. In the end, we’ll all grow older.</p>\n\n\n\n<p>Steve:<br />Yeah, I mean, we’re building an internet for our future selves. We will get older, and we will have degenerative issues, eyesight issues typically. It’s funny that you bring up democratizing publishing because our CEO, Amber Hines, likes to say that we’re trying to democratize accessibility.</p>\n\n\n\n<p>Taeke:<br />Thanks very much.</p>\n\n\n\n<p>Steve:<br />Alright, thank you.</p>\n\n\n\n<p>Taeke:<br />And while I’m approaching the Do the Woo booth at WordCamp Europe, I see another amazing person that I want to ask some questions. We’re going to see an amazing talk by Fel about the European Accessibility Acts that we extensively discussed already. And I just ran into Bet.</p>\n\n\n\n<p>Bet:<br />Hey.</p>\n\n\n\n<p>Taeke:<br />Hey, Bet, how are you?</p>\n\n\n\n<p>Bet:<br />I’m good. How are you?</p>\n\n\n\n<p>Taeke:<br />I’m good. How are you enjoying WordCamp Europe?</p>\n\n\n\n<p>Bet:<br />I am enjoying it a lot.</p>\n\n\n\n<p>Taeke:<br />Yeah. What brought you here?</p>\n\n\n\n<p>Bet:<br />I get to talk to all kinds of people about accessibility.</p>\n\n\n\n<p>Taeke:<br />Awesome. Just accessibility?</p>\n\n\n\n<p>Bet:<br />Well, selling myself, yeah.</p>\n\n\n\n<p>Taeke:<br />What we’re doing. Well, sell yourself to the audience. Who are you? What do you do?</p>\n\n\n\n<p>Bet:<br />I’m Ben Hannon. I’m the CEO of AccessiCart. We do web accessibility for e-commerce and other folks too, but primarily e-commerce. We work on WordPress, Shopify, and Magento.</p>\n\n\n\n<p>Taeke:<br />And what does that mean, &#8220;we work on&#8221;?</p>\n\n\n\n<p>Bet:<br />We do accessibility consulting and testing for those platforms, and then we can do remediations in WordPress, but not on the others. We tend to partner with agencies, working alongside them to identify issues, prioritize them, help them solve them, and retest and document everything.</p>\n\n\n\n<p>Taeke:<br />You guide them through the process with the aim of going from one project to the other or training them on the job and letting them go at some point?</p>\n\n\n\n<p>Bet:<br />Yes, we build up the skills of the developers there. We do some project work, project management for remediation, or consulting for a development project. But our bread and butter is doing accessibility maintenance plans. Accessibility can be affected by any kind of content change. Sometimes even a plugin update can make something inaccessible. So we work with them to monitor and work on the sites continuously. For many, it’s about identifying and solving a few problems every month, step by step.</p>\n\n\n\n<p>Taeke:<br />And that gets them documentation that shows they’re making incremental progress. It’s about showing they’re taking it seriously, right?</p>\n\n\n\n<p>Bet:<br />Exactly. And having those documented reports makes it more affordable for many people to begin thinking about doing it in smaller chunks.</p>\n\n\n\n<p>Taeke:<br />You’re from the US, right?</p>\n\n\n\n<p>Bet:<br />Yes, I’m from Oregon.</p>\n\n\n\n<p>Taeke:<br />So you deal with the Americans with Disabilities Act mainly?</p>\n\n\n\n<p>Bet:<br />Yes, but we also have clients who need to comply with EU laws.</p>\n\n\n\n<p>Taeke:<br />If you look at the European Accessibility Act and compare it to what’s already happening in the US under the ADA, do you see a difference?</p>\n\n\n\n<p>Bet:<br />Yes, the EU law will have a much bigger impact. The ADA was enacted 40 years ago, before websites, so it wasn’t written for websites. Lawsuits are brought under the ADA, and courts usually say you have to remediate to WCAG 2.1 AA. But the EAA talks about those standards plus regular testing and reporting, which isn’t required in the US unless they have EU customers.</p>\n\n\n\n<p>Taeke:</p>\n\n\n\n<p>So the European Accessibility Act is really an act about accessibility, and it’s up to the European countries to implement it into law. It’s inclusive.</p>\n\n\n\n<p>Bet:<br />Yes, and in some countries, like Germany, competitors can file a complaint, which really motivates people to get that competitive advantage.</p>\n\n\n\n<p>Taeke:<br />I hope there’s enforcement and it’s taken seriously. From Europe, we look at the US and see it as the Wild West with the ADA.</p>\n\n\n\n<p>Bet:<br />Yes, the European Accessibility Act is friendlier but has a bigger impact. It’s about being inclusive.</p>\n\n\n\n<p>Taeke:<br />With only one year to go, I’m a bit worried that we’re not ready for this.</p>\n\n\n\n<p>Bet:<br />But there’s more awareness now. Agencies and clients are starting to realize they need to step up.</p>\n\n\n\n<p>Taeke:<br />It’s a mindset. If we don’t feel it, if we don’t have the empathy to understand what it’s like not to be able to use the web, then…</p>\n\n\n\n<p>Bet:<br />Exactly. If you’re lucky enough not to die suddenly, you’ll probably need accessibility.</p>\n\n\n\n<p>Taeke:<br />Yes. Someone mentioned we’re building the accessible web for ourselves. We’ll all grow older and benefit from this. Thanks for the catch-up, Bet. Let’s see if we can get you on the show soon.</p>\n\n\n\n<p>Bet:<br />That would be great. Thanks a lot.</p>\n\n\n\n<p>Ash:<br />My name is Ash Shaw. I’m from Lightspeed WordPress Agency. We did some testing using BrowserStack accessibility tools and PageSpeed Lighthouse. We’ve been fixing issues within our free open-source theme listed on WordPress.org.</p>\n\n\n\n<p>Taeke:<br />What’s it called?</p>\n\n\n\n<p>Ash:<br />NSX Design. None of our software in the past was accessible. After we purchased courses from the A11Y Collective, we skilled up in accessibility. My designer, developers, and I all skilled up.</p>\n\n\n\n<p>Taeke:<br />That’s amazing.</p>\n\n\n\n<p>Ash:<br />It made a huge difference to our understanding of accessibility and compatibility. We have clients worldwide, but mainly in South Africa. Now that we have a base that is accessible, we can build accessible sites.</p>\n\n\n\n<p>Taeke:<br />You’ve just taken the first steps towards full accessibility in your client work?</p>\n\n\n\n<p>Ash:<br />Yes. We’re using tools like Stark as a browser extension and in Figma. We’re dealing with contrast issues, button sizes, font sizes, etc. Yesterday, I worked with the accessibility table at Contributor Day and got input on our theme issues. Some issues are in Core or WooCommerce or Gravity Forms.</p>\n\n\n\n<p>Taeke:<br />I know there are issues in WordPress and WooCommerce, but I also know people are taking it seriously. After WordCamp Europe, WooCommerce will work on their plugin and address 50-60 accessibility issues.</p>\n\n\n\n<p>Ash:<br />Yes, Amber Hinds is leading that. I reported the issues I found, and she’s logging them as GitHub issues.</p>\n\n\n\n<p>Taeke:<br />Thank you for that contribution.</p>\n\n\n\n<p>Ash:<br />It was a fun day. I learned a lot. My developers struggled at first but eventually got it.</p>\n\n\n\n<p>Taeke:<br />It takes time to go from awareness to practice. That’s why it’s important to start working on accessibility now, especially with the European Accessibility Act in mind. It’s only a year away.</p>\n\n\n\n<p>Ash:<br />Now that we have this knowledge, every project we do will use these tools. We get free access to the BrowserStack accessibility tool, and I’ve recommended it to other users.</p>\n\n\n\n<p>Taeke:<br />A lot more people will thank you for that suggestion because this is the Do the Woo podcast on accessibility. This will be broadcasted after WordCamp Europe. Thank you for all the tips and your experiences. I’m going to see if I can tackle a few more people and hear their stories about accessibility. Thanks a lot.</p>\n\n\n\n<p>Ash:<br />Thanks, man. See you.</p>\n\n\n\n<p>Taeke:<br />Hello Ingrid. Can you tell us a little bit about what you’re doing here, what you’re promoting here at the Accessibility Collective booth?</p>\n\n\n\n<p>Ingrid:<br />We are an e-learning platform with courses for designers, developers, and content writers, mostly marketers, to ensure the web is fully accessible.</p>\n\n\n\n<p>Taeke:<br />Is there a lot of interest in the booth today?</p>\n\n\n\n<p>Ingrid:<br />Yes, definitely. From frontend developers, backend developers, and plugin creators. It’s a diverse audience, which is fun to talk to about accessibility.</p>\n\n\n\n<p>Taeke:<br />Who is the Accessibility Collective aimed at? Is it for a specific discipline?</p>\n\n\n\n<p>Ingrid:<br />It’s important for all disciplines creating or writing content for the web to ensure full accessibility. It’s a team effort.</p>\n\n\n\n<p>Taeke:<br />I see a potential candidate for a small interview. Hi Josepha. Can I ask you a couple of questions? This is the Accessibility Podcast from Do the Woo.</p>\n\n\n\n<p>Josepha:<br />By some fluke of nature, we also have the current project ambassador from the TYPO3 Project.</p>\n\n\n\n<p>Taeke:<br />Wow, that’s amazing.</p>\n\n\n\n<p>Josepha:<br />You can ask us both a question.</p>\n\n\n\n<p>Taeke:<br />Can you tell me what accessibility, specifically web accessibility, means to you personally or professionally?</p>\n\n\n\n<p>Josepha:<br />I think the most important thing about accessibility that people often overlook is that it is a subset of usability. We are all just temporarily fully abled. Just because you feel accessibility doesn’t apply to you now, doesn’t mean it won’t later. It’s something we should all care about because we are a global project trying to make the world a better place, making commerce and access to cool stuff better and easier for more people.</p>\n\n\n\n<p>Taeke:<br />That’s a great opinion. Thank you for that.</p>\n\n\n\n<p>Mathias:<br />My name is Mathias Bolt Lesniak. I am the project ambassador of TYPO3, a friendly cousin CMS to WordPress. We work together in the Open Website Alliance. My elevator pitch about accessibility is this: I once stood in front of an elevator in a hotel and pressed the button. The elevator came with a person inside who asked, “Where am I?” The elevator had braille everywhere, but the key card scanner wasn’t marked in braille. It’s an excellent example of how important accessibility is. You can’t just do it as an afterthought. You have to think through it the whole way. If you skip a step, you lose the visitor.</p>\n\n\n\n<p>Taeke:<br />You ruin the experience, you lose the visitor. It’s a great example, especially in digital accessibility for e-commerce. The whole store can be accessible, but maybe the marketing team forgot something, and the user experience is ruined. Thanks very much.</p>\n\n\n\n<p>Mathias:<br />Thank you.</p>\n</div>\n\n\n\n\n<p>Welcome to this special episode of A<strong>ll Things WordPress and WooCommerce accessibility podcast</strong>, recorded live at WordCamp Europe. In this episode, your host <strong>Taeke</strong> takes you on a journey through the bustling conference, engaging with various experts and enthusiasts in the field of web accessibility.</p>\n\n\n\n<p>First, Taeke catches up with <strong>Manuela van Prooijen</strong>, who has developed a successful training program for virtual assistants in the Netherlands to bridge accessibility gaps between backend developers and marketing teams. Next, he speaks with <strong>Steve Jones</strong>, the CTO at Equalize Digital, who shares insights about their Accessibility Checker plugin and their notable collaboration with NASA. Then, Taeke interviews <strong>Bet Hannon</strong>, CEO of AccessiCart, who discusses their work on web accessibility for e-commerce platforms like WordPress, Shopify, and Magento.</p>\n\n\n\n<p>The episode also features a conversation with <strong>Ash Shaw</strong> from Lightspeed WordPress Agency, who shares their journey towards building accessible sites and the tools they use. Additionally, <strong>Ingrid</strong> from the Accessibility Collective talks about their e-learning platform aimed at making the web fully accessible for everyone. Finally, Taeke has an enlightening discussion with <strong>Josepha</strong> from Automattic, and <strong>Mathias Bolt Lesniak</strong>, the project ambassador of TYPO3, who highlight the importance of comprehensive accessibility planning. Join us as we explore these valuable perspectives on creating a more inclusive web.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hightlights</h2>\n\n\n\n<p><strong>Training for Accessibility:</strong> Manuela van Prooijen highlights the importance of training virtual assistants to bridge accessibility gaps between backend developers and marketing teams, emphasizing the need for hands-on workforce in the Netherlands.</p>\n\n\n\n<p><strong>Accessibility Tools</strong>: Steve Jones from Equalize Digital discusses their Accessibility Checker plugin, which evaluates website accessibility issues in real-time, and shares their experience working with NASA to ensure the accessibility of their new WordPress website.</p>\n\n\n\n<p><strong>Ecommerce Accessibility:</strong> Ben Hannon, CEO of AccessiCart, explains their approach to making e-commerce platforms like WordPress, Shopify, and Magento accessible, focusing on consulting, testing, and maintaining accessibility over time.</p>\n\n\n\n<p><strong>Building Accessible Foundations</strong>: Ash Shaw from Lightspeed WordPress Agency talks about their efforts to build accessible websites from the ground up, using tools like BrowserStack and Figma to address issues like color contrast and font sizes.</p>\n\n\n\n<p><strong>Team Effort in Accessibility</strong>: Ingrid from the Accessibility Collective emphasizes that creating accessible web content requires collaboration across all disciplines, including designers, developers, and content writers, to ensure a fully inclusive web experience.</p>\n\n\n\n<p><strong>Holistic Accessibility Planning</strong>: Mathias Bolt Lesniak, the project ambassador of TYPO3, shares a real-world example illustrating the importance of thorough accessibility planning, stressing that skipping any step in the process can ruin the user experience.</p>\n\n\n\n<p><strong>Ethical and Legal Motivations</strong>: Several participants, including Steve Jones and Ben Hannon, highlight the dual motivations for accessibility—both ethical (making the web usable for everyone) and legal (complying with laws like the European Accessibility Act and the ADA in the US).</p>\n\n\n\n<p><strong>Future-proofing</strong>: The discussions underscore the importance of building an accessible web not just for current users but also for future generations, as everyone will benefit from accessible design as they age or face temporary or permanent disabilities.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://www.a11y-collective.com/\">A11Y Collective</a></strong></li>\n\n\n\n<li><strong><a href=\"https://accessicart.com/\">AccessiCart</a></strong></li>\n\n\n\n<li><strong><a href=\"https://equalizedigital.com/\">Equalize Digital</a></strong></li>\n\n\n\n<li><strong><a href=\"https://lightspeedwp.agency/\">Lightspeed</a></strong></li>\n\n\n\n<li><strong><a href=\"https://typo3.org/\">TYPO3</a></strong></li>\n\n\n\n<li><strong><a href=\"https://weblish.nl/\">Weblish</a></strong></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/ashshaw/\"><strong>Ash Shaw on LinkedIn</strong></a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/bethannon/\"><strong>Bet Hannon on LinkedIn</strong></a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/ingrid-lentz-coelho-toscano-5080a714/\"><strong>Ingrid Lentz on LinkedIn</strong></a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/josephahaden/overlay/about-this-profile/\"><strong>Josepha Haden Chomphosy on LinkedIn</strong></a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/manuelavanprooijen/overlay/about-this-profile/\"><strong>Manuela van Prooijen on LinkedIn</strong></a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/mathias-bolt-lesniak/overlay/about-this-profile/\"><strong>Mathias Bolt Lesniak on LinkedIn</strong></a></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/in/stevejonesdev/\"> Steve Jones on LinkedIn</a></strong></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:\"Wed, 10 Jul 2024 09:02: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: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:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: WordPress 6.6 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17497\";s: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/2024/07/wordpress-6-6-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9307:\"<p>WordPress 6.6 RC3 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, please evaluate RC3 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, your testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC3 in four ways:</p>\n\n\n\n<table><tbody><tr><th>Plugin</th><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><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.6-RC3</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.6 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table>Please test WordPress 6.6 RC3 in one or more of these four ways.\n\n\n\n<p>The target for the WordPress 6.6 release is <strong>next Tuesday,</strong> <strong>July 16, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 6.6 RC3?</h2>\n\n\n\n<p>Thanks to your testing (and many other contributors‘ up to now) this release includes eight bug fixes for the Editor and  <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F25%2F2024..07%2F01%2F2024&milestone=6.6&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">18 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since RC 2, 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.6?since=2024-07-02&until=2024-07-09\">GitHub commits for 6.6</a> since July 2</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F25%2F2024..07%2F01%2F2024&milestone=6.6&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac </a><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=07%2F02%2F2024..07%2F09%2F2024&milestone=6.6&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">tickets</a> since July 2</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? You might want to make your first stop <a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">The WordPress 6.6 Field Guide</a>. Then, check out this list:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes+6-6/\">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">You can contribute. Here&#8217;s how</h2>\n\n\n\n<p>WordPress is the world’s most popular open source web platform, thanks to a passionate community of people who collaborate on its development in a wide variety of ways. You can help—whether or not you have any 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 critical to keeping WordPress speedy, stable, and secure. It’s also a vital way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you&#8217;re new to testing, follow <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">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. If you are comfortable writing a reproducible bug report, you can also report it on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. Before you do either, you may want to 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<h3 class=\"wp-block-heading\">Please update your WordPress product</h3>\n\n\n\n<p>If you build themes, plugins, blocks, or patterns, your efforts play an integral role in adding new functionality to WordPress and helping bring new people and ideas to the most vibrant (and massive!) open source community in the world.&nbsp;</p>\n\n\n\n<p>Thanks for continuing to test your products with the WordPress 6.6 betas and release candidates. With RC3, you’ll want to make sure everything is working smoothly, and if it&#8217;s a plugin, update the <em>“Tested up to”</em> version in its <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">readme file</a> to 6.6.</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\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? 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\">The RC3 haiku</h2>\n\n\n\n<p>One week to go. Then:<br />Open the paintbox! Try the tools!<br />Play a new jazz tune.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to  <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>. for peer review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jul 2024 17:39:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";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:13:\"\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:79:\"Do The Woo Community: A Journey and the Evolution of WooCommerce with Beka Rice\";s: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://dothewoo.io/?p=84508\";s: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:76:\"https://dothewoo.io/the-journey-and-evolution-of-woocommerce-with-beka-rice/\";s: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:45636:\"<div class=\"wp-block-group has-border-color has-light-gray-background-color has-background has-small-font-size has-global-padding is-layout-constrained wp-container-core-group-is-layout-61 wp-block-group-is-layout-constrained\">\n<p class=\"has-secondary-color has-text-color has-link-color wp-elements-9acf640b7ba38a84a982fc35d618387f\">This show is sponsored by&#8230;</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-60 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-59 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group has-base-background-color has-background wp-container-content-25 has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-58 wp-block-group-is-layout-constrained\">\n<img width=\"1650\" height=\"1650\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2021/03/avalara-logo-_dtw.png?resize=1650%2C1650&ssl=1\" alt=\"\" class=\"wp-image-75400\" />\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-container-content-26\"><strong><a href=\"https://developer.avalara.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Avalara</a></strong>: help developers make sure their Woo projects are tax compliance done right with Avalara&#8217;s API. Visit their extensive developer resources today.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\nEpisode Transcript\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Zach:<br />Zach Stepek here again with Carl Alexander for another episode of the Do the Woo Dev Chats. Carl, how are you doing, man?</p>\n\n\n\n<p>Carl:<br />I had a good WordCamp EU, but I got Covid, so I&#8217;m slightly recovering from that now. I&#8217;ll be muting my phone so I can cough silently in my apartment, but otherwise, I&#8217;m doing quite well. How about you?</p>\n\n\n\n<p>Zach:<br />While you were in Europe getting Covid, I had bronchitis in the US. It’s just been a fun month for respiratory things, evidently.</p>\n\n\n\n<p>Carl:<br />Yeah, apparently summer is now the time for respiratory issues. Usually, we&#8217;re from the north, so it&#8217;s a winter thing. Winter is when all the bugs come out.</p>\n\n\n\n<p>Zach:<br />Yes, unless you&#8217;re talking about cicadas, which have been recent. Those are the bugs that came out this summer for a lot of the Upper Midwest and a bunch of other places too. So that&#8217;s been fun. And we as developers, of course, know how to deal with bugs evidently. It’s been a very interesting month, watching some of the changes around Do the Woo. If you&#8217;ve missed that and you just come to listen to the dulcet tones of myself and Carl talking with developers about nerdy things,</p>\n\n\n\n<p>Carl:<br />It&#8217;s mostly your dulcet tones. I don&#8217;t think my tones are dulcet at all.</p>\n\n\n\n<p>Zach:<br />Well, some people may be attracted to the accent, my friend. That being said, if you haven&#8217;t heard about the changes around Do the Woo, Bob did a great episode summarizing what shows there are now. We&#8217;re up to 12 shows, so I encourage you to check out some of those other shows if you haven&#8217;t yet. The most recent is our Enterprise WordPress and WooCommerce show, which is pretty cool, partnered with the Scale Consortium for that. So really cool stuff. But yeah, we&#8217;re growing and changing, and that&#8217;s always nice to see. This month we have decided to invite a friend I&#8217;ve known for a very long time now, Beka Rice, to join us here on the dev chat. Let&#8217;s start out, Beka, by introducing you a bit and seeing how you have been in the last month.</p>\n\n\n\n<p>Beka:<br />Yes, I am one of the lucky folks who did not get Covid from WordCamp Europe, so very grateful for that. I had enough respiratory illnesses this winter that I am glad to be done with it, but it&#8217;s good to see you guys again. As Zach noted, I&#8217;m Beka Rice. I&#8217;ve worked with WooCommerce since 2013, maybe even before that. It&#8217;s been a long time—since I think version 1.4 if I go back in time a bit. I was one of the original folks at SkyVerge; Max, Justin, and I were partners there. We worked at SkyVerge for a long time and were acquired by GoDaddy in 2020. I still worked in the Woo ecosystem but had a number of other responsibilities and projects I was working on there as well. I left earlier this year after a few years of doing some really cool stuff but wanted to be back working with a small team. So now I have reentered the Woo atmosphere and am very excited to be back doing specific work with a small team again at Kestrel. It was nice to reconnect with a lot of people at WCEU, so if you were one of them, it was very good to see you again.</p>\n\n\n\n<p>Zach:<br />Yeah, no, that&#8217;s quite a journey. I tell the story of how I got into WooCommerce—building a website for a record label I was part of, using the white light theme back in the day.</p>\n\n\n\n<p>Beka:<br />It wasn&#8217;t Canvas?</p>\n\n\n\n<p>Zach:<br />No, I used white light because it had the look that I was after. Those were very interesting days. One of my favorite parts of that time period was the fact that it was kind of the Wild West of WooCommerce. The fork had just happened recently, and we were all starting to adopt it and get into it. There was this Trello board with all these ideas for integrations and plugins, and people would go in there, claim the things they wanted to build, and then build them. Suddenly, we had this ecosystem of plugins and extensions for WooCommerce that started to grow. You and Max and Justin were very early in all of that. I know there were some cards that were claimed that you didn&#8217;t end up building. One in particular was taken over by someone else when the bandwidth just wasn&#8217;t there to do it. I think that was subscriptions, right?</p>\n\n\n\n<p>Beka:<br />Well, I would have to ask them if that was a card they had talked about or not, but there were a number in the early days. I think &#8220;Wild West&#8221; is a great way to describe it because the community was so small at that point that you had a couple handfuls of developers who had gotten into WooCommerce, but there weren&#8217;t very many. There were more integrations and ideas and extensions than could simply be built by that small group of people. So certainly Max and Justin were earlier with that. I wasn&#8217;t developing anything at that time myself; I was more so doing documentation and support. But yeah, there were a lot of things that got built, some things that didn&#8217;t, some ideas that probably were big misses still. But with subscriptions in particular, that landing with Brent was probably a great thing all around. You can&#8217;t be mad about a really fantastic piece of software that someone else built.</p>\n\n\n\n<p>Zach:<br />I don&#8217;t think so. Honestly, the ecosystem wouldn&#8217;t have Action Scheduler if that hadn&#8217;t happened. For those who don&#8217;t know, WooCommerce Subscriptions is what birthed Action Scheduler, which is the way WooCommerce handles asynchronous tasks in the background. Brent Shepherd and his team did all the work to make that happen. I still have my blue T-shirt, the collaborative T-shirt between SkyVerge and Prospress, the Subscriptions team. One of my profile photos that I frequently go back to is me wearing that shirt with a leather sport coat over it next to a performing arts venue that&#8217;s now five minutes from my house. It’s one of my favorite pictures, and it was taken by my former business partner, Scott.</p>\n\n\n\n<p>Beka:<br />A lot of fond memories of those times for sure.</p>\n\n\n\n<p>Zach:<br />We were still technically just exiting that Wild West era when the first WooConf happened, and we all got together in Austin. What year was that?</p>\n\n\n\n<p>Beka:<br />The second WooConf in Austin? Yeah, I think it was 2015.</p>\n\n\n\n<p>Zach:<br />You and I both spoke at 2017; we were secondary keynotes then, so that was Seattle.</p>\n\n\n\n<p>Beka:<br />We&#8217;re testing our memories here, Zach. But yes, there was one in San Francisco early on that was much smaller, then Austin, and then Seattle. All were really wonderful conferences. I would love to see something like that again in the Woo ecosystem.</p>\n\n\n\n<p>Carl:<br />I tell them all the time, every WooCommerce event. Zach can&#8217;t go, but I crash all the WooCommerce events and consistently remind them they should have a dedicated WooCommerce event.</p>\n\n\n\n<p>Zach:<br />A few people are calling for that now, and it&#8217;s a common thing. We miss it because it was our chance as a community to not only gather and be a community of builders and developers in one location but also a way to show off the cool stuff that&#8217;s been happening.</p>\n\n\n\n<p>Beka:<br />Yeah, it’s hard in Woo, right? With it being decentralized, you don&#8217;t always have a view of what other people are doing. There&#8217;s no one source, not even Automattic, that knows every WooCommerce site out there. I think it was super valuable to see that across the community.</p>\n\n\n\n<p>Carl:<br />For me, it was more networking. I was trying to find agencies that specialize in that or people that worked with it more because it&#8217;s hard at WordCamps. It’s people doing a bit of everything, so it&#8217;s hard to find the people that specialize in that. I&#8217;m actually really thankful I broke in because Bob sent me an invite that he couldn&#8217;t go to the first WordCamp Asia in Bangkok, and that got the ball rolling for me. A lot of WooCommerce people hang on the sidelines a bit at these WordCamps, so it&#8217;s hard to know who specializes in it, what the big agencies are, the big plugin companies, the big extension companies, who&#8217;s doing cool stuff. It’s just really hard to find them.</p>\n\n\n\n<p>Zach:<br />Yeah, it is, and I think Brian has done a great job with WooSesh, trying to keep some of that alive virtually, but virtual events don&#8217;t compare to being in person with a group of people. It&#8217;s still fun. I enjoy them. I love what WooSesh and WordSesh have done for the community, but it&#8217;s different than gathering in person.</p>\n\n\n\n<p>Carl:<br />Some conferences, like WPCampus, do a hybrid. I got accepted to speak this year but couldn&#8217;t go physically, so I declined because I&#8217;m like you. I think the physical connection aspect, the physical networking in person, is way better than virtual. So if that&#8217;s your goal, it&#8217;s really important. Conferences, it’s hard when you do purely virtual. I think it&#8217;s good that some events are trying to do this hybrid format at least to accommodate the speakers because it&#8217;s also about the speakers. It costs a lot of money. I think WPCampus actually has a bit of a stipend, but WordCamps don&#8217;t. So there’s financial accessibility, a question of how comfortable you are traveling. So I think it&#8217;s great to have these hybrid events, but for the speakers and attendees, there&#8217;s a big difference.</p>\n\n\n\n<p>Zach:<br />It is. Right now, the designer and developer community are coming together in a virtual and physical hybrid event for Figma, right? Figma has their Config event happening yesterday and today as we&#8217;re recording. They&#8217;ve taken a hybrid model as well. They have a limited number of in-person tickets that sold out, and everybody else can attend virtually, which is pretty cool. I hope to see</p>\n\n\n\n<p>more events do that, take that hybrid approach, limit the number of attendees, but offer the people who couldn&#8217;t attend in person to attend virtually. It seems to be a really good model. The hardest part with that model is the participation of virtual people compared to those in person. I don&#8217;t think anybody&#8217;s really cracked the code on that yet. We&#8217;ll see, though. We&#8217;ll see if somebody figures that one out.</p>\n\n\n\n<p>Carl:<br />I remember there were these little virtual pixel 16-bit hallways during Covid. Some people, you could walk around and I was just like, no, thank you. I&#8217;m a bonafide nerd. I&#8217;m 41, started coding at seven. My first computer was a Phillips, which I learned something insane, that Phillips spawned ASML and so did TMSC. I always associated Phillips with shaving razors, but apparently, they were really good at computers.</p>\n\n\n\n<p>Zach:<br />They did a great job in the semiconductor industry and other parts of the computer industry. They&#8217;re also huge in medical. They’re kind of everywhere. I worked on a project back in my Adobe days. I was working on a Flex application built for a subsidiary of Siemens called Sorian, called Med Suite. It was an electronic medical record system built entirely in Adobe Flex.</p>\n\n\n\n<p>Beka:<br />See, I find it interesting that you guys got into programming and the tech ecosystem prior to, let&#8217;s say, Woo or WordPress. Woo and WordPress is actually what got me into the ecosystem. My background was not in tech. I used WordPress early on to manage my website. The reason I learned HTML and then CSS was trying to insert tables on a website. How do I do this? There&#8217;s no WordPress to do a table. How do I do tables? Then, after you learn HTML and CSS, you keep going—PHP, you start to learn JavaScript. Even though I wouldn&#8217;t consider myself a very talented developer at this point, it’s never been my focus. I learned a lot about building and got into different ecosystems, different applications, worked extensively in Shopify, but have worked on e-commerce platform infrastructure as well. Since you&#8217;ve done other things outside the ecosystem prior to working with Woo and Prospress, and I have post working with it, how do you feel like the ecosystem these days compares? It&#8217;s definitely more mature than the early days. As a developer, if you were coming into this ecosystem today, are there things you would expect that you don&#8217;t see?</p>\n\n\n\n<p>Zach:<br />I think if I were coming in new right now, the thing that would bother me the most is how to add a table that I can actually use in the block editor to call back your table story. The table block kind of sucks right now. Sorry to those responsible for that block, but at least I filed a bug report.</p>\n\n\n\n<p>Beka:<br />Yeah, now you’re responsible for giving them the feedback.</p>\n\n\n\n<p>Zach:<br />It&#8217;s inflexible. There&#8217;s barely anything you can do with it beyond displaying data. Not a lot of options to customize beyond that. The ecosystem is interesting. It is at this inflection point between what it used to be, primarily PHP, and what it&#8217;s becoming, this hybrid of PHP and React, JavaScript, and whatever new technology we want to insert next. The interaction API isn&#8217;t react. It&#8217;s something else. I can&#8217;t remember what the framework is. Is it Alpine JS?</p>\n\n\n\n<p>Carl:<br />No, we were saying they should have. We had a conversation with Marcel and Mike when we did our joint. I have a lot of thoughts on the current state because I teach a lot of programming. I wrote an object-oriented programming book for WordPress developers that teaches computer science topics. It’s a huge loss to WordPress that you can&#8217;t do what you went through.</p>\n\n\n\n<p>Beka:<br />Yeah, it&#8217;s really easy to get started with React, and then 27 steps later, now you can finally write some code.</p>\n\n\n\n<p>Carl:<br />Yeah, exactly. It’s not easy. There&#8217;s a lot of… I think now more than ever, WordPress needs to think about developer experience more if they want to go that route. Before, PHP by itself offered a really good developer experience because you could just literally edit a file, FTP it up. Okay, you&#8217;re cowboy coding, but you could get something done. You could change something and see the effect.</p>\n\n\n\n<p>Beka:<br />Well, you could see your white screen of death, but then you got to see your effects later.</p>\n\n\n\n<p>Carl:<br />Then you fixed it, or you could display errors there. It felt more accessible for somebody with no programming background. Now it&#8217;s like, oh, I have to learn react templates. I have to learn this. I have to learn that. But forget about that because does my thing even build right now? I think it&#8217;s a huge loss to the ecosystem. I&#8217;m starting to get to the point where, I mean, things change. Nothing stays the same forever. But I think it&#8217;s more obvious than ever that WordPress, yes, it&#8217;s more mature, but the whole community nature of it is not really the same either. My favorite analogy is that it&#8217;s more like a corporate-backed open source project like MySQL. MySQL is super boring. Nobody knows who works on MySQL. It’s Oracle that must sponsor a lot of developers. WordPress is not quite the same, but it&#8217;s not the kumbaya of open source where people can make contributions. But there needs to be a focus on developer experience, especially in the PHP ecosystem. You&#8217;re competing with JavaScript, which is really popular. Then on the other side, you have something like Laravel that actually does care about developer experience. It’s completely different. If I told somebody to learn something in PHP, now I&#8217;d tell them to try Laravel. They’ll be closer to doing what you wanted to do, which is edit a template file. The syntax is different, but I see HTML tags. I can add some HTML tags. There&#8217;s some stuff there. I don&#8217;t have to compile it. There&#8217;s just so much tooling around it. How do you bring new people in? WordPress used to attract people that never did programming. That’s the best part. That’s what I find the most exciting. I think that&#8217;s what makes the community so diverse. People came from so many different backgrounds, just learned WordPress, and could contribute and build a company like yours. Well, you&#8217;re at your second company now, but SkyVerge was a big company, got bought by GoDaddy, and it started with somebody editing HTML files and adding tables. That&#8217;s amazing. To me, that&#8217;s crazy. So that&#8217;s why I think about that a lot.</p>\n\n\n\n<p>Beka:<br />Yeah, the diversity one is interesting. I certainly don&#8217;t have a problem at all with a project evolving and becoming more mature. There were parts of WordPress that needed that. If we go back 10 years, the Wild West wasn&#8217;t the way.</p>\n\n\n\n<p>Carl:<br />No, absolutely.</p>\n\n\n\n<p>Beka:<br />We&#8217;ve all seen the good and bad side of that. I think the biggest thing that I see sometimes is if you don&#8217;t have that kind of diversity of thought, you develop pieces of the project in a certain way. I sometimes see that with blocks. Exactly, your point about the table block. One of the things I&#8217;ve seen in WordPress is it was so accessible to me because of how extensible it was. You learn about actions and filters and the hook system, and you&#8217;re empowered to change something without having to completely write your application. Literally with a code snippet, six lines of code, I can change a thing. It gets addictive in a way where now I&#8217;ve changed this thing.</p>\n\n\n\n<p>Zach:<br />Absolutely.</p>\n\n\n\n<p>Beka:<br />Then you learn more. Within a couple of years, I was like, I really want to write my own plugin and started writing my own plugins. You progressively learn. I&#8217;m not saying my path is the right one or even a good one, but that extensibility is what got you in. It empowers a lot of people to use the software and made it popular. Sometimes with the block ecosystem, and I&#8217;ve had conversations with the Woo folks about that, who have been very receptive, which is wonderful, without that extensibility or ability to modify things, it makes the project less accessible to those tinkerers. People just trying to build a website for some local business that contracted them and is like, can you do this? It sacrifices some of the interoperability that&#8217;s unique to commerce. If you&#8217;re a publishing site, a block may be the most atomic piece of your workflow. I put a form here, a button there. But from our perspective, working in WooCommerce, that&#8217;s not the smallest piece because another extension needs to modify that too or add something of its own into your form. That&#8217;s been challenging. The diversity of thought of people who have grown up in open source and with that extensibility and playing in the sandbox with everybody else versus in isolation is something I feel is missing in modern day. I don&#8217;t know if you feel the same way.</p>\n\n\n\n<p>Zach:<br />I do to a point. I&#8217;ve provided feedback on some of the blocks WooCommerce has released, like the cart and checkout blocks. They are these monolithic pieces. They&#8217;re not separated well and weren&#8217;t extensible for a while. It wasn&#8217;t easy to extend them. They finally added the ability to add your own text blocks to the checkout, which was missing. I think the more we think about blocks, the more we have to think about blocks at the atomic level and how they compose into larger patterns. The patterns weren&#8217;t fleshed out when WooCommerce blocks started. I get why the checkout block and the cart block are more these monolithic block components, but now they would be better suited to being a pattern, a composition of numerous blocks that make up all those individual pieces. We would finally get back to some customizability and the ease of customizability on WooCommerce pages. We wouldn&#8217;t be back to the level of code we had the ability to tweak and customize before, but we&#8217;d have a clear delineation between front end and backend development. The visual display being separate from the backend processing makes sense long-term because it gives us</p>\n\n\n\n<p>more flexibility. As it sits right now, we&#8217;re getting there, but we&#8217;re not there yet. I just taught a course for Solid Academy talking about WooCommerce fundamentals with people who haven&#8217;t dove into WooCommerce yet. My favorite thing when teaching WooCommerce is showing people the Business Bloomer visual hook guides for the first time. They have this light bulb moment of, oh, so that&#8217;s what hooks are, that&#8217;s what they&#8217;re supposed to do. That&#8217;s what actions and filters are. Actions interrupt the flow of code, do something, and return control, and filters take an input, modify it, and return it back. Those are the two things we have from a code perspective to change how things work by overriding how they do by default. Just this eye-opening moment for developers where they see those visual hook guides and it clicks. Oh, okay, these are all the things and this is where they live, and this is why overriding that hook or changing its priority does what it does. That&#8217;s the power of where we&#8217;ve been. We have to make sure we don&#8217;t lose that.</p>\n\n\n\n<p>Beka:<br />Yeah, I would agree. With PHP, it’s a little easier versus something more event-based like JavaScript. It&#8217;s easier for a newcomer to grasp. I don&#8217;t lament that we’ve ruined WordPress. It&#8217;s a big step forward. People who have been in Woo as long as we have, we’ve seen some things. There’s the adolescent phases of version 1.6 to 2.0 or 2.3 to 3.0. Those were huge jumps for the project. There&#8217;s a lot of pain to grow up as an ecosystem. I feel like this phase is like that for me, but I’m also back in the ecosystem. It&#8217;s a good change and will make things better. The biggest thing is preserving that superpower of the ecosystem, that interoperability between different code projects merging into one execution stream at runtime. How do you preserve that and welcome different builders into that workstream? I think it&#8217;s a little scary. People are scared because that results in bad things sometimes. But the net positive of the kinds of sites people can create is really cool. Sometimes you have to take the good with the bad.</p>\n\n\n\n<p>Zach:<br />I&#8217;m reminded of the commercials for State Farm. &#8220;We know a thing or two because we&#8217;ve seen a thing or two.&#8221; We&#8217;ve been through the trenches of building WooCommerce sites larger and more complex than imagined. It&#8217;s amazing that open source can do that. It can enable something that even the creators had no clue was a possibility when they were starting out. I don&#8217;t think Mike and James had any idea that something they were working on would power billions of dollars in commerce.</p>\n\n\n\n<p>Beka:<br />Every year, right? Billions every year. They’ve published the global GMV of WooCommerce sometimes in WooSesh. It’s probably even an underestimate from what I’ve seen. Last time they estimated WooCommerce powers tens of billions.</p>\n\n\n\n<p>Carl:<br />It&#8217;s hard to get an estimate.</p>\n\n\n\n<p>Beka:<br />Yeah, because there&#8217;s no centralization. I&#8217;ve looked at different ways to estimate, but it’s hard to know how much revenue is online versus offline for some businesses that use it.</p>\n\n\n\n<p>Carl:<br />Some people use it internally.</p>\n\n\n\n<p>Beka:<br />At least tens of billions.</p>\n\n\n\n<p>Carl:<br />I know from indirect clients that they use it just for internal warehousing and internal customers. If you&#8217;re a big company…</p>\n\n\n\n<p>Beka:<br />Running your own swag store.</p>\n\n\n\n<p>Carl:<br />Yeah, exactly. It could be a swag store or just managing inventory between divisions. In big companies, the financialization is interesting. It’s impossible to track all that usage.</p>\n\n\n\n<p>Beka:<br />The cool thing is they do that because you can customize it. It has those crazy diverse use cases because of that customization. Your software can work together easily with other software.</p>\n\n\n\n<p>Carl:<br />It’s the only option. That&#8217;s why I&#8217;m still really bullish. Even if Shopify is great, if you want a self-hosted thing, your other option is Magento, and that&#8217;s not really a road most people want to go on. That&#8217;s really exciting. Just from a developer aspect, it&#8217;s not necessarily lamenting, but it comes from being around programming for so long.</p>\n\n\n\n<p>Beka:<br />Yeah, you care about it. You want it to be better.</p>\n\n\n\n<p>Carl:<br />But also, I love programming. You described it the best way. You can make little changes and feel empowered. It&#8217;s the empowerment. You put a filter, six lines of code, and it did something. And you&#8217;re like, holy crap, I&#8217;ve done something. That’s addictive. How do you get people to that space as fast as possible with as little technical knowledge as possible is really important, even if you&#8217;re not the flavor of the month framework. That&#8217;s the essence. Things can mature and not stay accessible, and that&#8217;s okay. But if you want to think about the health of the ecosystem and bringing new people in, I was really heartened to meet a couple of 23-year-olds at WordCamp EU. I thought we were all late thirties, early forties people. There weren&#8217;t a ton of them, but a few. That&#8217;s really important. It doesn&#8217;t have to be cool, but you want to make it something they&#8217;re not like, okay, boomer. It&#8217;s always going to be like, oh, I want to try the newer thing. It’s good to keep that in mind. The harder it is, the more people don&#8217;t want to do it, and the harder it is to bring people in, which affects health of products, hiring, maintaining talent.</p>\n\n\n\n<p>Beka:<br />You don&#8217;t want to become COBOL in a few years, right?</p>\n\n\n\n<p>Carl:<br />Yeah, exactly. I&#8217;m trying not to say COBOL, but basically not become COBOL. There&#8217;s a big gap between that, but this idea that it&#8217;s good for the ecosystem too, for indirect reasons.</p>\n\n\n\n<p>Beka:<br />The accessibility becomes a big thing. It reminds me of what General Assembly did for Rails and how easy it was for people to pick up and start learning. By the end of six weeks, they build a small web app. I hired a lot of Rails developers. Some of our software was Rails with a React front end. As a small company, we didn&#8217;t always hire people that junior, but it was amazing how people could have no code experience but have an interactive web app they built by the end because of how accessible the ecosystem was. Carl, to your point, that&#8217;s a good measure of how well you can thrive and get people in the door. Not people like us who do this all day, every day, and build software for the platform. It&#8217;s people building WordPress websites and need to customize something for a client. Can they do it? If there&#8217;s not a plugin that exists or it only gets them 90% of the way there, have we made it easier for them to get on board and try?</p>\n\n\n\n<p>Carl:<br />I always try to think empathetically. PHP is my sixth or seventh programming language. I&#8217;m not a representative person, so I always try to think. I think programming is a life-changing career that anybody, regardless of educational background, could get into. Anything that empowers people to do that, to have that opportunity, is huge. WordPress attracted people that never did programming. That&#8217;s the great thing. A lot of people career changed into WordPress, built companies, sold companies, made money, learned even more complicated things. It was great. That&#8217;s always what&#8217;s in the back of my mind.</p>\n\n\n\n<p>Zach:<br />A couple of things based on what was just discussed. We have a newer podcast here at Do the Woo, part of the All Things WordPress and WooCommerce podcast, called The Next Gen, with Allison Dye and Sophia DeRosia talking about WordPress and the next generation of WordPress. It&#8217;s interesting to see what that looks like from their perspective as younger people in this ecosystem. I&#8217;m excited about the next generation of WordPressers. There’s a lot of possibility and potential. I&#8217;m excited about newer community members driving us forward. Also, I got into computers by breaking something. There’s an inherent desire to tinker that comes with being a developer. I was tinkering before I knew what I was doing, and I ended up breaking my grandmother&#8217;s brand-new computer. I ended up on the phone with my friend&#8217;s dad, Tom, who worked at Baxter Labs in their IT department. He was the only person I knew who could help me fix what I had done. I spent hours on the phone with him, and he took his time to help me rebuild the operating system when I was nine or ten years old. That pushed me to understand that tinkering may have a cost, but it also has a benefit. I never stopped tinkering. I encourage anybody interested in development, sitting on the builder side thinking, wow, I really like hearing Zach and Carl talk about development, but it seems daunting to get into it. Just tinker. At the core of what we&#8217;re talking about, the block ecosystem changes tinkering in a way that makes it more difficult. I would encourage people who are newer to WordPress to look at the Roots Project with Radical. It uses the Roots stack and the Roots ecosystem. They have this thing called ACORN that lets you use Laravel inside WordPress. It&#8217;s a completely different way of looking at things than the block editor. It has ways to use and build blocks with an HMR-supported build setup. These are really cool things as part of a nice starting point if you&#8217;re interested in trying something different than what WordPress core does by default. It’s the power of an open-source ecosystem that allows people to build anything because we have all the code. That’s powerful. Sometimes we lose sight of that as a community that&#8217;s been in it. If we were working in a closed-source ecosystem like Shopify, BigCommerce, Squarespace, Wix, or Weebly, we don’t know the internal workings. We have a set of integration points, but that’s the limitation. We can only talk to the things we&#8217;re allowed to. It’s harder to build highly custom things. One of the things I talk about frequently is that Woo</p>\n\n\n\n<p>Commerce enables non-traditional stores. We have a ton of capability for selling physical products, but we can also, due to plugins, do things that are significantly different. We can do event ticketing, bookings, hotel reservations. Try that with Shopify out of the box. WooCommerce is highly focused on physical products. It’s not particularly great at virtual products. It can do it, but not particularly well.</p>\n\n\n\n<p>Beka:<br />You need apps to do that.</p>\n\n\n\n<p>Zach:<br />Yes, you need the booking plugin. Virtual products, event ticketing, time and resource-based booking, accommodation booking, membership sites, online courses, charitable giving, fundraising, peer-to-peer software subscriptions—these are all business models powered by WooCommerce. Think beyond physical products. These are things plugins enable. All these things are possibilities inside the WooCommerce ecosystem. That&#8217;s insane. There’s no other e-commerce platform that can do all those things and do them well. That’s a strength.</p>\n\n\n\n<p>Beka:<br />If you were getting into the Woo ecosystem to build things right now, how would you use that information? Would you be building booking plugins? What would you be doing if you were listening to this?</p>\n\n\n\n<p>Zach:<br />I would shift my definition of e-commerce because what we think of as e-commerce is generally the Amazon model of selling a product and shipping it. Shipping at such a low cost that margins are low. It’s hard to make money without volume when your margins are low. Amazon changed the physical product world. I would change my definition of commerce to be anything that involves transacting through a website.</p>\n\n\n\n<p>Beka:<br />Using Woo with a framework to do that.</p>\n\n\n\n<p>Zach:<br />Absolutely.</p>\n\n\n\n<p>Carl:<br />Exactly. I agree with that.</p>\n\n\n\n<p>Beka:<br />You heard it here, folks. If you&#8217;re a new developer, building the next invoicing app for plumbers is the way to go. I agree. Service businesses and other kinds of businesses—you see them more commonly on Woo because they can&#8217;t use anything else.</p>\n\n\n\n<p>Zach:<br />In addition to that, you have these restricted product categories that don&#8217;t have other choices. These restricted product categories are growing by leaps and bounds.</p>\n\n\n\n<p>Beka:<br />Shout out to all the vape stores out there.</p>\n\n\n\n<p>Zach:<br />There are sites I know of in restricted categories doing hundreds of millions of dollars in sales in a month just through WooCommerce. That&#8217;s because we have the capability to build payment gateways and plugins that tie to high-risk payment processors willing to take that business. That’s the open-source nature of WooCommerce and WordPress.</p>\n\n\n\n<p>Carl:<br />Or selling gray market stuff. But one of my favorite WooCommerce sites is a Canadian site to buy magic mushrooms. It’s WooCommerce, and it’s the coolest site. They went all out with a Miami Vice aesthetic. But they can do that. What you can host, what you can sell, what payment options you have is important. So I really like Zach’s idea of expanding, really think about e-commerce literally as electronic commerce. Are you doing commerce online for anything? Like you said, plumber, wedding DJ, book gigs as a wedding DJ and charge for it. Anything. It lets you do that. That’s the real way to think about the platform.</p>\n\n\n\n<p>Beka:<br />I favor people I can pay online for things, even a DJ or booking something. If I can do it and pay online, I feel like it usually indicates people are more serious about their business versus someone I have to call and book.</p>\n\n\n\n<p>Carl:<br />Oh, interesting.</p>\n\n\n\n<p>Zach:<br />The four to six times a year I book a haircut, I do it online. That&#8217;s how I reserve that person&#8217;s time. I do the same with my doctors, my therapist, and all the other services I consume regularly. All the booking is done virtually now. I’m not calling somebody to set these appointments up. Building these tools increases accessibility to services for people who wouldn&#8217;t want to book them because of the friction involved. Friction is a killer. I know we&#8217;re talking about development, but these things are important to know. Friction is a killer. Statistically, the abandonment rate is 57%. Friction is enough for them after making a purchase decision to cancel, to abandon their decision. They&#8217;ve decided to give you money, and now 55% of shoppers say friction is frustrating enough to quit a purchase. Crazy. Friction can exist in multiple ways. For some people, making a phone call to a location to set up an appointment is terrifying.</p>\n\n\n\n<p>Carl:<br />Don&#8217;t make me call. I&#8217;m extroverted and will talk to anybody at a conference, but don’t make me call for support. I just want to do it online or via form or email.</p>\n\n\n\n<p>Zach:<br />Building these tools increases the accessibility of these services to people who normally would not want to book them because of friction. I think the future of commerce is going beyond the Amazon model. It’s a great model. It works well. But people who look at things more creatively and don’t just copy Amazon will see huge returns. Experimentation will be rewarded in the coming years because e-commerce is growing. The industry segment is growing. It’s already billions more than we thought it would be and will be billions more. I think we’re crossing the trillion-dollar threshold this year in the US for e-commerce transactions. So much money is being transacted online. For anybody thinking, wow, I really want to get into this space, do it. Beka is a testament that you can get into this space, build things people love, and get a call from someone as crazy as GoDaddy, be acquired, build product inside a large organization, then exit and come back in and start again with another plugin company, Kestrel. I can’t wait to see what you, Max, and Justin do with Kestrel. It’ll be a lot of fun to see the future unfold. But we’ll leave that for another podcast.</p>\n\n\n\n<p>Beka:<br />You ended with a cliffhanger, Zach.</p>\n\n\n\n<p>Carl:<br />That’s how we get you back.</p>\n\n\n\n<p>Zach:<br />We’re talking about having you come back for a product chat in the near future. Be on the lookout for it. Have Beka come back in and talk more about the story behind Kestrel and where Kestrel is going. It’s been a joy talking the history of Woo and some of the thoughts we have around where things are going and development in general. Thank you for joining us this week. Before we wrap up, I always give Carl the opportunity to ask any final questions he has.</p>\n\n\n\n<p>Carl:<br />I don&#8217;t have any follow-up questions. I’ve just really enjoyed the discussion. I thought it was really good.</p>\n\n\n\n<p>Beka:<br />Carl&#8217;s going to ask when I start building block tooling. Don’t ask me that, Carl.</p>\n\n\n\n<p>Carl:<br />I wouldn&#8217;t invest in block tooling until they can say, okay, we&#8217;re done. Some people tried to build abstractions around blocks, but it’s so volatile and unstable that it’s not worth the investment to maintain that.</p>\n\n\n\n<p>Beka:<br />Yeah, I&#8217;d agree. You need to work with Woo and WordPress core to make those things happen. The cool news is we&#8217;re seeing it. It’s super exciting to see something change.</p>\n\n\n\n<p>Carl:<br />There&#8217;s an opportunity.</p>\n\n\n\n<p>Beka:<br />Yeah, that&#8217;s why I&#8217;m back, right?</p>\n\n\n\n<p>Carl:<br />Maybe there will be an ACF for blocks eventually or something to abstract away and make it easier for people to do these blocks. But I don&#8217;t think it&#8217;s right now.</p>\n\n\n\n<p>Beka:<br />I think ACF block is the ACF block.</p>\n\n\n\n<p>Carl:<br />Yeah, ACF blocks are cool too, but you know what I mean. Something…</p>\n\n\n\n<p>Zach:<br />Yes, absolutely. Something that&#8217;ll be a landmark shift in how we build with the block editor. That&#8217;s definitely something on the horizon. Some tools are really close already. We’re in a good position to usher in a new future together as a community. For those watching some of the drama in this community, remember you have a choice to engage in that drama or ignore it. You have the ability to change this ecosystem by participating. That’s the wonder of open source and contribution. Despite what some people may think or the feelings some may have, we all have the possibility and potential to influence where the future goes. That’s what I remain focused on. No matter how small a voice you have, you have a voice. Use it.</p>\n\n\n\n<p>Beka:<br />Beautiful.</p>\n\n\n\n<p>Zach:<br />Thank you.</p>\n\n\n\n<p>Beka:<br />Well said.</p>\n\n\n\n<p>Zach:<br />Now that I&#8217;ve ended on a high emotional point, Beka, how do people find you on the internet?</p>\n\n\n\n<p>Beka:<br />I&#8217;m around. I&#8217;d love for people to check us out at kestrelwp.com. As Zach mentioned, we&#8217;ve acquired a number of plugins for Woo to ramp back up. We&#8217;re excited to be back in the space. I&#8217;m on Twitter, B-E-K-A-R-I-C-E. Happy to chat and love to hear what people are building. If you&#8217;re in the Woo space and getting into some new projects, let me know how I can help.</p>\n\n\n\n<p>Zach:<br />Awesome. As always, if you have ideas for what you’d like to hear about on a Woo DevChat, go to your favorite social media platform and use hashtag bug Bob. We&#8217;re still going to make this thing happen. Hashtag bug Bob. Bob will listen to your feedback or just go to Do the Woo.io and contact us there. We want to hear your feedback. If you want to participate in a dev chat, we&#8217;d love to hear your ideas and hear from you directly. On behalf of myself, Carl, Bob, and the entire Do the Woo team, thank you for listening and being part of this amazing community.</p>\n</div>\n\n\n\n\n<p>Welcome to another episode of <strong><em>Woo DevChat</em></strong> and join hosts <strong>Zach Stepe</strong>k and <strong>Carl Alexande</strong>r as they dive into a lively discussion with <strong>Beka Rice, a seasoned WooCommerce expert and product architect at Kestrel.</strong> </p>\n\n\n\n<p>In this episode, Beka shares her journey through the evolving WooCommerce ecosystem, the challenges and opportunities in the world of development, and the exciting future ahead with her new venture, Kestrel. Whether you&#8217;re a seasoned developer or just starting out, this episode is packed with insights, reflections, and forward-thinking ideas. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights</h2>\n\n\n\n<p><strong>The Evolution of WooCommerce</strong>: WooCommerce has evolved significantly from its early days, becoming more mature and complex. The community has grown, and the ecosystem now includes a diverse range of plugins and extensions.</p>\n\n\n\n<p><strong>Challenges with Blocks</strong>: The transition to using blocks in WordPress and WooCommerce has created new challenges, particularly around extensibility and ease of customization. Blocks need to be more flexible and easier to work with for developers.</p>\n\n\n\n<p><strong>Developer Experience</strong>: There&#8217;s a need to improve the developer experience within WordPress, especially for new developers. Ensuring the platform remains accessible and easy to tinker with is crucial for attracting new talent.</p>\n\n\n\n<p><strong>Diverse Use Cases:</strong> WooCommerce supports a wide range of business models beyond just physical products, including virtual products, event ticketing, bookings, membership sites, and more. This versatility is a significant strength of the platform.</p>\n\n\n\n<p><strong>Importance of Community</strong>: The open-source nature of WordPress and WooCommerce allows for a collaborative community where developers can contribute, innovate, and influence the future of the platform. This community-driven approach is vital for continued growth and improvement.</p>\n\n\n\n<p><strong>Focus on Reducing Friction</strong>: Reducing friction in ecommerce transactions is essential. Making it easier for customers to interact with businesses online, whether through booking services or making purchases, can significantly improve conversion rates.</p>\n\n\n\n<p><strong>Future Potential</strong>: There is excitement about the future of WooCommerce and the potential for new innovations. The community is looking forward to seeing how new tools and approaches, such as those developed by Kestrel, will shape the ecosystem.</p>\n\n\n\n<p><strong>Encouragement for New Developers</strong>: The conversation emphasizes the importance of welcoming and supporting new developers in the WooCommerce ecosystem. Tinkering and experimenting are encouraged as ways to learn and grow in the field.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Links</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https://kestrelwp.com/\">KestrelWP.com</a></strong></li>\n\n\n\n<li><strong><a href=\"https://x.com/Beka_Rice\">Beka on X</a></strong></li>\n\n\n\n<li><strong><a href=\"https://x.com/kestrelwp\">Kestrel on X</a></strong></li>\n\n\n\n<li><strong><a href=\"https://www.linkedin.com/company/kestrelwp/\">Kestrel on LinkedIn</a></strong></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:\"Tue, 09 Jul 2024 08:15: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: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:43;a:6:{s:4:\"data\";s:13:\"\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:62:\"WordPress.org blog: WP Briefing: Episode 83: Learning Pathways\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17489\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2024/07/episode-83-learning-pathways/\";s: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:35146:\"<p>Discover how Learning Pathways can guide you through your WordPress journey with clarity and purpose. In the latest episode of WordPress Briefing, host Josepha Haden Chomphosy welcomes special guest Wes Theron to discuss the newly introduced Learning Pathways. These curated lesson sets are tailored to various experience levels, roles, and use cases, ensuring a personalized learning experience for every WordPress user. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Guest: <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a><br />Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-developer/\">Beginner WordPress Developer</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/beginner-wordpress-user/\">Beginner WordPress User</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://wordpress.org/playground/\">WordPress Playground</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETacCXdCCxwdAo-_xciwlQJ\">Learn WordPress YouTube Playlist</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2024/06/wordpress-6-5-5/\">WordPress 6.5.5 is now available!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2024/06/15/wordpress-contributor-mentorship-program-q4-2024-call-for-interest/\">WordPress Contributor Mentorship Program Q4 2024</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/6-6/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 6.6 Official Release</a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/watch?v=OyYdkXAx7qw\">What’s new for theme developers in WordPress 6.6</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meetings/\">Upcoming WordPress Meetings</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17489\"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> As a steward of the WordPress community, one of the big overarching questions that I grapple with is how to make sure people who have just found out about us know how to get around. Obviously, there&#8217;s the contributor path, which is important to me because I am especially concerned with the longevity of our little open source community, but there&#8217;s also a path for folks who are learning how to use the software.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> And so, joining me today to talk through a project called Learning Pathways is Wes Theron. Wes, welcome to the WordPress Briefing.</p>\n\n\n\n<p>[00:01:11] <strong>Wes:</strong> Good day. Thank you very much for having me. It&#8217;s a pleasure.</p>\n\n\n\n<p>[00:01:13] <strong>Josepha:</strong> Before we get into this project that we&#8217;re talking about, do you want to just tell me a little bit about who you are and what you do with the WordPress project?</p>\n\n\n\n<p>[00:01:22] <strong>Wes:</strong> Yeah. So, as you know, my name is Wes Theron. I&#8217;m based in New Zealand, and I&#8217;m an instructional designer. And, I am part of the Training Team. So, most of my life revolves around creating learning content for learn.WordPress.org.</p>\n\n\n\n<p>[00:01:38] <strong>Josepha:</strong> Oh, that&#8217;s quite a life. Teaching people how to use WordPress.</p>\n\n\n\n<p>[00:01:42] <strong>Wes:</strong> Yeah, I teach WordPress. We run online workshops. I create video tutorials, courses, and now, of course, this great project we&#8217;re working on, Learning Pathways.</p>\n\n\n\n<p>[00:01:52] <strong>Josepha:</strong> Yeah. So, I&#8217;ve talked about Learning Pathways a few times here on the podcast, but for folks who have not heard me talk about it or who just need a more in-depth understanding, why don&#8217;t you tell us a little bit about this project as it stands today?&nbsp;</p>\n\n\n\n<p>[00:02:06] <strong>Wes:</strong> Yeah, so when Learn started out, I think the main goal was to just get learning content on the site. But, in May of last year, we shared an individual learning survey with folks, and we were hoping to basically find out what are the needs of the learners? What are learners after? And from that individual learner survey, we actually learned a few things. We learned that tutorials, courses, and online workshops were the most used content types. We also saw that web-based learning is the most popular learning method. And then there was a clear need for a structured way of consuming learning material. And that&#8217;s basically where the Learning Pathways project was born; to create Learning Pathways that basically target various types of learners, but also various skill levels. So July of last year, we started with outlines, creating outlines for these learner pathways.</p>\n\n\n\n<p>[00:03:10] <strong>Wes:</strong> And then, in October of last year, we actually started creating content. So, the first learner pathways we started working on was the User Learning Pathway and the Developer Learning Pathway. And what that entails is of course, creating a Learning Pathway for beginner users, intermediate users, and then advanced users.</p>\n\n\n\n<p>So that&#8217;s how we kind of broke it up. And last week, the Beginner Developer Pathway was actually published, so that&#8217;s very exciting. And a few weeks before that, the Beginner WordPress User Pathway. And yeah, of course, we&#8217;ve got many other pathways in the pipeline that we want to work on. For example, a Designer Learning Pathway and even a Contributor Learning Pathway.</p>\n\n\n\n<p>[00:03:57] <strong>Josepha:</strong> Yeah, when we&#8217;re talking about pathways, what we mean is, like, we are figuring out what you probably need to know when you first arrive and then helping you to identify what you build on based on what your goals might be.</p>\n\n\n\n<p>[00:04:11] <strong>Josepha:</strong> Like, obviously, the beginner user, the goal is basically just like, learn how to get WordPress doing stuff at all. Like that&#8217;s, that&#8217;s an easy goal to understand. But when you all were doing the work to figure out what needed to be in the pathway for a beginner developer, and as you&#8217;re looking towards doing the work around intermediate and advanced topics, like how are you all able to determine what most likely you need in those various steps in the learning process?</p>\n\n\n\n<p>[00:04:42] <strong>Wes:</strong> So, of course, a lot of research went into that. When we created the outlines for these Learning Pathways. We shared it with the community. We asked for feedback. And yeah, a lot of research was done to make sure we cover all the all the bases. </p>\n\n\n\n<p>[00:04:59] <strong>Josepha:</strong> I know that there were a couple of different proposals about how to, like do skills assessments, maybe? There was something where like we were talking with companies that employ WordPress folks in the ecosystem, and then we were talking to WordPressers who were currently trying to make sure that their skills were advanced enough to get those jobs. And we were trying to figure out like the distance between those and where we actually have some concerns around like the language choices that they need, like basic developer language choices and jargon that goes in there and stuff like that.</p>\n\n\n\n<p>[00:05:34] <strong>Josepha:</strong> So this, if I recall correctly, the research for this has been going on for like maybe two or three years, right?</p>\n\n\n\n<p>[00:05:42] <strong>Wes:</strong> Yeah, definitely. And we&#8217;ve reached out to many stakeholders within the WordPress community. And as you say, even agencies, and businesses, you know, trying to find out what do they want people to know when they employ them. And yeah, then of course, speaking to the community, speaking, speaking to folks at WordCamps reaching out to folks an online workshops.</p>\n\n\n\n<p>[00:06:04] <strong>Wes:</strong> So, yeah, it&#8217;s definitely been an ongoing process and also seeing what resources are lacking and what needs to be there.&nbsp;</p>\n\n\n\n<p>[00:06:12] <strong>Josepha:</strong> Yeah, so, the very first, the very first iteration of any training that the WordPress project was offering on, I think it was on learn.WordPress.org, but I don&#8217;t actually know for sure, was a troubleshooting workshop, because when you are trying to figure out WordPress for the first time, when you are trying to figure out any software for the first time, being able to figure out what went wrong is a really important part of that. And so that was like the only workshop that existed over there for quite some time. And so it&#8217;s really nice to see how we have really, not only created a bunch of resources in general, if you all have not looked at learn.WordPress.org lately, it has, like, workshop outlines that you can use to do a training by yourself at your meetup group or at a school or whatever it is.</p>\n\n\n\n<p>[00:07:08] <strong>Josepha:</strong> But then also, I want to say it was maybe two, three years ago, that you all, as a team, the Training Team, started doing these online workshops. And so, when you created the Learning Pathways, considering like how much time and research has gone into this project overall, did you all have learnings that came from those workshops that you had already done? Is this like a collection of workshops or is this something where you can do it at home and learn by yourself and then go someplace else and learn more about WordPress? Like how does that function in what we have already?</p>\n\n\n\n<p>[00:07:45] <strong>Wes:</strong> Yeah, so maybe I should first, maybe let&#8217;s define a learning pathway. So I, I thought about this, but a learning pathway, I would say, is a route taken by learner through a range of modules, lessons, and even courses to build knowledge progressively. So it&#8217;s similar to a course, but of course usually covers like a specific topic or subject where learning pathways usually have a larger goal.</p>\n\n\n\n<p>[00:08:11] <strong>Wes:</strong> So I wouldn&#8217;t say that the online workshops form part of the Learning Pathways project. And maybe I can also clarify that the teacher notes or the lesson plans that you refer to is something that&#8217;s also changing going forward. </p>\n\n\n\n<p>[00:08:23] <strong>Josepha:</strong> Oh, good. Because I wrote some of those, and I am not an instructional designer. And so, ha!</p>\n\n\n\n<p>[00:08:30] <strong>Wes:</strong> We&#8217;ve actually decided to move away from having two different content types. So, we had tutorials. You know, video tutorials, and we had lesson plans, and as you said, the lesson plans were notes that somebody could use to run an online workshop or to go to a WordCamp or at their local meetup and use that to teach something. But moving forward for Learning Pathways, we are actually just going to have one content type, namely lessons. And then lessons from part of creating a course or lessons from part of creating modules and then Learning Pathways. The other exciting thing, and something we haven&#8217;t mentioned, is that at the end of this month, when we launched the Learning Pathways or the first few Learning Pathways, it actually coincides with a website redesign.</p>\n\n\n\n<p>[00:09:18] <strong>Wes:</strong> So, yeah, beyond the lookout, hopefully, learn.WordPress.org is going to have a brand new face at the end, from the end of July or, yeah, or August. So, yeah, that&#8217;s very exciting.</p>\n\n\n\n<p>[00:09:30] <strong>Josepha:</strong> Excellent. Excellent. So, you said that these Learning Pathways are part of a larger goal. Is that a goal for your learners or a goal for WordPress? A goal for the team?</p>\n\n\n\n<p>[00:09:40] <strong>Wes:</strong> I would say all of the above.</p>\n\n\n\n<p>[00:09:42] <strong>Josepha:</strong> Goals for everybody. We&#8217;re like the Oprah of goals. Don&#8217;t come get me, Oprah. That&#8217;s all I got to say about it.</p>\n\n\n\n<p>[00:09:48] <strong>Wes:</strong> Yeah, I think for us as a team, at the end of the day, we want folks to be able to use the content and find the content and utilize all the learning material on learn.WordPress.org. And then, of course, at the end of the day, for learners, we want folks to be able to succeed in whatever they are trying to do. Is it to build their own website? Is it to maybe find a job as a developer? And. Yeah, I mean, the list can go on.</p>\n\n\n\n<p>[00:10:21] <strong>Josepha:</strong> Yeah. So, on the subject of wanting to help people succeed, I think that as far as I hear from the majority of contributors that I have worked with over the years, like helping other people figure out how to do this and making sure that they can succeed is always something that is top of mind for contributors to open source probably in general, but definitely to WordPress. Like, we really care about helping other people figure out how to have the same sort of benefits that we&#8217;ve had in the project and with the software. So if you have somebody who is familiar with all the bits and pieces of WordPress and really, really want to like show up and help teach some things. Is it the case that they can take part in like running a Learning Pathway? Is it something where we mostly need people to help us build some content? Like if we&#8217;ve got people who are just desperate to help other people succeed in WordPress, what kinds of things can they show up and help do on this project?</p>\n\n\n\n<p>[00:11:22] <strong>Wes:</strong> Yes, please come to the Training Team. There are many ways to get involved. If you just want to review content, you can do that. But yeah, we do have a need for content creators, folks, you know, creating a video lesson or putting their hand up and saying, I will actually create an entire module or an entire learning, a Learning Pathway. We do have some awesome contributors that&#8217;s part of the Training Team that are already doing that. Some people are writing scripts. Some folks are actually, you know, creating everything from the beginning to the end. So they are writing the script, they recording the video, publishing the video, et cetera. And then we&#8217;ve, of course, have people reviewing content. We&#8217;ve got folks running online workshops. If maybe creating video content is not their, is not their forte, they can can run online workshops. So yeah, many ways getting involved.</p>\n\n\n\n<p>[00:12:16] <strong>Wes:</strong> But Josepha, I wanted to point something else out that I haven&#8217;t done. I think there was a real need for Learning Pathways because, at the moment, if somebody new to WordPress or new to developing with WordPress wants to find learning content. You know, where do they go? What&#8217;s the main platform to go to? I think most people probably go to YouTube, right?&nbsp;But a lot of the content there are, are scattered and fragmented. </p>\n\n\n\n<p>So a lot of learning material or learning about WordPress is all over the place. It&#8217;s not in one place. And as I said, a place where you can actually learn from A to Z, learn progressively learning in a structured way. Yes, we know there are courses available that you can pay for, but the awesome thing about this project is that we are providing these Learning Pathways, these learning resources, for free for folks to be able to work through at their own time. I know that&#8217;s something else you asked earlier on. So yes, this is a course in quotation marks; this is a Learning Pathway that somebody can start whenever it suits them, you know, in the comfort of their own home, and they can work through the Learning Pathway from the beginning to the end. Or, if they feel I actually know everything taught in module one and two, I&#8217;m going to start at module three, they can do that. They basically come in at their skill level.</p>\n\n\n\n<p>[00:13:43] <strong>Josepha:</strong> Yes. I think it&#8217;s really important to try to meet people where they are. And I know that it&#8217;s difficult because, like, we don&#8217;t take a lot of data from our users. You don&#8217;t have to give us basically anything in order to use WordPress. And by basically, I mean you literally don&#8217;t have to give us anything to use WordPress.</p>\n\n\n\n<p>[00:14:01] <strong>Josepha:</strong> And so we always have some difficulty in figuring out what is it that our users need the most in order to succeed the quickest. And so I agree that there was a real need for this not only because, like, there&#8217;s plenty of content for getting from, like, some knowledge to a good amount of knowledge. There&#8217;s almost no content around, like, I didn&#8217;t know CMSs existed until yesterday, and now I need to quickly learn how to do it because it&#8217;s become a thing I need to do in my job. There&#8217;s some really clear, like use cases for being able to onboard quickly and progressively.<br /><br />And I understand that, like, having a clear, structured way to learn doesn&#8217;t always fit with the idea of meeting people where they are. But I do really think that, that like what you were saying, it can be as structured as you need it to be. But also, if you get into it and you think to yourself, you know, I know this information already. I can move on to the next module. I can move on to the module after that. Similar to the way we do that at WordCamps also. If you get into a session and you thought it was going to be useful for you, and you discover that it&#8217;s not once you&#8217;re there, you don&#8217;t have to stay. You can go to a different room where they&#8217;re teaching about SEO if it turns out that you don&#8217;t need to learn about JavaScript today.</p>\n\n\n\n<p>[00:15:23] <strong>Josepha:</strong> And I think that that&#8217;s, it&#8217;s kind of the value that this is hoping to bring, like, because it is a little bit built one on top of the other when you discover that you have already learned something, you can easily try out the next step and know that it&#8217;s probably a good next step.</p>\n\n\n\n<p>[00:15:38] <strong>Wes:</strong> Exactly. And if you maybe want to teach this to other folks. The plan is to, you know, we had lesson plans. We have a lot of lesson plans on Learn. But the plan is also to, instead of having, as I said, two different content types, is to have lessons but then add a tab where you can click on teacher notes and actually teach something as well if that is your goal. But yes, our lessons and modules also include quizzes and, hopefully, some practical activities. We&#8217;ve incorporated WordPress Playground where, where folks can actually, you know, test out what they&#8217;ve learned or test their knowledge. So yeah, I agree with you that you can basically join the Learning Pathway wherever you feel the most comfortable.</p>\n\n\n\n<p>[00:16:28] <strong>Josepha:</strong> So we&#8217;ve been kind of in the weeds of the project itself, the program itself, and if you want to like do stuff with that and in that. Let&#8217;s switch gears a little bit and talk about just what people who are wanting to join those pathways would need to know. Do you have any advice for somebody who is just today learning about these Learning Pathways and they think to themselves, I definitely want to sign up for one of those. Like, for one, how do they get started? And for two, your like top two or three bits of advice for as they get started? </p>\n\n\n\n<p>[00:17:05] <strong>Wes:</strong> So you can make your way to learn.WordPress.org, and you can basically open the, the pathway, and you can start wherever, wherever you want to. We have made it possible to actually view these pathways or our content without logging in with your dot org profile. The other thing I also wanted to mention is that our content is actually hosted on YouTube now.</p>\n\n\n\n<p>So the great thing is we have these pathways within YouTube as well. So, folks can go to the, YouTube channel and see our content. And, of course, that basically reaches a very wide audience. And hopefully some of those videos will also bring people to the dot org site so that they can access the content.</p>\n\n\n\n<p>[00:17:57] <strong>Josepha:</strong> I think it&#8217;s great that you don&#8217;t have to sign up for a profile. If you are a brand new WordPresser and ran into this in your dashboard and are listening to this podcast now. So dot org profiles are a place where you can kind of log your activity in the WordPress community and the WordPress project. You do not have to have one in order to use WordPress. You don&#8217;t have to have one in order to look at these courses or to learn from them. But I always think that it&#8217;s kind of nice to get your profile set up so that people kind of know who you are and what you&#8217;re doing. And then also your activity shows up. Like, you can see that you enrolled in the course and you get to know for yourself that you made some progress. I know that when you&#8217;re getting started, it&#8217;s hard to, like, see your progress because you don&#8217;t know how far you have to go. And so, like progress when you&#8217;re starting out is really difficult to feel is real. And so I like it just so that you have a few reminders to yourself, like, look how far I&#8217;ve come as you&#8217;re trying to figure out how far you still have to go. And so I like that a lot. </p>\n\n\n\n<p>[00:18:58] <strong>Wes:</strong> You won&#8217;t be able to access all the content on Learn without your dot org profile. But one of the things we&#8217;ve made possible is to access these Learning Pathways, the new ones being launched without, you know, removing those blockers. So, of course, when you work through a Learning Pathway, you will be able to track your progress, and you will be able to see which lessons you have completed. So yeah, one of the pieces of advice I would give to somebody starting with the Learning Pathways actually to first go through the modules. And go through the lessons to see which things you know and feel comfortable with so that you don&#8217;t waste time maybe going through the first module and say, oh, I know this, and you&#8217;ve wasted time. Rather do a bit of research, a bit of reading, and then find the right place for you to start the journey.</p>\n\n\n\n<p>[00:19:45] <strong>Josepha:</strong> That&#8217;s excellent. I also, just as a learner, I try to always learn some stuff. And also, as you get older, it&#8217;s harder and harder to learn things partially because like you&#8217;re in a set path, but also, and here&#8217;s my advice to new learners: you worry about looking foolish. Like you, you worry, you&#8217;re showing up, and you don&#8217;t know anything about anybody else in the classroom. And so there&#8217;s this feeling of like, what if I&#8217;m the only person who does not know how to make this work? What if I&#8217;m the only person who can&#8217;t figure out what Wes meant by &#8220;Playground&#8221; or whatever it is? There&#8217;s this real feeling of looking silly when you&#8217;re doing something like this.</p>\n\n\n\n<p>[00:20:25] <strong>Josepha:</strong> I can&#8217;t control what anybody else says or does to anyone else, unfortunately. But what I can say is that I think that there&#8217;s never a bad time to start something you wish you had done, right? Like, the best time to have learned how to use your CMS, your website, make your website work was probably a year ago or something, but the second best time is today. And so, like, why not go ahead and get started and be part of that small group of adults that are learning new things every single day? I think that&#8217;s great. And so that&#8217;s my tip is to just embrace looking silly sometimes because you&#8217;re making some choices about your future, and that&#8217;s always a good choice.</p>\n\n\n\n<p>[00:21:04] <strong>Wes:</strong> And I would also say test your knowledge. So you&#8217;ve mentioned WordPress Playground. And as I said, we&#8217;ve incorporated into the Learning Pathways, but sometimes you watch a video, or you read something, and you feel like, oh yeah, I know this, but you know, the proof is in the pudding. So go and test it out. Use a test website or use WordPress Playground and test yourself to see if you can actually implement this or do something. So yeah, that&#8217;s definitely one of the other tips I want to highlight; you know, they also say you, you learn by doing.</p>\n\n\n\n<p>[00:21:38] <strong>Josepha:</strong> Yeah, absolutely. And also, like if you have gotten to a point you&#8217;ve done the learning, you&#8217;ve done some practicing, you think you&#8217;ve got it and want to like try to figure out what other things can be done with it. I recommend this is how I did a lot of my early WordPress learning to organize an event with your local meetup.<br /><br />Like, I did not know enough about WordPress when I started organizing WordPress meetups. I literally knew nothing. And I basically brought people in and was like, hey, we need people to teach us about this, us being half me. Come in and teach us. And, and that can be a really good thing, partially because, like, you get to know your local folks and see what&#8217;s going on and get a sense for, like, what is out there, especially if you&#8217;re learning this in order to run a business or to accomplish something for your job that you already have, like knowing what&#8217;s out there is super helpful. But then I find that once you embrace the fact that sometimes you will look silly, and that&#8217;s the only way that we can know we&#8217;re learning something. Like once you&#8217;ve embraced it, having some people who are willing to look a little silly with you is kind of, kind of fun, kind of nice. Also, like we&#8217;re all going to look at this problem that we definitely don&#8217;t understand and hopefully look like, at the end, we know what we&#8217;re doing, but between looking at it the first time and at the end of this meetup, we&#8217;re all going to look a little bit silly, ask silly questions. And I think that that&#8217;s a really helpful thing, too. But yeah, knowing some basic information is a great place to start before you do that, especially if you get anxious about looking silly. And I think these pathways are going to really help to get folks a little bit of a leg up on those big questions that they have as you&#8217;re starting to learn how to use WordPress.</p>\n\n\n\n<p>[00:23:18] <strong>Josepha:</strong> So we talked about, like, tips and tricks for learners in general. But if you had something that you wanted to share with us that, like, you&#8217;re really excited about for either the Training Team or for the Learning Pathways in general, I think the Learning Pathways are slated to be shipped by, like, end of September or something. So, like, a lot of them are coming quite quickly.&nbsp;</p>\n\n\n\n<p>[00:23:38] <strong>Wes:</strong> So I am most excited about the website redesign and the new look and feel of the website. And also, you know, one of the goals for us as a Training Team is for learn.WordPress.org to be one of the places people come to and learn about WordPress. And I feel these Learning Pathways and the new website redesign and all the hard work that&#8217;s gone into this project is hopefully going to, make that happen. As I said, our content is also available on YouTube. So we&#8217;ve really tried to make it easy for folks to find our content and also now to digest our content in a progressive and in a structured way. Because, you know, learning is hard. And hopefully, these Learning Pathways have made it easier for folks to, as you said, to build on your knowledge. You know, a lot of times, there&#8217;s knowledge gaps. And I think that&#8217;s what makes learning so hard. And hopefully with these pathways, you can build that knowledge one step at a time.</p>\n\n\n\n<p>[00:24:44] <strong>Josepha:</strong> Yeah. And as is the way with open source, like we can only make these pieces of content better if you all show up and help us like try it out, learn some stuff, and tell us what was confusing. Tell us what was too big a step. Cause yeah, you&#8217;re right. There are some knowledge gaps and when you&#8217;re on the other side of knowing something, it is so hard to tell how big a step is, you know?</p>\n\n\n\n<p>[00:25:11] <strong>Wes:</strong> Exactly.</p>\n\n\n\n<p>[00:25:12] <strong>Josepha:</strong> And so we need y&#8217;all to come in here and tell us very plainly as a new learner like that was eventually what I needed, but this part here was especially confusing. This part over here was too like too many little steps like we just we&#8217;re trying to make sure that it works for you WordPressers, future WordPressers of the world. And so yeah, come build some learning with us over here on the Training Team.</p>\n\n\n\n<p>[00:25:35] <strong>Wes:</strong> And yes, please, we want feedback because, as you say, as we iterate, we want to improve. So there will be a place where you can provide feedback, and at the end of the pathway where there will also be a satisfaction survey for folks to to complete.</p>\n\n\n\n<p>[00:25:50] <strong>Josepha:</strong> Great. Well, folks, we&#8217;re gonna have a bunch of links in the show notes. There&#8217;s so much stuff out here to learn with and about WordPress. Wes, thank you so much for joining me today.</p>\n\n\n\n<p>[00:26:01] <strong>Wes:</strong> Thank you for having me. And I will see you all on Learn.</p>\n\n\n\n<p>[00:26:05] (Music interlude)</p>\n\n\n\n<p>[00:26:12] <strong>Josepha:</strong> That brings us now to our small list of big things. Although I have to say we have a bunch of links that we&#8217;re going to share in the show notes. If you&#8217;re listening to this in a place where there are not show notes, you can head over to WordPress.org/news. That&#8217;s where we keep all of those. If you are lucky, we also will help you find it on Twitter/X, but I think that it&#8217;s hard to find things over there these days. So WordPress.org/news is your best bet. Now, it is time for the small list of big things.</p>\n\n\n\n<p>So, first up on my list is that WordPress 6.5.5 is now available. It&#8217;s got a few fixes in it, some maintenance things and some security fixes as well. I recommend that you update your sites immediately. You can download it from WordPress.org/download, or you can just visit your WordPress dashboard. If you&#8217;re on a managed host, they may have already done this for you, too. But auto-updates, manual updates, CLI updates. However, you want to get it done, get it done. But it is recommended to do this as soon as possible. 6.5.5.&nbsp;</p>\n\n\n\n<p>[00:27:16] <strong>Josepha:</strong> The second thing on my list is that the WordPress Contributor Mentorship program has a call for interest out. This is a program that we launched about a year ago as well. And we had such a good bit of success at the end of the first round in February that there was significant interest in doing another cohort. So, that program connects seasoned WordPress contribution experts with folks who are new to contributing and offer a fantastic opportunity for mentees to gain hands-on experience contributing to WordPress while their mentors share their expertise and improve their leadership skills. So, most of the time, what you are going to be contributing to is probably a release of WordPress, but there are also a lot of opportunities to contribute to things like the Training Team that we&#8217;ve been talking about today and other teams as well. Not everything is focused all around our release cycle. We have things happening in the WordPress project literally all the time. It is a project that never sleeps.&nbsp;</p>\n\n\n\n<p>[00:28:17] <strong>Josepha:</strong> Speaking of projects that never sleep, our next official release, our second release of the year, is coming out. WordPress 6.6 is coming out just about a week from now. It is the second major release of 2024 and has a lot of things in it that you will want to check out. If you have not yet seen the hallway hangout where we take a look at what was happening in the release, what we intended to get into the release, take a look at it. And if you haven&#8217;t tested it yet, if you are one of our plugin developers, if you are building something on top of WordPress core, now is the time to check that out and test it against your products.</p>\n\n\n\n<p>And then the final thing is that it&#8217;s a new month, my friends. Here we are in July, and we have a ton of things happening in the project. That&#8217;s the theme of my small list of big things: the project that never sleeps. But we have a lot of team meetings that are happening. If you haven&#8217;t attended one in a while or even if you have never attended one of these meetings and you were trying to figure out when to start, now is as good a time as any. You can join your fellow community members and contribute to the WordPress project. And there are ways that you can do that from home and from your computer and for some parts of the project, like from your phone, if you are taking photos out and about and submitting those. So check out make.WordPress.org/meetings. It&#8217;ll give you a sense for everything that&#8217;s happening. Do not get overwhelmed by that calendar. You can just choose which team you think is most interesting to you. </p>\n\n\n\n<p>[00:29:45] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Your small list of never-sleeping things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:30:15] (Music outro)</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, 08 Jul 2024 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: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:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\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:86:\"Do The Woo Community: Reflections on the First WordPress State of the Word in NYC 2021\";s: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:25:\"https://bobwp.com/?p=5150\";s: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://dothewoo.io/reflections-on-the-first-wordpress-state-of-the-word-in-nyc-2021/\";s: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:19806:\"<p>Now I&#8217;m not talking about the State of the Word&#8217;s that we hear from Matt at WordCamps. I am talking about the first one that was a stand-alone event and how I not only was able to attend, but I had quite the experience on the train. </p>\n\n\n\n<p>Also, I am moving over some content from my other site Do the Woo to here as we will no longer have text posts over there. Only podcast episodes. So as a result I am going to make this quite the post by adding the original posts from Do the Woo and linking back to some so I have this experience archived somewhere. </p>\n\n\n\n<p>So let me take you back to December 2021.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-follow-do-the-woo-to-the-state-of-the-word-2021\">Follow Do the Woo to the State of the Word 2021</h2>\n\n\n\n<p><em>published December 6, 2021</em></p>\n\n\n\n<p>Last week on the podcast I announced the cross-country journey I am taking to attend the <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>State of the Word in New York City</strong></a>. As we get closer to the date, the reality of this 8-day adventure is drawing nearer.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Join Me For the Trip</h2>\n\n\n\n<p>Let&#8217;s get one thing straight off. This is not about a train trip where I kick back and enjoy the scenery along the way. Well, okay, I&#8217;m sure I&#8217;ll enjoy it, but this is more about bringing together the community through my ears and eyes. As much as as wish each one of you were on this train, although that is physically impossible, this is my chance to bring a different perspective on this years State of the Word from Matt Mullenweg.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Sights, Sounds and Experiences</h3>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/do-the-woo-is-heading-to-the-wordpress-state-of-the-word-2021/\">In this podcast I shared how this all came about</a>.</strong> And moving forward, it is almost impossible to tell you everything that will take place. But I can promise you podcasts, videos and posts with insights of the State of the Word. Plus pictures of community we meet along the way and in New York City. And I can&#8217;t do this without some snippets of the actual journey across the US. The details are not here now, but will transpire over the duration of the trip.</p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Keep Up It All</h3>\n\n\n\n<p>There are two perfect ways to follow along on this adventure.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://dothewoo.io/sotwevent/\"><strong>Bookmark our special landing</strong></a> where you will find it all</li>\n\n\n\n<li>Follow the <a href=\"https://twitter.com/hashtag/WooTrainClan\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>hashtag #WooTrainClan on Twitter</strong></a></li>\n</ol>\n\n\n\n<p>If you are subscribed to the Do the Woo podcast, you will at least catch all of the conversations and updates done via our episodes, but trust me, there will be a lot more than that.</p>\n\n\n\n<p>However you choose, I am hoping to bring to you the first ever unique event centered around the <strong>WordPress State of the Word</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-thanks-to-these-sponsors-for-sending-do-the-woo-to-the-state-of-the-word\">Thanks to These Sponsors for Sending Do the Woo to the State of the Word</h2>\n\n\n\n<p><em>published December 7, 2021</em></p>\n\n\n\n<p><strong>The WordPress and WooCommerce community never ceases to amaze me.</strong></p>\n\n\n\n<p>When I came up with the idea of this 8-day event wrapped the State of the Word NYC, I knew it could be big. At the same time it was nearing the end of the year and it&#8217;s not the best time to approach companies about sponsorships. In fact, when your goal is to get things solidified within a week, that is another thing.</p>\n\n\n\n<p>But thanks to four incredible sponsors, <a href=\"https://poststatus.com\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Post Status</strong></a>, <a href=\"https://www.godaddy.com/en-ph/pro/hub-dashboard\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>GoDaddy Pro</strong></a>, <a href=\"https://www.cloudways.com/en/woocommerce-hosting.php?utm_source=dothewoo&utm_medium=banner&utm_campaign=sotwwoo&utm_id=sotw\"><strong>Cloudways</strong></a> and <a href=\"https://mindsize.com\"><strong>Mindsize</strong></a> who stepped up to the plate, the Do the Woo adventure is happening.</p>\n\n\n\n<p>So please visit their sites, or give them a shout out on Twitter. Because when it comes to WordPress, and yes, WooCommerce, it&#8217;s all about community.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-do-the-woo-is-talking-about-the-state-of-the-word\">Why Do the Woo is Talking About the State of the Word</h2>\n\n\n\n<p><em>published December 10, 2021</em></p>\n\n\n\n<p>Over the next week or so, the content here on Do the Woo will be primarily focused on the large WordPress community and the upcoming State of the Word.&nbsp; Likely WooCommerce will poke up here and there, but you will notice an obvious wider perspective on all of the content during this time through Dec. 18th.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Woo and WordPress, It&#8217;s All Good</h2>\n\n\n\n<p>The first obvious reason is apparently the fact that I have created this trip/event around State of the Word.</p>\n\n\n\n<p>But the second reason should also be obvious and it&#8217;s something I talk about a lot here. It&#8217;s the simple fact that WooCommerce sits on top of WordPress. Right? Just about everything that happens with WordPress affects WooCommerce builders in one way or another, ultimately affecting the end user or client.</p>\n\n\n\n<p>Again, as I have said time and time again, if you build with Woo, you must keep on top of WordPress.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And There&#8217;s the Community</h3>\n\n\n\n<p>I have been hanging in the WordPress community for 15 years. During that time I have met incredible people and yes, started doing the Woo. With a history like mine, it&#8217;s easy to build event around the bigger ecosystem. Now I will admit that this is not a WordCamp I am going to and I won&#8217;t see as many people as I would have. But the times are weird and we are all doing what we can. But it will be able to share this experience with those online as well as those I get to see in person, both on the way to the State of the Word and during it.</p>\n\n\n\n<p>The community will also hear reflections of Matt Mullenwegs talk from community members and myself on the return home.</p>\n\n\n\n<p>So yes, I do the WordPress and I Do the Woo.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-an-eat-and-run-with-chicago-wordpress-peeps-on-the-way-to-state-of-the-word\">An Eat and Run with Chicago WordPress Peeps on the Way to State of the Word</h2>\n\n\n\n<p><em>published December 13, 2021</em></p>\n\n\n\n<p><em><strong>Best laid plans of mice and men</strong></em></p>\n\n\n\n<p>If you listen to this podcast (link coming soon), you will hear the story of how <a href=\"https://twitter.com/mpmike\"><strong>Mike Demo</strong></a> from <a href=\"https://www.codeable.io\"><strong>Codeable</strong></a> made his plans to jump on the train (not literally) for the leg from St. Paul to Chicago. This transpired into a dinner for some Chicago WordPress peeps. Long story short, plans where made at the Hard Rock Cafe in downtown Chicago and invites were sent out.</p>\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/11/IMG_0521.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-5486\" />\n\n\n\n<p>Then if you listen to this <a href=\"https://dothewoo.io/serendipity-a-chat-with-susan-ramsey/\"><strong>podcast</strong></a>, you will hear how I ended up running into Susan Ramsey, longtime WordPresser and friend, from Fort Worth, Texas. Yes, and she joined the dinner.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Chicago WordPress Rules</h3>\n\n\n\n<p>It was so cool for both Mike and I to have dinner with <strong><a href=\"https://twitter.com/bgardner\">Brian Gardner</a>, <a href=\"https://twitter.com/onehappystudio\">Susan Ramsey</a>, <a href=\"https://twitter.com/sds52\">Steve Stern</a>, <a href=\"https://twitter.com/beckyddesign\">Becky Davis</a></strong>, <strong><a href=\"https://twitter.com/KKoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://twitter.com/zstepek\">Zach Stepe</a>k </strong>and<strong><a href=\"https://twitter.com/RobertJacobi\"> Robert Jacobi</a>.</strong></p>\n\n\n\n<p>Even from my perspective it was an interesting group relationship-wise. I have known Becky and Brian from way back at Chicago WordCamp, 2011 or thereabouts. Susan has always been on my radar with her past activities in the Genesis community and, of course, my co-hosts of this podcast, Zach and Robert. But it was also very cool to meet two new faces, Steve and Keanan. Because of the limited time and where I was sitting I got to know Steve a bit better, but hoping I will have the chance with Keanan in the future.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Trains Will Run Late</h3>\n\n\n\n<p>Yes, we learned how trains, especially at this distance, can and will run late. In fact two hours late. As Mike and I had done a podcast on the train and hung out and just chatted, as we grew closer, Mike would frantically check the updates as minutes were slowly being added to the delay. But, hey are we going to let what came as a 2 hour late arrival spoil the party. No way.</p>\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/11/IMG_0515.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-5488\" />\n\n\n\n<p>Robert Jacobi made he was there to greet everyone. When we got off the train, Mike took off to grab a cab while Susan and I looked for the place that would hold my bags. She was damn good at helping me find the right place.</p>\n\n\n\n<p>Mike did make it, gave the cab drive a $20 bill for a $7 fare, and started the party going. We followed and soon were enjoying appetizers and conversation.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Best Part</h3>\n\n\n\n<p>Sure, I arrived around 7 and by 8:00 was in the Hard Rock shop grabbing a gift for Judy. Of course I was behind Mike who was stocking up on his Hard Rock findings. As I made my way back to the train station, looking at the photo of the group, I could do nothing but smile, thinking about how much fun everyone seemed to be having, catching up IRL, laughing, telling stories. Seeing each other for the first time in awhile.</p>\n\n\n\n<p>It was a joy to see and made me think about this amazing community we have in WordPress.</p>\n\n\n\n<p>So again, thanks to <a href=\"https://www.codeable.io\"><strong>Mike and Codeable</strong></a> for helping bring an amazing highlight to my trip of the #WooTrainClan</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-podcasts-on-the-trip\">The Podcasts on the Trip</h2>\n\n\n\n<p><em>podcasts published from November 30, 2021 &#8211; December 22, 2021</em></p>\n\n\n\n<p>I ended up doing podcasts before I left, on the train, at the hotel and a few other places. Here are the links to those. One of the train podcasts was completely by luck. So happens a WordPresser I know was on the same train car. Amazing!</p>\n\n\n\n<p><a href=\"https://dothewoo.io/do-the-woo-is-heading-to-the-wordpress-state-of-the-word-2021/\"><strong>Do the Woo is Heading to the WordPress State of the Word 2021</strong></a></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/just-a-quick-note-on-the-do-the-woo-trip-to-nyc/\">Just a Quick Note on the Do the Woo Trip to NYC</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/a-community-chat-with-cami-macnamara-in-seattle/\">A WordPress Community Chat with Cami MacNamara in Seattle</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/thinking-of-my-sponsors-while-traveling-through-montana/\">Thinking of My Sponsors While Traveling Through Montana to State of the Word</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/serendipity-a-chat-with-susan-ramsey/\">WordPress Serendipity: A Chat with Susan Ramsey</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/random-thoughts-on-the-train/\">Random Thoughts on the Train Traveling to State of the Word in NYC</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/mike-demo-riding-the-woo-train/\">Mike Demo Riding the Woo Train</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/pre-state-of-the-word-2021-with-adam-warner/\">Adam Warner Talks About the Upcoming State of the Word</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/pre-state-of-the-word-2021-with-daniel-schutzsmith/\">Daniel Schutzsmith Shares Thoughts on the Upcoming State of the Word</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/pre-state-of-the-word-2021-with-cory-miller/\">Cory Miller from Post Status on Community and State of the Word</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/post-state-of-the-word-topher-cate/\">Topher and Cate DeRosia Talk HeroPress and the State of the Word</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/state-of-the-word-mark-westward/\">Thoughts on the State of the Word from Mark Westguard</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/the-beginning-of-the-end-wootrainclan/\">The Beginning of the End, State of the Word and the WooTrainClan</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/matt-mullenweg-on-woocommerce-at-the-state-of-the-word-2021/\">Matt Mullenweg on WooCommerce at the State of the Word 2021</a></strong></p>\n\n\n\n<p><strong><a href=\"https://dothewoo.io/last-thoughts-on-the-state-of-the-word-from-the-community/\">Last Thoughts on the State of the Word from the Community</a></strong></p>\n\n\n\n<p>And before I left NYC and caught that train home, had the time to grab a nice lunch out with Bud Kraus, Robbie Adair and Cate and Topher Derosia</p>\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/11/IMG_0648.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-5518\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-oh-and-then-there-was-state-of-the-word-2022-in-nyc\">Oh, and Then There Was State of the Word 2022 in NYC</h2>\n\n\n\n<p>Of course, when it came around the next year, I opted to do this again but plane instead of train and no podcasting.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-do-the-woo-is-headed-to-the-state-of-the-word-nyc-again\">Do the Woo is Headed to the State of the Word, NYC, Again</h3>\n\n\n\n<p>It&#8217;s that time of the year, or at least for the second year in a row. <strong>Matt Mullenweg will be giving the State of the Word again in New York City</strong>. And yes, once again I will be making the trek across country to attend.</p>\n\n\n\n<h4 class=\"wp-block-heading\">What is and what was</h4>\n\n\n\n<p>You may or may not recall that last year, due to a misunderstanding with flying and ID&#8217;s required, I ended up taking a roundtrip adventure on a train to NYC. In fact I have <strong>several posts here that not only talk about the adventure, but also podcasts that were done along the way as well at in NYC</strong>. I don&#8217;t need to go into the details again, but let&#8217;s just say I have opted for a flight this time. <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<h4 class=\"wp-block-heading\">Time for connection, reflection and optimism</h4>\n\n\n\n<p>So you may be asking why I used the resources to fly six hours one way for a three hour event. Well, first I feel I need to be there to represent Do the Woo. And I am able to do this because of the <strong>support of our Pod Friends</strong>.</p>\n\n\n\n<p>But it also is perfect timing for the end of the year.</p>\n\n\n\n<p><strong>Connection</strong> &#8211; this goes without saying. Although a small crowd, maximum of 50 people, I always look forward to connecting with my WordPress friends. In fact, sometimes smaller is better.</p>\n\n\n\n<p><strong>Reflection</strong> &#8211; when Matt reviews the year, for some it may seem to be only on the surface. But post-state of the word gives me time to think about what he has said. What it means to the community. And what it means for our efforts here at Do the Woo. For me personally, it has more meaning and goes deeper when I experience it in person. Plus it gives me something to think about on the flight home.</p>\n\n\n\n<p><strong>Optimism</strong> &#8211; I am by nature optimistic. And though there can be skepticism, doubts or even drama for others, each year always brings me optimism in the future of the project.&nbsp; Which lends to the whole experience that I have before, during and after the State of the Word.</p>\n\n\n\n<p>I do admit I am lucky that I can attend. And yes, again I have my sponsors to thank for that. Also, there is a part of me that hopes the SOTW could be worked to be given at all of the flagship WordCamps, as it had been done with WordCampUS before. But knowing that it plays on the end-of-the-year, maybe I am too optimistic there.</p>\n\n\n\n<p>If you are one of the few that are able to attend, and we haven&#8217;t talked about meeting up yet, let me know. NYC, here we come!</p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-a-state-of-the-word-dinner-with-some-woo\">A State of the Word Dinner with Some Woo</h4>\n\n\n\n<p>As you likely know from earlier posts and podcasts, I was able to attend the State of the Word this year in New York City. All because of our Pod Friends.</p>\n\n\n\n<h4 class=\"wp-block-heading\">When a community comes together</h4>\n\n\n\n<p>Since I would be there on the night before the event, <a href=\"https://meetmichelle.online/\"><strong>Michelle Frechette</strong> </a>and I started a conversation with others who were attending. &#8220;How about getting together for dinner?&#8221; Of course, as with any WordPress event, large or small, you will find those interested, both old and new friends. And the fact that the hotel we both were staying at had this very convenient restaurant and bar, well, it was an easy decision.</p>\n\n\n\n<p>Except when you call to make a reservation, get a failed call notice, and learn from the hotel that the restaurant is closed.</p>\n\n\n\n<p>This led into more conversations with those attended, and those not. Apparently with the size of most restaurants in NYC being small and, to add to that, the holidays, well, finding a reservation for 10-11 people turned into a challenge. The fact that I had left this to only a few days before the dinner didn&#8217;t help.</p>\n\n\n\n<h4 class=\"wp-block-heading\">It takes a community</h4>\n\n\n\n<p>We are a hearty group and don&#8217;t give up easy. Along came superhero <a href=\"https://nevharris.com/\"><strong>Nev Harris</strong></a> suggesting he calls the American Express concierge to help and recommend some restaurants was a game saver. And although what we found was an outdoor heated patio, with temperatures in the low 30&#8217;s F, we couldn&#8217;t be picky. Luck was on the side of this WordPress group and we felt we were treated to a semi-private room where good food, drinks and conversation took the stage.</p>\n\n\n\n<img width=\"768\" height=\"1024\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/11/51C33347-33A0-4015-A2D4-199FB6D0B253_1_105_c.jpeg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-5492\" />\n\n\n\n<p>Of course, once you have had a terrific Italian dinner there is no better place to extend the holiday cheer than for a few of us to visit Rockefeller Center.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/11/IMG_1504-1024x768.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-5491\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-state-of-the-word-2023\">State of the Word 2023</h2>\n\n\n\n<p>Which brings me right back to where we are. Will I be attending SOTW at the end of this year? You just never know, but once I get started&#8230;.</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 Jul 2024 12:45:50 +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:45;a:6:{s:4:\"data\";s:13:\"\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:67:\"Do The Woo Community: WordCamp US 2023, Another Fantastic WP Memory\";s: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:25:\"https://bobwp.com/?p=4815\";s: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://dothewoo.io/wordcamp-us-2023-another-fantastic-wp-memory/\";s: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:17398:\"<p>Well, it was inevitable that I should post a recap of WordPress US. I am writing this after returning to my home and office in Porto on Monday morning, this being Thursday of the same week. And I&#8217;ll tell you, I am just starting to get over my exhaustion.</p>\n\n\n\n<img width=\"1024\" height=\"576\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/bobwp.jpg?resize=1024%2C576&ssl=1\" alt=\"\" class=\"wp-image-4941\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-trip-to-wcus\">The Trip to WCUS</h2>\n\n\n\n<p>Flying back to the states, I loved the way over. No overnight experiences for me, and leaving at 7:30 am Porto time, arriving in National Harbor 7:30 pm EDT. Of course, during the flight I started with breakfast, then a drink and lunch and segued into dinner at some point which ended with a snack. Lot&#8217;s of food and can&#8217;t honestly remember when I ate what. </p>\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2733.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4934\" />\n\n\n\n\n<img width=\"1024\" height=\"683\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/Photo-on-8-22-23-at-10.55-AM-3.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-4833\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2742-3.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4834\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2743-3.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4835\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2744-1-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4837\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2753.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4836\" />\n\n\n\n\n<p>I did meet a few friends when I landed, but by then I was pretty much half asleep. It was nice seeing my good friend Mark Westguard right off the bat.</p>\n\n\n\n<img width=\"768\" height=\"487\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/mark-and-bob.jpg?resize=768%2C487&ssl=1\" alt=\"\" class=\"wp-image-4843\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-first-day-in-national-harbor\">The first day in National Harbor</h2>\n\n\n\n<p>Unlike my other WordPressers who were already there, the next day I was not part of the Community Summit nor did I have the desire to be a tourist in Washington DC. The latter did not tempt me with the heat or the sights. </p>\n\n\n\n<p>So I spent the day hanging around the hotel/convention center to make life easy. Now the Gaylord National Resort and Convention Center is enormous. And I mean freakin&#8217; huge. It kind of reminded me of those large cruise ships, although I have never been on one. It&#8217;s set up quite well. You never really need to leave and everything is overpriced. But hey, that&#8217;s America, right?</p>\n\n\n\n<p>The morning I spent wandering around the grounds, inside and out.</p>\n\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2768.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4860\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2755-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4859\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2756.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4856\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2757-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4861\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2758.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4854\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2759.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4858\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2764.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4853\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2760.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4857\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2761-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4855\" />\n\n\n\n\n<p>The other part of the day Mark and myself just did this and that. Lunchtime we went and had some drinks and nachos. After that we just roamed around the hotel and Mark was obviously delighted to find his logo with all the sponsors on the entryway to the conference center.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2769-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4862\" />\n\n\n\n<p>Then we had Casey join us, Mark&#8217;s better half, and dinner time where at even more food. </p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2770-2-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4863\" />\n\n\n\n<p>So after a day of local exploring, drinks and food, we did what any normal WordCamper would do. We went to a party, WP-Includes Summer Fest. </p>\n\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2771-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4869\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2772-1024x768.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4868\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2774.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4867\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2775.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4865\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2776.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4872\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2779.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4870\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2781.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4866\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2782.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4871\" />\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-contributor-day\">Contributor Day</h2>\n\n\n\n<p>The next day was Contributor Day. And guess what? It was amazing. So much so that I didn&#8217;t take one photo as I was busy listening and interjecting every once in awhile. But I did snag the group photo from that day just to share the all the groovy WordPressers who were part of that day. By the way, photo credit goes to Shusei Toda. </p>\n\n\n\n<img width=\"1024\" height=\"683\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/F4UzCE7WMAAIWhS.jpeg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-4874\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wordcamp-us-the-event\">WordCamp US, the Event</h2>\n\n\n\n<p>As with most WordCamps, I find myself so busy connecting with old and new friends, and just being a happy WordCamper that I never take as many photos as planned. But, I do the best I can do.</p>\n\n\n\n<p>Of course, I cannot go without thanking my sponsors, A2 Hosting, Avalara, Hostinger, GoDaddy, Jetpack and Weglot. Oh, and yes, WooCommerce! </p>\n\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2788.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4881\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2794-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4877\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2795.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4880\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2797-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4879\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2798.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4878\" />\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-do-the-woo-a-pseudo-sponsor\">Do the Woo, a Pseudo Sponsor</h2>\n\n\n\n<p>And then this happened. My friends over at Multicolab were not able to use their sponsor booth. Anil Gupta was able to attend, but he had problems with getting his team over to the US. So his table sat unattended and barren.</p>\n\n\n\n<p>I had a chat with Anil as he is a good friend of mine, and also a past sponsor of Do the Woo. Long story short, I took over the booth and used it for the DTW hq at WordCamp US. So I had the opportunity to be able to do some podcasting as well as meet many of our listeners. </p>\n\n\n\n<p>Here is Anil sharing some thoughts on WordCamp. </p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2824-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4883\" />\n\n\n\n<p>Here is my makeshift booth.</p>\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2799.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4885\" />\n\n\n\n<p>And some of our podcast guests.</p>\n\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2823-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4889\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2837-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4887\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2839.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4888\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2847.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4890\" />\n\n\n\n\n<p>And a very special podcast. Three WordPressers from the Spain WordPress community did a show, and they did it all in Spanish. What fun!</p>\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2829.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4893\" />\n\n\n\n<p>As it so happened during contributor day, also at the event I didn&#8217;t get as many photos as I would have wanted. Was just too busy enjoying IRL conversations. But here are just a few more friends that I caught.</p>\n\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2851.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4895\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2825.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4898\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2787-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4899\" />\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-s-a-flagship-wordcamp-without-nathan-s-head\">What&#8217;s a Flagship WordCamp without Nathan&#8217;s head</h2>\n\n\n\n<p>Now for those of you who know Nathan, you get it. For those that don&#8217;t, well I will add a mysterious moment to your life. A good friend and fellow podcaster of mine, Nathan&#8217;s head often shows up in the weirdest spots, or simply frightening people here and there. And the second day started out with just that. </p>\n\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2802-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4917\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2803-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4910\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2804-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4907\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2806-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4909\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2807-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4912\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2802.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4918\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2808-3-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4914\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2815-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4903\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2803.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4911\" />\n\n\n\n<img width=\"768\" height=\"1024\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2818-2.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4904\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2804.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4908\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2809-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4906\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2813-2-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4915\" />\n\n\n\n<img width=\"768\" height=\"1024\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2817-2.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4920\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2810-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4905\" />\n\n\n\n<img width=\"1024\" height=\"768\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/IMG_2812-2.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-4916\" />\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2811-2-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4913\" />\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-after-social\">The After Social</h2>\n\n\n\n<p>As with tradition of WordCamp US, the social at the end of the second day was at the Smithsonian Museum of Natural History. Quite the impressive museum. Now I am not a huge fan of museums. I could also say that it was mostly bones, stuffed or recreated animals, rocks and overpriced jewelry, but nonetheless it was quite breathtaking. </p>\n\n\n\n<p>A lot of people had a great time and it was also filled with conversation, laughter and yummy desserts with old and new friends. </p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2860-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4923\" />\n\n\n\n<p>And what is a museum visit without posing as a museum exhibit.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2855-2-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4925\" />\n\n\n\n<p>Of course my friend Miriam had to catch as I ventured into the fossil display where I discovered an old acquaintance, Joe the Tyrannosaurus. As I gently touch the bones of his neck on display, I pondered our prehistoric life together.</p>\n\n\n\n<img width=\"768\" height=\"1024\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/F4f6OdpXsAAvT_w.jpeg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4928\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-it-s-why-i-do-what-i-do\">It&#8217;s Why I Do What I Do</h2>\n\n\n\n<p>In a nutshell, I do WordPress because of the community. And events like WordCampUS is like a moment of pure oxygen. So much laughter, conversation, hugs, food and drinks with old and new friends. I wouldn&#8217;t have it any other way. </p>\n\n\n\n<p>And I leave you with one last photo. As I was flying home, something outside my window reminded me of that museum. Can you guess what that is?</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/08/IMG_2872-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-4931\" />\n\n\n\n<p>Hope to see you at WordCamp Asia in 2024.</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 Jul 2024 12:45:50 +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:46;a:6:{s:4:\"data\";s:13:\"\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:83:\"Do The Woo Community: WordPress 6.3. Our Heroes, the Release Squad and Contributors\";s: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:25:\"https://bobwp.com/?p=4706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/wordpress-6-3-my-heroes-the-release-squad-and-contributors/\";s: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:1386:\"<p>The last time I wrote a post on a WordPress major release on this blog was sometime ago, where I was doing more tutorials and education pieces here. A previous focus of the life of this blog, now archived into oblivion.</p>\n\n\n\n<p>But hey, can you imagine how many posts have been published and will still be published about 6.3? I cannot fathom that number.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-release-the-people\">The release, the people</h2>\n\n\n\n<p>I don&#8217;t have to tell you about the features. Nor do I really need to tell you about what makes this happen, and the incredible people who contribute their time and expertise to each release. </p>\n\n\n\n<p>Well, I lied. On the latter, I do have to tell you. Because every time that a major release comes out, and I head over to WordPress.org to see the post. It&#8217;s always fun to read about the jazz artist that it was named after, revisit the features, but I always stroll to the bottom to see my heroes first.</p>\n\n\n\n<p>The release squad and the contributors. And for each and every one of you, my sincere gratitude and appreciation for making this community what it is. Also, a big virtual hug.</p>\n\n\n\n<img width=\"1000\" height=\"2645\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/08/WordPress-6.3-Release-squad-and-contributors.png?resize=1000%2C2645&ssl=1\" alt=\"\" class=\"wp-image-4713\" />\";s: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 Jul 2024 12:45:50 +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:47;a:6:{s:4:\"data\";s:13:\"\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:52:\"Do The Woo Community: WordCamp Europe 2023. Amazing.\";s: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:25:\"https://bobwp.com/?p=3702\";s: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:49:\"https://dothewoo.io/wordcamp-europe-2023-amazing/\";s: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:12637:\"<p>If I could put every experience I had, every conversation, and every laugh or hug here in this post, I would. But it would be a very long post and, of course, I would have discovered something I missed, or several things, thus even a longer post. </p>\n\n\n\n<p>This was my second WordCamp Europe, but my first living here in Porto, Portugal. That fact alone, and the love I am getting from the community here, would be worth a post in itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-community\">The Community</h2>\n\n\n\n<p>It&#8217;s never surprising when I hear from anyone talk their experience at a WordCamp, community and people are always in there, often being what they loved most. And for me there is never an exception. New friends. Connecting with old friends. And so much laughter, and yes, food.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Sponsors and the Venue</h2>\n\n\n\n<p>The venue was fantastic. Although I must admit at first it was a bit overwhelming as the sponsors winded around different parts and hallways. Some of the small biz sponsors were concerned being off the beaten path, but that changed quickly, at least for the ones I talked to. </p>\n\n\n\n<p>Fact is I started going around to the booths, meeting people, saying hi to others and stopping for so many hugs and conversations, it took me 3 hours just to do that. On the second day, I spent an hour easily just with the Small Biz sponsors. </p>\n\n\n\n<p>Now I talk to a lot of WordPress businesses and I know there are always questions about  sponsoring WordCamps and the value behind it. So I am going t<a href=\"https://barn2.com/blog/wordcamp-europe-sponsorship-story/\">o share a great post from my friend Katie Keith from Barn2 Plugins, where she shares their first experience sponsoring</a>. If you ever had questions about sponsoring, make sure and read it.</p>\n\n\n\n<p>If you missed any of the sessions, or were not able to make it, <a href=\"https://www.youtube.com/@wordcampeurope/streams\">you can find all of them here from the livestream.</a></p>\n\n\n\n<p>As I said, there is a lot more I am still digesting and it will also settle in my brain just in time for WCUS. But I do want to thank the organizing team, the volunteers for their hard work in making it so amazing. And of course, the sponsors who make it possible. </p>\n\n\n\n<p>I leave you with this. Some great WordPress peeps. (and a few taken by others, plus my mug occasionally).</p>\n\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyZ9OvrXsAM3z1j-1024x683.jpeg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-3773\" />\n\n\n\n<img width=\"300\" height=\"211\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/06/FE139717-AE09-4616-BFD7-68FFC0E540C2_1_105_c-e1686922323139-300x211.jpeg?resize=300%2C211&ssl=1\" alt=\"WordCamp Europe 2023\" class=\"wp-image-3707\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/954C73E6-6A97-4E0F-B7FD-0D5344E9A663_1_105_c-e1686922229852.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3708\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/97A20DDC-C7E0-40B4-934F-71883C07AEDD_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3709\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/468089F2-B3FF-4A9A-9880-61302EB35D75_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3710\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/1E66450F-0FA1-49A9-9FE9-49C0BA170C3B_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3711\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/0A53E9ED-D02D-4519-BB97-DE74E5B6832C_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3712\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/9ED1B5CC-F3F7-4D32-A369-65476A696D9B_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3713\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/04AAEF7F-EAA6-4E12-B9C5-007EB22A1988_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3714\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/56E4154B-2FA2-4CB4-A9E1-7CA13DBE29FE_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3715\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/02CBEC08-ACD3-43B0-982C-8CB3C16DB3BD_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3716\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/DC7362CD-ABCA-471E-8028-43052C75288A_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3717\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/8BF9EC52-8CE6-41E4-ADD2-BF3EA8090F87_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3718\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/683993A1-5E3F-4E81-A5A3-10123525B0F3_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3719\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/5BA05077-32AB-46B3-9274-AB2E61A6AF00_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3720\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/4FF3C170-EC5E-4941-8A3B-2890C9CDA25E_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3721\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/B99F10C0-1893-4657-81E9-2794B8CE4A0D_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3722\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/3D246BBB-626D-44E0-BC00-5F710EA799C2_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3723\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/CE1E312A-F124-4EE6-A0A6-4C99FFD2953B_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3724\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/3D79CBBE-EA50-48FD-876B-F469BAF2EEA8_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3725\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/ACBBDEB8-88A0-4854-B538-A439D4226501_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3726\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FEEE728B-05C4-4A0E-BE24-570F5E4709AB_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3727\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/491C1F4E-1A81-4ED3-9826-9FEA02478092_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3728\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/99A01295-FE45-4E0A-9996-F1400656EF58_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3729\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/5C4E4C74-AFAD-4E63-907D-8A1662C622B8_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3730\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/81855AE3-B086-45BD-AD63-66636F3CC94D_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3731\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/956706FF-375A-4D1A-9C16-B426B2471D42_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3732\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/898C8520-1770-4C9C-B0EE-92F5A27A98AA_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3733\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/785A33AD-7108-45D8-B2A3-550870FAB265_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3734\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/0E9EF259-9281-47D7-B3D1-360B4BC2EF65_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3735\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/78C3FDC5-8C6D-4543-84F1-B16F5A7F7510_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3736\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/E7656355-91B6-4C38-919B-5D22E03F0D1B_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3737\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/E05393A6-6987-4AE7-976E-B8A8DEBBD6DE_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3738\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/32D8D871-D9E3-4FF1-9C65-CF245A996C33_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3739\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/D2E8EA51-E27A-42F8-83C9-430099C37E6E_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3740\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/0B8F570C-F0F2-4854-9EB2-F0C1865B6C19_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3741\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/21F627EC-41AB-45E3-822B-BEF1C1C3B615_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3742\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/09B47AE1-E1E0-4014-B613-E2E36E47971F_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3743\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/BA3F4F90-2FAD-497A-BFB1-765A8DB09109_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3744\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/B7C600B0-B6A9-432E-94D6-953DA0D7FA8C_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3745\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/EA9CB071-2476-4AFC-B589-762A88082357_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3746\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/19369C59-01E7-4D29-89C3-A980726AC578_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3747\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/AD93CBF5-00A3-48F6-AE09-4171DE46BE3C_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3748\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/1258EE12-2635-4DC2-8793-411B171C6FB9_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3749\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/8D56ABBD-81E1-4390-A69B-38DA724727EF_1_105_c-e1686921631547.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3750\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FE796986-42A9-4CCB-9C2C-39DC776C51B7_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3751\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/21D68A67-768B-427D-A927-ACC79D6A84C3_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3752\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/248F2595-1254-46A2-9938-97A3F674157F_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3753\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/EFD136F3-CDA1-4B37-8DAB-FB65E93EE8F1_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3754\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/7B22354B-95F8-4855-A978-4027958A2CD6_1_105_c.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3757\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyDGmp9akAEgRj_.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3758\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyfstMTaIAAMQWe-576x1024.jpeg?resize=576%2C1024&ssl=1\" alt=\"\" class=\"wp-image-3759\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyIIKwJWYAclHLZ-1024x768.jpeg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-3761\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyIIiQ6WYBAZEUp.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3760\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyLdeDZXgAIsG82-1024x768.jpeg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-3763\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyK7abXWYAAwC_t.jpeg?ssl=1\" alt=\"\" class=\"wp-image-3762\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyLe_ZnWAAACUmP-1024x768.jpeg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-3764\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyLJWo4WcAEisFH-1024x768.jpeg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-3765\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyP6Nb-XoAEvB4V-768x1024.jpeg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-3766\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyPinCEaYAA6yoY-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-3767\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyQS0qsXoAIDzlT-1024x473.jpeg?resize=1024%2C473&ssl=1\" alt=\"\" class=\"wp-image-3769\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyQWwDJWIAMx4kU-768x1024.jpeg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-3770\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyrZEYYWAAc26z1-768x1024.jpeg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-3771\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyWp6DlWIAIlw0G-576x1024.jpeg?resize=576%2C1024&ssl=1\" alt=\"\" class=\"wp-image-3772\" />\n\n\n\n<img src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/06/FyQd8NDXgAAuLlN-1024x683.jpeg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-3768\" />\";s: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 Jul 2024 12:45:50 +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:13:\"\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:59:\"Do The Woo Community: 20 Years. That’s a Lot of 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:25:\"https://bobwp.com/?p=3448\";s: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:54:\"https://dothewoo.io/20-years-thats-a-lot-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:431:\"<p>In May I was fortunate to <strong><a href=\"https://wordpress.tv/2023/05/30/20-years-thats-a-lot-of-community/\">speak at WordCamp Lisboa about community</a></strong>. It had been awhile since I&#8217;ve spoken at a WordCamp, but I had a lot of fun.</p>\n\n\n\n<p>If you are interested in my elaboration of the future of the community, <a href=\"https://dothewoo.io/future-of-the-wordpress-community/\">listen to this show here.</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, 07 Jul 2024 12:45:50 +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:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Do The Woo Community: WordCamp Asia. Energized, Graciousness and Empathy\";s: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:25:\"https://bobwp.com/?p=1625\";s: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://dothewoo.io/wordcamp-asia-2023/\";s: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:9885:\"<p>For 13 years I have been going to the smaller and local WordCamps and when the first flagship WCUS started, I jumped on the opportunity and have been lucky enough to attend all of them so far.</p>\n\n\n\n<p>Last year, I attended my <strong><a href=\"https://dothewoo.io/do-the-woo-is-headed-to-wordcamp-asia/\">first WCEU</a></strong> which of course was far from their first. It was an amazing event and even <strong><a href=\"http://https//portobobwptrainer0.wpcomstaging.com\">pushed us to move to Porto</a></strong>, which we are doing end of March.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-then-comes-wcasia\">Then comes WCAsia</h2>\n\n\n\n<p>Judy and I were excited that we would be able to attend the <strong><a href=\"https://asia.wordcamp.org/2023/\">very first WCAsia</a></strong>. Neither of us had been to any part of Asia, so Bangkok was soon to be our first.&nbsp;</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/02/IMG_1562-1024x768.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-1626\" />\n\n\n\n<p>Now with all that comes for anyone attending a WordCamp, it can be anything from intimidating, to exciting, or both. I did not know what to expect from this very first flagship event. I knew that it would be good, but I didn’t know I would be blown away.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The event itself</h2>\n\n\n\n<p>The event was held on the top floor of what&#8217;s called Iconsiam. A gigantic mall with a conference center.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/02/IMG_1748-1024x768.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-1627\" />\n\n\n\n<p>And everything about the organization of the event was top notch. The sponsor area was strategically placed. And I personally experienced a volunteer approaching me a few times and asking how I was doing and if they could help with anything. It was amazing.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Contributor day</h3>\n\n\n\n<p>This was my second contributor day. And it did not disappoint. I spent my time with the Community team and we had several very good discussions. Of course a lot of time was put into the day-long event from both organizers and volunteers. And I had to get a shot of all the team table leads from around the world.</p>\n\n\n\n<img width=\"1000\" height=\"519\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/02/Contributor-day-leads-WordCamp-Asia-2023.jpg?resize=1000%2C519&ssl=1\" alt=\"\" class=\"wp-image-1629\" />\n\n\n\n<p>This was just how big contributor day was.</p>\n\n\n\n<img width=\"1024\" height=\"683\" tabindex=\"0\" src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2023/02/WordCamp-Asia-2023-Contributor-Day-1.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-1630\" />\n\n\n\n<h2 class=\"wp-block-heading\">Two days of WordCamp Asia</h2>\n\n\n\n<p>The minute I walked in that morning and headed straight for the expo area, this is what I saw. It was one of the most busy WordCamps I had ever been to, at least from this perspective. And the vibe in the air is what I believe energized everyone.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/02/IMG_1595-1024x768.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-1628\" />\n\n\n\n<h3 class=\"wp-block-heading\">The community, the people</h3>\n\n\n\n<p>There is no single word to describe all the new and old friends that I met with. There were hugs, fist bumps, handshakes, and a lot of conversation. I had the chance to meet people who had literally been reading or listening to my stuff for over a decade. It was incredible humbling. </p>\n\n\n\n<p>Although I don&#8217;t have these tagged, here is are bunch of selfies and other pics that were taken by others and myself. </p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Three things really stood out to me</h2>\n\n\n\n<p>As I mentioned earlier, this was likely the best WordCamp I have been to. If asked, I would have to say that there are three words that come to mind if I was to describe it as a whole.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The energy</h3>\n\n\n\n<p>I have never been to a WordCamp that had as much energy as I experienced here. I’m sure it was a combination of it finally happening for the Asian community (the first time it was cancelled due to covid), the pride they felt and the fact that so many of the attendees were experiencing their very first WordCamp of any size.&nbsp;</p>\n\n\n\n<p>Everyone seemed hungry for community and education. Even the sponsors who frequent many WordCamps, the teams they brought were energized and kept very busy. There was a vibe of this energy with everyone you met.&nbsp;</p>\n\n\n\n<p>I know that both my brand BobWP and Do the Woo is very popular in that part of the world. But until you are able to talk, shake hands or hug, you just don’t know. I met strangers and people who I have been connected with online for a decade or more. I was in what felt like hundreds of selfies with friends and new friends. The energy there was contagious and even by day two, it did not let up till closer to the end of the day.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The graciousness</h3>\n\n\n\n<p>This is probably the most powerful word that stuck with us during our entire stay, both at the event and beyond. We felt welcomed wherever we went. The kindness and consideration of each individual we had contact with and I had contact with at the event, was something that added to the energy I previously talked about.</p>\n\n\n\n<p>Culturally, between the greeting with a bow and hands held together, and those who held their hands over their hearts as they approached you, other parts of the world could learn from those warm and loving gestures and how they made us feel each and every time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The empathy</h3>\n\n\n\n<p>Empathy has always been a huge part of my life, and I wish more people would naturally feel it in all circumstances.</p>\n\n\n\n<p>As I mentioned previously, a lot of the attendees where first time WordCampers. Because of the nature of our business, many are introverts and that first event experience can be overwhelming. But it was different. There was a natural born vibe of empathy coming from everyone. </p>\n\n\n\n<p>The vendors talking to community members. People meeting each other for the first time. Questions asked and answered. I would often catch pieces of conversation near me, and more times than not there was a tone of empathy. A tone that said we are the community and here to help each other, no matter who you are, what skill level you have or where you come from. The glass was half full, if not brimming over.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Of course all the other stuff</h2>\n\n\n\n<p>There was so much to the event, but at the same time the entire experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Having a little fun and a good laugh</h3>\n\n\n\n<p>There is nothing better than a good laugh. You may or may not know <strong><a href=\"https://wpbuilds.com/\">Nathan Wrigley from WPBuilds</a></strong>. A great friend of mine and a treasure to the WordPress community. Unfortunately Nathan could not make it, so our friend <strong><a href=\"https://wsform.com/\">Mark Westguard from WS Form</a></strong> created a &#8220;Nathan head&#8221;. And it started popping around here and there at WCAsia. Make sure and click on the images so you can easily find &#8220;Where&#8217;s Nathan?&#8221; </p>\n\n\n\n\n\n<h3 class=\"wp-block-heading\">Nom nom</h3>\n\n\n\n<p>The food was incredible. I’m not a foodie as much as many who travel, but the tastes I experienced are really beyond words. I am still deciding my favorites between Thai, Indian and Japanese.&nbsp;Unfortunately, I am terrible when it comes to taking pictures of our food. In fact, I likely got more from the food served on our flights than at the event.</p>\n\n\n\n<p>There was this amazing Espresso Martini that we had, in some kind of a chalice at a restaurant in a local marketplace. </p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/02/69856627392__9179F4B0-106B-43AC-A12F-D6A40A1FDD91-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-1678\" />\n\n\n\n<p>And the best experience I had was a cup of Spicy Coconut Soup with Scallops at a restaurant in the Iconsiam. Unfortunately I didn&#8217;t think to take a picture until I was half-finished. Trust me, the untouched presentation was pretty impressive. The taste, out of this world.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/02/IMG_1757-768x1024.jpg?resize=768%2C1024&ssl=1\" alt=\"\" class=\"wp-image-1679\" />\n\n\n\n<h3 class=\"wp-block-heading\">Bangkok</h3>\n\n\n\n<p>And then there was the host city. As mentioned, this was the first time Judy and I have been in Asia. The city was interesting and amazing at the same time. The weather was another thing. We spent an extra three days and found we could spend very little time outside because of the heat and humidity. Average days temp while while there were around 94<strong>°F</strong>&nbsp;/ 34<strong>°C</strong>. We thought we would either melt away or simple pass out. But between the hotel, a boat ride down the river and a few other places, I do have a few shots to share with you. </p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">What have I left out?</h2>\n\n\n\n<p>Likely a lot. But still recovering from jet lag and a good chunk of this post was written on the flight back. </p>\n\n\n\n<p>If we connected at WCAsia, you are now a big part of one of my favorites memories since using WordPress.</p>\n\n\n\n<p>And if you were an organizer, volunteer or sponsor this year, a big thanks and hug for one amazing event. You should be proud of what you did and the community that you brought together. </p>\n\n\n\n<p>Until WordCamp Europe&#8230;.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://i0.wp.com/bobwp.com/wp-content/uploads/2023/02/IMG_1760-1024x768.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-1714\" />\";s: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 Jul 2024 12:45:50 +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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 11 Aug 2024 14:33:00 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Sun, 11 Aug 2024 14:15:45 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20220428165603\";}','off');
INSERT INTO `wp_options` VALUES
(1272,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1723429980','off'),
(1273,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1723386780','off'),
(1274,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1723429980','off'),
(1275,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/08/a-brand-new-way-to-learn-wordpress/\'>A Brand-New Way to Learn WordPress</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2024/07/wordpress-6-6-1-maintenance-release/\'>WordPress 6.6.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/stepping-outside-the-wordpress-bubble/\'>Do The Woo Community: Stepping Outside the WordPress Bubble</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/131-abraham-waita-on-nurturing-young-wordpress-enthusiasts-in-uganda\'>WPTavern: #131 – Abraham Waita on Nurturing Young WordPress Enthusiasts in Uganda</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/insights-from-the-2023-state-of-enterprise-wordpress-survey-with-mario-peshev/\'>Do The Woo Community: Insights from the 2023 State of Enterprise WordPress Survey with Mario Peshev</a></li></ul></div>','off'),
(1320,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1723390016;s:8:\"response\";a:1:{s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:6:\"3.8.11\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-forms.3.8.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";s:6:\"tested\";s:5:\"6.6.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/simple-301-redirects\";s:4:\"slug\";s:20:\"simple-301-redirects\";s:6:\"plugin\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:11:\"new_version\";s:6:\"2.0.10\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-301-redirects/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/simple-301-redirects.2.0.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-256x256.jpg?rev=2783827\";s:2:\"1x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-128x128.jpg?rev=2783827\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-301-redirects/assets/banner-1544x500.png?rev=2783827\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-301-redirects/assets/banner-772x250.png?rev=2783827\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.7.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.7.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.2.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:28:\"wp-mail-returnpath/index.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wp-mail-returnpath\";s:4:\"slug\";s:18:\"wp-mail-returnpath\";s:6:\"plugin\";s:28:\"wp-mail-returnpath/index.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-mail-returnpath/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-returnpath.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-mail-returnpath/assets/icon-256x256.png?rev=3008134\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-mail-returnpath/assets/icon-256x256.png?rev=3008134\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}}s:7:\"checked\";a:7:{s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.4\";s:27:\"ninja-forms/ninja-forms.php\";s:6:\"3.8.10\";s:67:\"remove-query-strings-from-static-resources/remove-query-strings.php\";s:3:\"1.4\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:6:\"2.0.10\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"2.7.5\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"2.2.0\";s:28:\"wp-mail-returnpath/index.php\";s:5:\"1.1.1\";}}','off'),
(1472,'_site_transient_timeout_browser_10f9287deaf609ee36fb37783f2b89c0','1724009882','off'),
(1473,'_site_transient_browser_10f9287deaf609ee36fb37783f2b89c0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"126.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";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'),
(1734,'x_stack','integrity','auto'),
(1735,'x_integrity_design','light','auto'),
(1736,'x_integrity_topbar_transparency_enable','','auto'),
(1737,'x_integrity_navbar_transparency_enable','','auto'),
(1738,'x_integrity_footer_transparency_enable','','auto'),
(1739,'x_integrity_blog_header_enable','1','auto'),
(1740,'x_integrity_blog_title','The Blog','auto'),
(1741,'x_integrity_blog_subtitle','Welcome to our little corner of the Internet. Kick your feet up and stay a while.','auto'),
(1742,'x_integrity_portfolio_archive_sort_button_text','Sort Portfolio','auto'),
(1743,'x_integrity_portfolio_archive_post_sharing_enable','','auto'),
(1744,'x_integrity_shop_header_enable','1','auto'),
(1745,'x_integrity_shop_title','The Shop','auto'),
(1746,'x_integrity_shop_subtitle','Welcome to our online store. Take some time to browse through our items.','auto'),
(1747,'x_renew_topbar_background','#1f2c39','auto'),
(1748,'x_renew_logobar_background','#2c3e50','auto'),
(1749,'x_renew_navbar_background','#2c3e50','auto'),
(1750,'x_renew_navbar_button_color','#ffffff','auto'),
(1751,'x_renew_navbar_button_background','#3e5771','auto'),
(1752,'x_renew_navbar_button_background_hover','#476481','auto'),
(1753,'x_renew_footer_background','#2c3e50','auto'),
(1754,'x_renew_topbar_text_color','#ffffff','auto'),
(1755,'x_renew_topbar_link_color_hover','#959baf','auto'),
(1756,'x_renew_footer_text_color','#ffffff','auto'),
(1757,'x_renew_blog_title','The Blog','auto'),
(1758,'x_renew_entry_icon_color','#dddddd','auto'),
(1759,'x_renew_entry_icon_position','standard','auto'),
(1760,'x_renew_entry_icon_position_horizontal','18%','auto'),
(1761,'x_renew_entry_icon_position_vertical','25px','auto'),
(1762,'x_renew_shop_title','The Shop','auto'),
(1763,'x_icon_post_title_icon_enable','1','auto'),
(1764,'x_icon_post_standard_colors_enable','','auto'),
(1765,'x_icon_post_standard_color','#d1f2eb','auto'),
(1766,'x_icon_post_standard_background','#16a085','auto'),
(1767,'x_icon_post_image_colors_enable','','auto'),
(1768,'x_icon_post_image_color','#d1eedd','auto'),
(1769,'x_icon_post_image_background','#27ae60','auto'),
(1770,'x_icon_post_gallery_colors_enable','','auto'),
(1771,'x_icon_post_gallery_color','#d1eedd','auto'),
(1772,'x_icon_post_gallery_background','#27ae60','auto'),
(1773,'x_icon_post_video_colors_enable','','auto'),
(1774,'x_icon_post_video_color','#e9daef','auto'),
(1775,'x_icon_post_video_background','#8e44ad','auto'),
(1776,'x_icon_post_audio_colors_enable','','auto'),
(1777,'x_icon_post_audio_color','#cfd4d9','auto'),
(1778,'x_icon_post_audio_background','#2c3e50','auto'),
(1779,'x_icon_post_quote_colors_enable','','auto'),
(1780,'x_icon_post_quote_color','#fcf2c8','auto'),
(1781,'x_icon_post_quote_background','#f1c40f','auto'),
(1782,'x_icon_post_link_colors_enable','','auto'),
(1783,'x_icon_post_link_color','#f9d0cc','auto'),
(1784,'x_icon_post_link_background','#c0392b','auto'),
(1785,'x_icon_shop_title','The Shop','auto'),
(1786,'x_ethos_topbar_background','#222222','auto'),
(1787,'x_ethos_navbar_background','#333333','auto'),
(1788,'x_ethos_sidebar_widget_headings_color','#333333','auto'),
(1789,'x_ethos_sidebar_color','#333333','auto'),
(1790,'x_ethos_post_carousel_enable','','auto'),
(1791,'x_ethos_post_carousel_count','6','auto'),
(1792,'x_ethos_post_carousel_display','most-commented','auto'),
(1793,'x_ethos_post_carousel_display_count_extra_large','5','auto'),
(1794,'x_ethos_post_carousel_display_count_large','4','auto'),
(1795,'x_ethos_post_carousel_display_count_medium','3','auto'),
(1796,'x_ethos_post_carousel_display_count_small','2','auto'),
(1797,'x_ethos_post_carousel_display_count_extra_small','1','auto'),
(1798,'x_ethos_post_slider_blog_enable','','auto'),
(1799,'x_ethos_post_slider_blog_height','425px','auto'),
(1800,'x_ethos_post_slider_blog_count','5','auto'),
(1801,'x_ethos_post_slider_blog_display','most-commented','auto'),
(1802,'x_ethos_post_slider_archive_enable','','auto'),
(1803,'x_ethos_post_slider_archive_height','425px','auto'),
(1804,'x_ethos_post_slider_archive_count','5','auto'),
(1805,'x_ethos_post_slider_archive_display','most-commented','auto'),
(1806,'x_ethos_filterable_index_enable','','auto'),
(1807,'x_ethos_filterable_index_categories','','auto'),
(1808,'x_ethos_shop_title','The Shop','auto'),
(1809,'x_layout_site','full-width','auto'),
(1810,'x_layout_site_max_width','1200px','auto'),
(1811,'x_layout_site_width','88%','auto'),
(1812,'x_layout_content','full-width','auto'),
(1813,'x_layout_content_width','72%','auto'),
(1814,'x_layout_sidebar_width','250','auto'),
(1815,'x_design_bg_color','#f3f3f3','auto'),
(1816,'x_design_bg_image_pattern','','auto'),
(1817,'x_design_bg_image_full','','auto'),
(1818,'x_design_bg_image_full_fade','750','auto'),
(1819,'x_root_font_size_mode','stepped','auto'),
(1820,'x_root_font_size_stepped_unit','px','auto'),
(1821,'x_root_font_size_stepped_xs','14','auto'),
(1822,'x_root_font_size_stepped_sm','14','auto'),
(1823,'x_root_font_size_stepped_md','14','auto'),
(1824,'x_root_font_size_stepped_lg','14','auto'),
(1825,'x_root_font_size_stepped_xl','14','auto'),
(1826,'x_root_font_size_scaling_unit','px','auto'),
(1827,'x_root_font_size_scaling_min','14','auto'),
(1828,'x_root_font_size_scaling_max','14','auto'),
(1829,'x_root_font_size_scaling_lower_limit','500','auto'),
(1830,'x_root_font_size_scaling_upper_limit','1000','auto'),
(1831,'x_google_fonts_subsets','','auto'),
(1832,'x_google_fonts_subset_cyrillic','','auto'),
(1833,'x_google_fonts_subset_greek','','auto'),
(1834,'x_google_fonts_subset_vietnamese','','auto'),
(1835,'x_body_font_family','Lato','auto'),
(1836,'x_body_font_color','#999999','auto'),
(1837,'x_content_font_size_rem','1rem','auto'),
(1838,'x_body_font_weight','400','auto'),
(1839,'x_headings_font_family','Lato','auto'),
(1840,'x_headings_font_color','#272727','auto'),
(1841,'x_headings_font_weight','700','auto'),
(1842,'x_h1_letter_spacing','-0.035em','auto'),
(1843,'x_h2_letter_spacing','-0.035em','auto'),
(1844,'x_h3_letter_spacing','-0.035em','auto'),
(1845,'x_h4_letter_spacing','-0.035em','auto'),
(1846,'x_h5_letter_spacing','-0.035em','auto'),
(1847,'x_h6_letter_spacing','-0.035em','auto'),
(1848,'x_headings_uppercase_enable','','auto'),
(1849,'x_headings_widget_icons_enable','','auto'),
(1850,'x_site_link_color','#ff2a13','auto'),
(1851,'x_site_link_color_hover','#d80f0f','auto'),
(1852,'x_site_link_oembed','1','auto'),
(1853,'x_site_link_oembed_own_site','1','auto'),
(1854,'x_button_style','real','auto'),
(1855,'x_button_shape','rounded','auto'),
(1856,'x_button_size','regular','auto'),
(1857,'x_button_color','#ffffff','auto'),
(1858,'x_button_background_color','#ff2a13','auto'),
(1859,'x_button_border_color','#ac1100','auto'),
(1860,'x_button_bottom_color','#a71000','auto'),
(1861,'x_button_color_hover','#ffffff','auto'),
(1862,'x_button_background_color_hover','#ef2201','auto'),
(1863,'x_button_border_color_hover','#600900','auto'),
(1864,'x_button_bottom_color_hover','#a71000','auto'),
(1865,'x_navbar_positioning','static-top','auto'),
(1866,'x_logo_navigation_layout','inline','auto'),
(1867,'x_logobar_adjust_spacing_top','15px','auto'),
(1868,'x_logobar_adjust_spacing_bottom','15px','auto'),
(1869,'x_navbar_subindicator_icon','angles-down','auto'),
(1870,'x_navbar_height','90px','auto'),
(1871,'x_navbar_width','235px','auto'),
(1872,'x_logo_text','','auto'),
(1873,'x_logo_font_family','Lato','auto'),
(1874,'x_logo_font_color','#272727','auto'),
(1875,'x_logo_font_size','42px','auto'),
(1876,'x_logo_font_weight','700','auto'),
(1877,'x_logo_letter_spacing','-0.035em','auto'),
(1878,'x_logo_uppercase_enable','','auto'),
(1879,'x_logo_visually_hidden_h1','','auto'),
(1880,'x_logo','','auto'),
(1881,'x_logo_width','','auto'),
(1882,'x_logo_adjust_navbar_top','22px','auto'),
(1883,'x_logo_adjust_navbar_side','30px','auto'),
(1884,'x_navbar_font_family','Lato','auto'),
(1885,'x_navbar_link_color','#999999','auto'),
(1886,'x_navbar_link_color_hover','#272727','auto'),
(1887,'x_navbar_font_size','13px','auto'),
(1888,'x_navbar_font_weight','700','auto'),
(1889,'x_navbar_letter_spacing','0.085em','auto'),
(1890,'x_navbar_uppercase_enable','1','auto'),
(1891,'x_navbar_adjust_links_top','37px','auto'),
(1892,'x_navbar_adjust_links_side','50px','auto'),
(1893,'x_navbar_adjust_links_top_spacing','20px','auto'),
(1894,'x_header_search_enable','','auto'),
(1895,'x_navbar_adjust_button_size','24px','auto'),
(1896,'x_navbar_adjust_button','20px','auto'),
(1897,'x_header_widget_areas','2','auto'),
(1898,'x_widgetbar_button_background','#000000','auto'),
(1899,'x_widgetbar_button_background_hover','#444444','auto'),
(1900,'x_topbar_display','','auto'),
(1901,'x_topbar_content','','auto'),
(1902,'x_breadcrumb_display','1','auto'),
(1903,'x_footer_widget_areas','3','auto'),
(1904,'x_footer_bottom_display','1','auto'),
(1905,'x_footer_menu_display','1','auto'),
(1906,'x_footer_social_display','1','auto'),
(1907,'x_footer_content_display','1','auto'),
(1908,'x_footer_content','<p>POWERED BY <a href=\"//theme.co/pro/\" title=\"Pro &ndash; The Most Advanced Website Creator for WordPress.\" rel=\"nofollow\">PRO</a></p>','auto'),
(1909,'x_footer_scroll_top_display','','auto'),
(1910,'x_footer_scroll_top_position','right','auto'),
(1911,'x_footer_scroll_top_display_unit','75%','auto'),
(1912,'x_blog_style','standard','auto'),
(1913,'x_blog_layout','sidebar','auto'),
(1914,'x_blog_masonry_columns','2','auto'),
(1915,'x_archive_style','standard','auto'),
(1916,'x_archive_layout','sidebar','auto'),
(1917,'x_archive_masonry_columns','2','auto'),
(1918,'x_blog_enable_post_meta','','auto'),
(1919,'x_blog_enable_full_post_content','','auto'),
(1920,'x_blog_excerpt_length','60','auto'),
(1921,'x_portfolio_enable','1','auto'),
(1922,'x_custom_portfolio_slug','portfolio-item','auto'),
(1923,'x_portfolio_enable_cropped_thumbs','','auto'),
(1924,'x_portfolio_enable_post_meta','1','auto'),
(1925,'x_portfolio_tag_title','Skills','auto'),
(1926,'x_portfolio_launch_project_title','Launch Project','auto'),
(1927,'x_portfolio_launch_project_button_text','See it Live!','auto'),
(1928,'x_portfolio_share_project_title','Share this Project','auto'),
(1929,'x_portfolio_enable_social','1','auto'),
(1930,'x_portfolio_enable_facebook_sharing','1','auto'),
(1931,'x_portfolio_enable_twitter_sharing','1','auto'),
(1932,'x_portfolio_enable_linkedin_sharing','','auto'),
(1933,'x_portfolio_enable_pinterest_sharing','','auto'),
(1934,'x_portfolio_enable_reddit_sharing','','auto'),
(1935,'x_portfolio_enable_email_sharing','','auto'),
(1936,'x_bbpress_enable_templates','1','auto'),
(1937,'x_bbpress_layout_content','sidebar','auto'),
(1938,'x_bbpress_enable_quicktags','','auto'),
(1939,'x_bbpress_header_menu_enable','','auto'),
(1940,'x_buddypress_enable','1','auto'),
(1941,'x_buddypress_templates_enable','1','auto'),
(1942,'x_buddypress_layout_content','sidebar','auto'),
(1943,'x_buddypress_header_menu_enable','','auto'),
(1944,'x_buddypress_activity_title','Activity','auto'),
(1945,'x_buddypress_groups_title','Groups','auto'),
(1946,'x_buddypress_blogs_title','Sites','auto'),
(1947,'x_buddypress_members_title','Members','auto'),
(1948,'x_buddypress_register_title','Create An Account','auto'),
(1949,'x_buddypress_activate_title','Activate Your Account','auto'),
(1950,'x_buddypress_activity_subtitle','Meet new people, get involved, and stay connected.','auto'),
(1951,'x_buddypress_groups_subtitle','Find others with similar interests and get plugged in.','auto'),
(1952,'x_buddypress_blogs_subtitle','See what others are writing about. Learn something new and exciting today!','auto'),
(1953,'x_buddypress_members_subtitle','Meet your new online community. Kick up your feet and stay awhile.','auto'),
(1954,'x_buddypress_register_subtitle','Just fill in the fields below and we\'ll get a new account set up for you in no time!','auto'),
(1955,'x_buddypress_activate_subtitle','You\'re almost there! Simply enter your activation code below and we\'ll take care of the rest.','auto'),
(1956,'x_woocommerce_header_menu_enable','','auto'),
(1957,'x_woocommerce_header_hide_empty_cart','','auto'),
(1958,'x_woocommerce_header_cart_info','outer-inner','auto'),
(1959,'x_woocommerce_header_cart_style','square','auto'),
(1960,'x_woocommerce_header_cart_layout','inline','auto'),
(1961,'x_woocommerce_header_cart_adjust','30px','auto'),
(1962,'x_woocommerce_header_cart_content_inner','count','auto'),
(1963,'x_woocommerce_header_cart_content_outer','total','auto'),
(1964,'x_woocommerce_header_cart_content_inner_color','#ffffff','auto'),
(1965,'x_woocommerce_header_cart_content_inner_color_hover','#ffffff','auto'),
(1966,'x_woocommerce_header_cart_content_outer_color','#b7b7b7','auto'),
(1967,'x_woocommerce_header_cart_content_outer_color_hover','#272727','auto'),
(1968,'x_woocommerce_shop_layout_content','sidebar','auto'),
(1969,'x_woocommerce_shop_columns','3','auto'),
(1970,'x_woocommerce_shop_count','12','auto'),
(1971,'x_woocommerce_shop_placeholder_thumbnail','','auto'),
(1972,'x_woocommerce_product_tabs_enable','1','auto'),
(1973,'x_woocommerce_product_tab_description_enable','1','auto'),
(1974,'x_woocommerce_product_tab_additional_info_enable','1','auto'),
(1975,'x_woocommerce_product_tab_reviews_enable','1','auto'),
(1976,'x_woocommerce_product_related_enable','1','auto'),
(1977,'x_woocommerce_product_related_columns','4','auto'),
(1978,'x_woocommerce_product_related_count','4','auto'),
(1979,'x_woocommerce_product_upsells_enable','1','auto'),
(1980,'x_woocommerce_product_upsell_columns','4','auto'),
(1981,'x_woocommerce_product_upsell_count','4','auto'),
(1982,'x_woocommerce_cart_cross_sells_enable','1','auto'),
(1983,'x_woocommerce_cart_cross_sells_columns','4','auto'),
(1984,'x_woocommerce_cart_cross_sells_count','4','auto'),
(1985,'x_woocommerce_ajax_add_to_cart_color','#545454','auto'),
(1986,'x_woocommerce_ajax_add_to_cart_bg_color','#000000','auto'),
(1987,'x_woocommerce_ajax_add_to_cart_color_hover','#ffffff','auto'),
(1988,'x_woocommerce_ajax_add_to_cart_bg_color_hover','#46a546','auto'),
(1989,'x_woocommerce_widgets_image_alignment','left','auto'),
(1990,'x_social_facebook','https://www.facebook.com/profile.php?id=61555655469344','auto'),
(1991,'x_social_twitter','','auto'),
(1992,'x_social_linkedin','','auto'),
(1993,'x_social_xing','','auto'),
(1994,'x_social_foursquare','','auto'),
(1995,'x_social_youtube','','auto'),
(1996,'x_social_vimeo','','auto'),
(1997,'x_social_instagram','','auto'),
(1998,'x_social_pinterest','','auto'),
(1999,'x_social_dribbble','','auto'),
(2000,'x_social_flickr','','auto'),
(2001,'x_social_github','','auto'),
(2002,'x_social_behance','','auto'),
(2003,'x_social_tumblr','','auto'),
(2004,'x_social_whatsapp','','auto'),
(2005,'x_social_soundcloud','','auto'),
(2006,'x_social_rss','','auto'),
(2007,'x_social_open_graph','','auto'),
(2008,'x_social_fallback_image','','auto'),
(2009,'x_custom_styles','','auto'),
(2010,'x_custom_scripts','','auto'),
(2011,'x_fixed_menu_scroll','overflow-visible','auto'),
(2012,'x_enable_font_manager','1','auto'),
(2013,'x_body_font_family_selection','system:helveticaneue','auto'),
(2014,'x_body_font_weight_selection','fw-normal','auto'),
(2015,'x_headings_font_family_selection','system:helveticaneue','auto'),
(2016,'x_headings_font_weight_selection','fw-bold','auto'),
(2017,'x_logo_font_family_selection','system:helveticaneue','auto'),
(2018,'x_logo_font_weight_selection','fw-bold','auto'),
(2019,'x_navbar_font_family_selection','system:helveticaneue','auto'),
(2020,'x_navbar_font_weight_selection','fw-bold','auto'),
(2021,'x_body_font_italic','','auto'),
(2022,'x_headings_font_italic','','auto'),
(2023,'x_logo_font_italic','','auto'),
(2024,'x_navbar_font_italic','','auto'),
(2025,'x_font_awesome_load_types_for_elements','','auto'),
(2026,'x_font_awesome_shim_enable','1','auto'),
(2027,'x_font_awesome_solid_enable','1','auto'),
(2028,'x_font_awesome_regular_enable','1','auto'),
(2029,'x_font_awesome_light_enable','1','auto'),
(2030,'x_font_awesome_brands_enable','1','auto'),
(2031,'x_font_awesome_sharp-light_enable','','auto'),
(2032,'x_font_awesome_sharp-regular_enable','','auto'),
(2033,'x_font_awesome_sharp-solid_enable','','auto'),
(2034,'x_breakpoint_base','4','auto'),
(2035,'x_breakpoint_ranges','a:4:{i:0;i:480;i:1;i:767;i:2;i:979;i:3;i:1200;}','auto'),
(2036,'cs_global_parameter_json','','auto'),
(2037,'cs_global_parameter_data','','auto'),
(2040,'cs_component_cache','[[],[],[],[]]','auto'),
(2041,'_site_transient_timeout_theme_roots','1723412570','off'),
(2042,'_site_transient_theme_roots','a:1:{s:3:\"pro\";s:7:\"/themes\";}','off'),
(2043,'_site_transient_timeout_wp_remote_block_patterns_6f4030e9d570071fe27c798b535dd211','1723414374','off'),
(2044,'_site_transient_wp_remote_block_patterns_6f4030e9d570071fe27c798b535dd211','a:44:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:514958;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Intro area with heading and image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1685:\"\n<div class=\"wp-block-group alignfull is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\">\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-content-justification-left is-layout-constrained wp-container-core-column-is-layout-1 wp-block-column-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<p>Exploring life&#8217;s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:4:\"hero\";s:16:\"wpop_description\";s:93:\"Two columns of text, left with a heading and right with a paragraph, with a wide image below.\";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.5\";s:25:\"wpop_contains_block_types\";s:111:\"core/button,core/buttons,core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"about\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2422:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1335:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-1 is-layout-constrained wp-container-core-group-is-layout-3 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-1\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1089:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-2 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1743:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-2\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-5 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2187:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-4 is-layout-flow wp-container-core-group-is-layout-6 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-3\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let &#8217;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-5 is-layout-flow wp-container-core-group-is-layout-7 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2031:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-12 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-6 is-layout-flow wp-container-core-group-is-layout-9 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-45f800048fc9de7cd05017eb73b2d5ab\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-7 is-layout-flow wp-container-core-group-is-layout-11 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-fcaed05d2b63cfab14801929208209cc\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-9052d836cb5172aae9b2f2bc27ee61c0\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,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:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2631:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-16 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-8 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-13 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-10 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-9 wp-duotone-rgb000-rgb21788120-3\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-11 wp-duotone-rgb000-rgb21788120-4\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1744:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-5\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-core-group-is-layout-17 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" 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-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" 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 {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1652:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-18 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1449:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-19 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2104:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-21 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-13\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-14 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-20 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,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:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1657:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-6\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-22 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--33684b1db9bd0e4048903b4693f01346\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1665:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-7\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-23 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-7 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--5cf4b1ca5dae7cb964f5ad420ac7bd76\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:955:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";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:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:498:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:637:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4720:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-31 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-30 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-29 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-f7ec64f471b5bfcc0be230aa4daa838e wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-8\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-8-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4748:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-34 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-8500967d37da86b97bb53ecc0a52ca72 wp-block-site-title has-text-color has-white-color has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-2 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-9\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-9-content\">\n								<ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3901:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-602186720dd7d9bef283ca8cacce4883 is-layout-constrained wp-container-core-group-is-layout-39 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-38 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-141496dd038caa4dcf40174bef55cbbe wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-3 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-10\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-10-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1497:\"<!-- wp:group {\"metadata\":{\"categories\":[\"header\",\"wireframe\"],\"patternName\":\"core/simple-header-with-dark-background\",\"name\":\"Simple header with dark background\"},\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3580:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-42 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-41 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-4 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-11\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-11-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4189:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-container-core-group-is-layout-46 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-45 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-44 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-d6577b4021234b9631cf15d9d1fea330 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-5 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-12\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-12-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3315:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-47 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-6 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open always-shown\" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container hidden-by-default \"  id=\"modal-13\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-13-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3647:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-49 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-48 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-7b215d308770124d58b518591412dff8 wp-block-site-title has-text-color has-contrast-color has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<nav class=\"is-responsive items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-7 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-14\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-14-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-center wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3443:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-50 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-8 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-15\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-15-content\">\n								<ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3703:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-53 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-52 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-51 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-9 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-16\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-16-content\">\n								<ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4246:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-55 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-54 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" 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 class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" 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></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3105:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-63 wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-60 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-15 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-56 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\"    ><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-17\" >Search</label><div class=\"wp-block-search__inside-wrapper \"  style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-17\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required  style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\"  style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n					<path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-59 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-58 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-57 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-62 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:882:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-66 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-65 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3602:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-69 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-68 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-10 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n		 data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"Menu\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Open menu\" class=\"wp-block-navigation__responsive-container-open \" \n				data-wp-on-async--click=\"actions.openMenuOnClick\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n			><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n				<div class=\"wp-block-navigation__responsive-container  \"  id=\"modal-18\" \n				data-wp-class--has-modal-open=\"state.isMenuOpen\"\n				data-wp-class--is-menu-open=\"state.isMenuOpen\"\n				data-wp-watch=\"callbacks.initMenu\"\n				data-wp-on--keydown=\"actions.handleMenuKeydown\"\n				data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n				tabindex=\"-1\"\n			>\n					<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n						<div class=\"wp-block-navigation__responsive-dialog\" \n				data-wp-bind--aria-modal=\"state.ariaModal\"\n				data-wp-bind--aria-label=\"state.ariaLabel\"\n				data-wp-bind--role=\"state.roleAttribute\"\n			>\n							<button aria-label=\"Close menu\" class=\"wp-block-navigation__responsive-container-close\" \n				data-wp-on-async--click=\"actions.closeMenuOnClick\"\n			><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n							<div class=\"wp-block-navigation__responsive-container-content\" \n				data-wp-watch=\"callbacks.focusFirstElement\"\n			 id=\"modal-18-content\">\n								<ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3045:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-72 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-core-navigation-is-layout-11 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-70 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-core-group-is-layout-71 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4166:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-73 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Site logo\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-2 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook  wp-block-social-link\"><a href=\"https://#\" 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 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" 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 class=\"wp-social-link wp-social-link-wordpress  wp-block-social-link\"><a href=\"https://#\" 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.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4645:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-75 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-16\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-17 is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-74 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-18 is-content-justification-right is-nowrap is-layout-flex wp-container-core-social-links-is-layout-3 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a href=\"https://#\" 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 class=\"wp-social-link wp-social-link-instagram  wp-block-social-link\"><a href=\"https://#\" 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></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2940:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-82 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-19 is-vertical is-layout-flex wp-container-core-group-is-layout-77 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-core-group-is-layout-81 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-78 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-core-navigation-is-layout-12 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\"  href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-80 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-79 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1351:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" 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/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";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:47:\"core/column,core/columns,core/image,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:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" 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/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:34;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:3578:\"\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-83 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-84 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-4 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-5 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\":8:{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:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;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:35;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2282:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-6 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<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-7 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 class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";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:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- 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\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1484:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button 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:79:\"core/button,core/buttons,core/cover,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:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";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:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:38;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\":8:{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:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}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:39;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1619:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--209d5ba650efdd750f2103fb695c9a1a\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\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\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button 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:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,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:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></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:40;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:1381:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;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-9 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\":8:{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:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}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:41;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\":8:{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:2:{i:0;s:8:\"featured\";i:1;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 -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1540:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";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:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:571:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-19 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";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:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\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/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}','off'),
(2045,'_site_transient_timeout_wp_remote_block_patterns_a4f52646de025b0a3375539fa2a1db42','1723414374','off'),
(2046,'_site_transient_wp_remote_block_patterns_a4f52646de025b0a3375539fa2a1db42','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:6666:\"\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-1 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-1 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\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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: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:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}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:984:\"\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-2 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\":8:{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:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}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:3849:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-1 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-3 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-4 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-5 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\":8:{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:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}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:2281:\"\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=\"(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=\"(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\":8:{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:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;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:1744:\"\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=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";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:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;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:1913:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-3 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;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=\"(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-2 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\":8:{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:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;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:3006:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-4 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-2 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-1\"><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=\"(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-6 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-3 is-vertical is-layout-flex wp-container-core-group-is-layout-9 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-8 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=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{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:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;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:1709:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 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=\"(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-6 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\":8:{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:2:{i:0;s:8:\"featured\";i:1;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:1706:\"\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=\"(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-7 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\":8:{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:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}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:3578:\"\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-10 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-11 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-8 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-9 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\":8:{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:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;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\":8:{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:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}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:1382:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;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-10 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\":8:{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:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}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\":8:{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:2:{i:0;s:8:\"featured\";i:1;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'),
(2047,'wp_calendar_block_has_published_posts','1','auto'),
(2086,'_site_transient_timeout_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_manifest','1723415155','off'),
(2087,'_site_transient_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_manifest','a:2:{s:9:\"templates\";a:3:{s:5:\"sites\";a:1:{i:0;a:6:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:12:\"Starter Site\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/9/2022/09/starter-home.jpg\";s:4:\"gate\";s:3:\"pro\";s:8:\"isRemote\";b:1;}}s:9:\"documents\";a:92:{i:0;a:6:{s:2:\"id\";s:6:\"1-1227\";s:5:\"title\";s:9:\"Header 05\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-05.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:1;a:6:{s:2:\"id\";s:6:\"1-1226\";s:5:\"title\";s:9:\"Header 04\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-04.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:2;a:6:{s:2:\"id\";s:6:\"1-1225\";s:5:\"title\";s:9:\"Header 03\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-03.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:3;a:6:{s:2:\"id\";s:6:\"1-1224\";s:5:\"title\";s:9:\"Header 02\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-02.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:4;a:6:{s:2:\"id\";s:6:\"1-1218\";s:5:\"title\";s:9:\"Header 01\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-01.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:5;a:6:{s:2:\"id\";s:6:\"1-1217\";s:5:\"title\";s:9:\"Footer 02\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-footer-02.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:6;a:6:{s:2:\"id\";s:6:\"1-1214\";s:5:\"title\";s:9:\"Footer 01\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-footer-01.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:7;a:6:{s:2:\"id\";s:5:\"1-923\";s:5:\"title\";s:6:\"Blog 3\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-3.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:8;a:6:{s:2:\"id\";s:5:\"1-922\";s:5:\"title\";s:6:\"Post 3\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-3.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:9;a:6:{s:2:\"id\";s:5:\"1-921\";s:5:\"title\";s:6:\"Post 2\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-2.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:10;a:6:{s:2:\"id\";s:5:\"1-911\";s:5:\"title\";s:6:\"Blog 2\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-2.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:11;a:6:{s:2:\"id\";s:5:\"1-794\";s:5:\"title\";s:6:\"Post 1\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-1.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:12;a:6:{s:2:\"id\";s:5:\"1-793\";s:5:\"title\";s:6:\"Blog 1\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-1.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:13;a:6:{s:2:\"id\";s:4:\"9-10\";s:5:\"title\";s:4:\"Home\";s:7:\"preview\";s:0:\"\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:14;a:6:{s:2:\"id\";s:6:\"12-301\";s:5:\"title\";s:13:\"Webinar Optin\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/webinar-optin.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:15;a:7:{s:2:\"id\";s:6:\"12-126\";s:5:\"title\";s:15:\"Themeco Records\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/themeco-records.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:16;a:7:{s:2:\"id\";s:6:\"12-155\";s:5:\"title\";s:8:\"The Word\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/the-word.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:17;a:6:{s:2:\"id\";s:6:\"12-159\";s:5:\"title\";s:19:\"The Final Countdown\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/the-final-countdown.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:18;a:7:{s:2:\"id\";s:6:\"12-114\";s:5:\"title\";s:13:\"Tell It Slant\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/tell-it-slant.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:19;a:6:{s:2:\"id\";s:6:\"12-262\";s:5:\"title\";s:11:\"Team of Two\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/team-of-two.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:20;a:6:{s:2:\"id\";s:6:\"12-322\";s:5:\"title\";s:11:\"Studio Gold\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/studio-gold.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:21;a:7:{s:2:\"id\";s:6:\"12-131\";s:5:\"title\";s:18:\"New Player Loading\";s:7:\"preview\";s:86:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/new-player-loading.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:22;a:7:{s:2:\"id\";s:6:\"12-174\";s:5:\"title\";s:12:\"Quick Access\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/quick-access-1.png\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:23;a:6:{s:2:\"id\";s:6:\"12-268\";s:5:\"title\";s:19:\"Neon Call to Action\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/neon-call-to-action.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:24;a:6:{s:2:\"id\";s:6:\"12-304\";s:5:\"title\";s:23:\"Motivational Hero Video\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/motivational-hero-video.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:25;a:7:{s:2:\"id\";s:6:\"12-100\";s:5:\"title\";s:19:\"Moderne Architektur\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/moderne-architektur.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:26;a:7:{s:2:\"id\";s:6:\"12-258\";s:5:\"title\";s:13:\"Modern Mosaic\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/modern-mosaic.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:27;a:7:{s:2:\"id\";s:6:\"12-251\";s:5:\"title\";s:13:\"Geometry Grid\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/geometry-grid.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:28;a:6:{s:2:\"id\";s:6:\"12-274\";s:5:\"title\";s:22:\"Geometric Testimonials\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/geometric-testimonials-1.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:29;a:6:{s:2:\"id\";s:6:\"12-280\";s:5:\"title\";s:13:\"Fresh Pricing\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fresh-pricing.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:30;a:7:{s:2:\"id\";s:6:\"12-150\";s:5:\"title\";s:13:\"Frank\'s Diner\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/franks-diner.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:31;a:6:{s:2:\"id\";s:6:\"12-236\";s:5:\"title\";s:23:\"Product Tables | re:PRO\";s:7:\"preview\";s:88:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/product-tables-repro.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:32;a:7:{s:2:\"id\";s:6:\"12-165\";s:5:\"title\";s:16:\"Provider Palooza\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/provider-palooza.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:33;a:7:{s:2:\"id\";s:5:\"12-96\";s:5:\"title\";s:15:\"Recurring Roles\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/recurring-roles.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:34;a:7:{s:2:\"id\";s:6:\"12-140\";s:5:\"title\";s:13:\"Save the Date\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/save-the-date.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:35;a:6:{s:2:\"id\";s:6:\"12-208\";s:5:\"title\";s:18:\"Section Dividers 1\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/section-dividers-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:36;a:6:{s:2:\"id\";s:6:\"12-221\";s:5:\"title\";s:18:\"Section Dividers 2\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/section-dividers-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:37;a:7:{s:2:\"id\";s:6:\"12-168\";s:5:\"title\";s:11:\"Split Blend\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split-blend.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:38;a:6:{s:2:\"id\";s:6:\"12-266\";s:5:\"title\";s:10:\"Split Menu\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split-menu.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:39;a:7:{s:2:\"id\";s:6:\"12-245\";s:5:\"title\";s:17:\"Overlapping Cells\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/overlapping-cells.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:40;a:6:{s:2:\"id\";s:6:\"12-240\";s:5:\"title\";s:18:\"Creative Columns 5\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-5.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:41;a:6:{s:2:\"id\";s:6:\"12-211\";s:5:\"title\";s:24:\"Creative Contact Forms 1\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:42;a:6:{s:2:\"id\";s:6:\"12-214\";s:5:\"title\";s:24:\"Creative Contact Forms 2\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:43;a:6:{s:2:\"id\";s:6:\"12-189\";s:5:\"title\";s:24:\"Creative Contact Forms 3\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:44;a:6:{s:2:\"id\";s:6:\"12-186\";s:5:\"title\";s:24:\"Creative Contact Forms 4\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-4-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:45;a:7:{s:2:\"id\";s:5:\"12-88\";s:5:\"title\";s:15:\"Easel and Brush\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/easel-and-brush.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:46;a:6:{s:2:\"id\";s:6:\"12-163\";s:5:\"title\";s:21:\"Effect Deconstruction\";s:7:\"preview\";s:89:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/effect-deconstruction.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:47;a:6:{s:2:\"id\";s:5:\"12-98\";s:5:\"title\";s:15:\"Estudio Naranja\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/estudio-naranja.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:48;a:6:{s:2:\"id\";s:5:\"12-92\";s:5:\"title\";s:12:\"Faux Tableau\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/faux-tableau.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:49;a:7:{s:2:\"id\";s:5:\"12-90\";s:5:\"title\";s:14:\"Fit and Finish\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fit-and-finish.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:50;a:6:{s:2:\"id\";s:6:\"12-178\";s:5:\"title\";s:11:\"Focus Areas\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/focus-areas-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:51;a:7:{s:2:\"id\";s:6:\"12-137\";s:5:\"title\";s:10:\"Fotografia\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fotografia.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:52;a:6:{s:2:\"id\";s:6:\"12-231\";s:5:\"title\";s:18:\"Creative Columns 4\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-4-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:53;a:6:{s:2:\"id\";s:6:\"12-224\";s:5:\"title\";s:18:\"Creative Columns 3\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:54;a:6:{s:2:\"id\";s:6:\"12-202\";s:5:\"title\";s:18:\"Creative Columns 2\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:55;a:6:{s:2:\"id\";s:6:\"12-195\";s:5:\"title\";s:18:\"Creative Columns 1\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-1-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:56;a:7:{s:2:\"id\";s:6:\"12-119\";s:5:\"title\";s:16:\"Caffeine Collage\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/caffeine-collage.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:57;a:6:{s:2:\"id\";s:6:\"12-161\";s:5:\"title\";s:22:\"Better Faster Stronger\";s:7:\"preview\";s:98:\"https://templates.theme.co/wp-content/uploads/sites/12/2023/10/harder-better-faster-stronger-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:58;a:6:{s:2:\"id\";s:6:\"12-182\";s:5:\"title\";s:18:\"Batteries Included\";s:7:\"preview\";s:86:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/batteries-included.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:59;a:6:{s:2:\"id\";s:6:\"12-297\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:7:\"preview\";s:90:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/architecture-portfolio.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:60;a:7:{s:2:\"id\";s:5:\"12-87\";s:5:\"title\";s:27:\"Postmodern Pixels (Archive)\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/postmodern-pixels-archive.jpg\";s:5:\"group\";s:4:\"blog\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:61;a:7:{s:2:\"id\";s:5:\"12-86\";s:5:\"title\";s:26:\"Postmodern Pixels (Single)\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/postmodern-pixels-single.jpg\";s:5:\"group\";s:4:\"blog\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:62;a:6:{s:2:\"id\";s:5:\"12-85\";s:5:\"title\";s:9:\"Chronicle\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/chronicle.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:63;a:6:{s:2:\"id\";s:5:\"12-84\";s:5:\"title\";s:11:\"Get Started\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/get-started.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:64;a:6:{s:2:\"id\";s:5:\"12-82\";s:5:\"title\";s:4:\"Mail\";s:7:\"preview\";s:72:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/mail.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:65;a:6:{s:2:\"id\";s:5:\"12-81\";s:5:\"title\";s:6:\"Pronto\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/pronto.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:66;a:6:{s:2:\"id\";s:5:\"12-79\";s:5:\"title\";s:9:\"Ravenwood\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/ravenwood.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:67;a:6:{s:2:\"id\";s:5:\"12-77\";s:5:\"title\";s:14:\"Minimal Studio\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/minimal-studio.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:68;a:6:{s:2:\"id\";s:5:\"12-75\";s:5:\"title\";s:12:\"Center Point\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/center-point-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:69;a:6:{s:2:\"id\";s:5:\"12-72\";s:5:\"title\";s:13:\"Goodwood Park\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/goodwood-park-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:70;a:6:{s:2:\"id\";s:5:\"12-68\";s:5:\"title\";s:23:\"Gradient Call to Action\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/gradient-call-to-action-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:71;a:6:{s:2:\"id\";s:5:\"12-66\";s:5:\"title\";s:11:\"In The Blue\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/in-the-blue-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:72;a:6:{s:2:\"id\";s:5:\"12-64\";s:5:\"title\";s:12:\"Flex Columns\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/flex-columns.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:73;a:6:{s:2:\"id\";s:5:\"12-63\";s:5:\"title\";s:15:\"High Visibility\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/high-visibility.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:74;a:6:{s:2:\"id\";s:5:\"12-59\";s:5:\"title\";s:8:\"Bridgers\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/bridgers.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:75;a:6:{s:2:\"id\";s:5:\"12-56\";s:5:\"title\";s:6:\"El Rey\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/el-rey.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:76;a:6:{s:2:\"id\";s:5:\"12-53\";s:5:\"title\";s:19:\"Fields of Fortitude\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fields-of-fortitude.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:77;a:6:{s:2:\"id\";s:5:\"12-49\";s:5:\"title\";s:16:\"Like You Mean It\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/like-you-mean-it.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:78;a:6:{s:2:\"id\";s:5:\"12-47\";s:5:\"title\";s:8:\"Option 3\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/option-3.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:79;a:6:{s:2:\"id\";s:5:\"12-43\";s:5:\"title\";s:14:\"Osborne Optics\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/osborne-optics.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:80;a:6:{s:2:\"id\";s:5:\"12-40\";s:5:\"title\";s:2:\"23\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/23.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:81;a:6:{s:2:\"id\";s:5:\"12-37\";s:5:\"title\";s:13:\"Adventure Ten\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/adventure-ten.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:82;a:6:{s:2:\"id\";s:5:\"12-34\";s:5:\"title\";s:17:\"Kesclin McKleskin\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/kesclin-mckesclin.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:83;a:6:{s:2:\"id\";s:5:\"12-30\";s:5:\"title\";s:5:\"Split\";s:7:\"preview\";s:73:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:84;a:6:{s:2:\"id\";s:5:\"12-25\";s:5:\"title\";s:15:\"Tophat Security\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/tophat-security.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:85;a:6:{s:2:\"id\";s:5:\"12-22\";s:5:\"title\";s:13:\"Learn to Sass\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/learn-to-sass.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:86;a:6:{s:2:\"id\";s:5:\"12-19\";s:5:\"title\";s:16:\"Business Success\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/business-success-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:87;a:6:{s:2:\"id\";s:5:\"12-14\";s:5:\"title\";s:19:\"Easy Mobile Banking\";s:7:\"preview\";s:88:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/easy-mobile-banking-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:88;a:6:{s:2:\"id\";s:4:\"12-9\";s:5:\"title\";s:9:\"Love Hero\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/love-hero.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:89;a:6:{s:2:\"id\";s:4:\"12-8\";s:5:\"title\";s:16:\"Rhythm in Motion\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/rhythm-in-motion.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:90;a:6:{s:2:\"id\";s:4:\"12-7\";s:5:\"title\";s:10:\"Wanderlust\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/wanderlust.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:91;a:6:{s:2:\"id\";s:4:\"12-6\";s:5:\"title\";s:11:\"Fashionista\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fashionista.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}}s:8:\"sections\";a:47:{i:0;a:6:{s:2:\"id\";s:6:\"1-1302\";s:5:\"title\";s:27:\"Slider Thumbnail Gallery 01\";s:7:\"preview\";s:94:\"https://templates.theme.co/wp-content/uploads/2024/07/slider-thumbnail-gallery-thumb-small.png\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:1;a:6:{s:2:\"id\";s:6:\"1-1300\";s:5:\"title\";s:25:\"Image Gallery Lightbox 01\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/2024/07/image-gallery-lightbox-thumb-small.png\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:2;a:6:{s:2:\"id\";s:6:\"1-1213\";s:5:\"title\";s:15:\"Left / Right 06\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:3;a:6:{s:2:\"id\";s:6:\"1-1212\";s:5:\"title\";s:15:\"Left / Right 05\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:4;a:6:{s:2:\"id\";s:6:\"1-1211\";s:5:\"title\";s:15:\"Left / Right 04\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:5;a:6:{s:2:\"id\";s:6:\"1-1210\";s:5:\"title\";s:15:\"Left / Right 03\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:6;a:6:{s:2:\"id\";s:6:\"1-1209\";s:5:\"title\";s:15:\"Left / Right 02\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:7;a:6:{s:2:\"id\";s:6:\"1-1202\";s:5:\"title\";s:15:\"Left / Right 01\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:8;a:6:{s:2:\"id\";s:6:\"1-1257\";s:5:\"title\";s:10:\"Utility 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:9;a:6:{s:2:\"id\";s:6:\"1-1256\";s:5:\"title\";s:10:\"Utility 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:10;a:6:{s:2:\"id\";s:6:\"1-1255\";s:5:\"title\";s:10:\"Utility 03\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-03-fixed.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:11;a:6:{s:2:\"id\";s:6:\"1-1254\";s:5:\"title\";s:10:\"Utility 02\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-02-adaptive.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:12;a:6:{s:2:\"id\";s:6:\"1-1248\";s:5:\"title\";s:10:\"Utility 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:13;a:6:{s:2:\"id\";s:6:\"1-1247\";s:5:\"title\";s:14:\"Testimonial 04\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:14;a:6:{s:2:\"id\";s:6:\"1-1246\";s:5:\"title\";s:14:\"Testimonial 03\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:15;a:6:{s:2:\"id\";s:6:\"1-1245\";s:5:\"title\";s:14:\"Testimonial 02\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:16;a:6:{s:2:\"id\";s:6:\"1-1240\";s:5:\"title\";s:14:\"Testimonial 01\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:17;a:6:{s:2:\"id\";s:6:\"1-1228\";s:5:\"title\";s:10:\"Pricing 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:18;a:6:{s:2:\"id\";s:6:\"1-1239\";s:5:\"title\";s:10:\"Pricing 06\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:19;a:6:{s:2:\"id\";s:6:\"1-1238\";s:5:\"title\";s:10:\"Pricing 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:20;a:6:{s:2:\"id\";s:6:\"1-1237\";s:5:\"title\";s:10:\"Pricing 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:21;a:6:{s:2:\"id\";s:6:\"1-1236\";s:5:\"title\";s:10:\"Pricing 03\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:22;a:6:{s:2:\"id\";s:6:\"1-1235\";s:5:\"title\";s:10:\"Pricing 02\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:23;a:6:{s:2:\"id\";s:6:\"1-1201\";s:5:\"title\";s:11:\"Centered 11\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-11.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:24;a:6:{s:2:\"id\";s:6:\"1-1200\";s:5:\"title\";s:11:\"Centered 10\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-10.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:25;a:6:{s:2:\"id\";s:6:\"1-1199\";s:5:\"title\";s:11:\"Centered 09\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-09.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:26;a:6:{s:2:\"id\";s:6:\"1-1198\";s:5:\"title\";s:11:\"Centered 08\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-08.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:27;a:6:{s:2:\"id\";s:6:\"1-1197\";s:5:\"title\";s:11:\"Centered 07\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-07.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:28;a:6:{s:2:\"id\";s:6:\"1-1196\";s:5:\"title\";s:11:\"Centered 06\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:29;a:6:{s:2:\"id\";s:6:\"1-1195\";s:5:\"title\";s:11:\"Centered 05\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:30;a:6:{s:2:\"id\";s:6:\"1-1194\";s:5:\"title\";s:11:\"Centered 04\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:31;a:6:{s:2:\"id\";s:6:\"1-1193\";s:5:\"title\";s:11:\"Centered 03\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:32;a:6:{s:2:\"id\";s:6:\"1-1192\";s:5:\"title\";s:11:\"Centered 02\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:33;a:6:{s:2:\"id\";s:6:\"1-1180\";s:5:\"title\";s:11:\"Centered 01\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:34;a:6:{s:2:\"id\";s:6:\"1-1179\";s:5:\"title\";s:10:\"Columns 11\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-11.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:35;a:6:{s:2:\"id\";s:6:\"1-1178\";s:5:\"title\";s:10:\"Columns 10\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-10.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:36;a:6:{s:2:\"id\";s:6:\"1-1177\";s:5:\"title\";s:10:\"Columns 09\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-09.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:37;a:6:{s:2:\"id\";s:6:\"1-1149\";s:5:\"title\";s:15:\"Recent Posts 02\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-recent-posts-2.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:38;a:6:{s:2:\"id\";s:6:\"1-1146\";s:5:\"title\";s:15:\"Recent Posts 01\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-recent-posts-1.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:39;a:6:{s:2:\"id\";s:6:\"1-1174\";s:5:\"title\";s:10:\"Columns 07\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:40;a:6:{s:2:\"id\";s:6:\"1-1173\";s:5:\"title\";s:10:\"Columns 06\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:41;a:6:{s:2:\"id\";s:6:\"1-1172\";s:5:\"title\";s:10:\"Columns 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:42;a:6:{s:2:\"id\";s:6:\"1-1171\";s:5:\"title\";s:10:\"Columns 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:43;a:6:{s:2:\"id\";s:6:\"1-1169\";s:5:\"title\";s:10:\"Columns 02\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:44;a:6:{s:2:\"id\";s:6:\"1-1170\";s:5:\"title\";s:10:\"Columns 03\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:45;a:6:{s:2:\"id\";s:6:\"1-1157\";s:5:\"title\";s:10:\"Columns 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:46;a:6:{s:2:\"id\";s:6:\"1-1175\";s:5:\"title\";s:10:\"Columns 08\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-08.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}}}s:6:\"groups\";a:0:{}}','off'),
(2088,'_site_transient_timeout_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_legacyManifest','1723415157','off'),
(2089,'_site_transient_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_legacyManifest','a:41:{i:0;a:8:{s:2:\"id\";s:10:\"legacy:457\";s:5:\"title\";s:6:\"Church\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/church/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/457\";}i:1;a:8:{s:2:\"id\";s:10:\"legacy:460\";s:5:\"title\";s:10:\"Restaurant\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-1.jpg\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/restaurant/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/460\";}i:2;a:8:{s:2:\"id\";s:10:\"legacy:463\";s:5:\"title\";s:6:\"Agency\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-2.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/agency/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/463\";}i:3;a:8:{s:2:\"id\";s:10:\"legacy:466\";s:5:\"title\";s:3:\"Spa\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-3.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/spa/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/466\";}i:4;a:8:{s:2:\"id\";s:10:\"legacy:468\";s:5:\"title\";s:9:\"Education\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-4.jpg\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/education/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/468\";}i:5;a:8:{s:2:\"id\";s:10:\"legacy:471\";s:5:\"title\";s:4:\"Band\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-5.jpg\";s:8:\"demo_url\";s:27:\"https://demo.theme.co/band/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/471\";}i:6;a:8:{s:2:\"id\";s:10:\"legacy:473\";s:5:\"title\";s:7:\"Wedding\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-6.jpg\";s:8:\"demo_url\";s:30:\"https://demo.theme.co/wedding/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/473\";}i:7;a:8:{s:2:\"id\";s:10:\"legacy:476\";s:5:\"title\";s:10:\"Food Truck\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-7.jpg\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/food-truck/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/476\";}i:8;a:8:{s:2:\"id\";s:10:\"legacy:479\";s:5:\"title\";s:3:\"Gym\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-8.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/gym/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/479\";}i:9;a:8:{s:2:\"id\";s:10:\"legacy:483\";s:5:\"title\";s:3:\"App\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-9.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/app/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/483\";}i:10;a:8:{s:2:\"id\";s:10:\"legacy:487\";s:5:\"title\";s:4:\"Auto\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-10.jpg\";s:8:\"demo_url\";s:27:\"https://demo.theme.co/auto/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/487\";}i:11;a:8:{s:2:\"id\";s:10:\"legacy:490\";s:5:\"title\";s:9:\"Nonprofit\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-11.jpg\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/nonprofit/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/490\";}i:12;a:8:{s:2:\"id\";s:10:\"legacy:493\";s:5:\"title\";s:17:\"Bed And Breakfast\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-12.jpg\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/bed-and-breakfast/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/493\";}i:13;a:8:{s:2:\"id\";s:10:\"legacy:496\";s:5:\"title\";s:6:\"Lawyer\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-50.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/lawyer/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/496\";}i:14;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/500\";s:5:\"title\";s:12:\"Statbar Pack\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-14.jpg\";s:8:\"demo_url\";s:48:\"https://demo.theme.co/designcloud/packs/statbars\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/500\";s:7:\"subType\";s:9:\"__multi__\";}i:15;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/503\";s:5:\"title\";s:9:\"Flat Pack\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-15.jpg\";s:8:\"demo_url\";s:44:\"https://demo.theme.co/designcloud/packs/flat\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/503\";s:7:\"subType\";s:9:\"__multi__\";}i:16;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/506\";s:5:\"title\";s:12:\"Minimal Pack\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-16.jpg\";s:8:\"demo_url\";s:47:\"https://demo.theme.co/designcloud/packs/minimal\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/506\";s:7:\"subType\";s:9:\"__multi__\";}i:17;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/509\";s:5:\"title\";s:12:\"Organic Pack\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-17.jpg\";s:8:\"demo_url\";s:47:\"https://demo.theme.co/designcloud/packs/organic\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/509\";s:7:\"subType\";s:9:\"__multi__\";}i:18;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/561\";s:5:\"title\";s:15:\"Text: Columnize\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-34.jpg\";s:8:\"demo_url\";s:56:\"https://demo.theme.co/designcloud/presets/text-columnize\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/561\";s:7:\"subType\";s:9:\"__multi__\";}i:19;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/564\";s:5:\"title\";s:18:\"Quote: Testimonial\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-35.jpg\";s:8:\"demo_url\";s:59:\"https://demo.theme.co/designcloud/presets/quote-testimonial\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/564\";s:7:\"subType\";s:9:\"__multi__\";}i:20;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/567\";s:5:\"title\";s:17:\"Quote: Side Image\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-36.jpg\";s:8:\"demo_url\";s:58:\"https://demo.theme.co/designcloud/presets/quote-side-image\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/567\";s:7:\"subType\";s:9:\"__multi__\";}i:21;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/570\";s:5:\"title\";s:20:\"Button: Fully Loaded\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-37.jpg\";s:8:\"demo_url\";s:61:\"https://demo.theme.co/designcloud/presets/button-fully-loaded\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/570\";s:7:\"subType\";s:9:\"__multi__\";}i:22;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/573\";s:5:\"title\";s:21:\"Button: Particle Skew\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-38.jpg\";s:8:\"demo_url\";s:62:\"https://demo.theme.co/designcloud/presets/button-particle-skew\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/573\";s:7:\"subType\";s:9:\"__multi__\";}i:23;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/576\";s:5:\"title\";s:21:\"Headline: Feature Box\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-39.jpg\";s:8:\"demo_url\";s:62:\"https://demo.theme.co/designcloud/presets/headline-feature-box\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/576\";s:7:\"subType\";s:9:\"__multi__\";}i:24;a:9:{s:2:\"id\";s:75:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/606\";s:5:\"title\";s:14:\"Tabs: Vertical\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-49.jpg\";s:8:\"demo_url\";s:56:\"https://demo.theme.co/designcloud/presets/tabs-vertical/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/606\";s:7:\"subType\";s:9:\"__multi__\";}i:25;a:8:{s:2:\"id\";s:10:\"legacy:695\";s:5:\"title\";s:18:\"Integrity Business\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc.jpg\";s:8:\"demo_url\";s:40:\"http://demo.theme.co/integrity-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/695\";}i:26;a:8:{s:2:\"id\";s:10:\"legacy:697\";s:5:\"title\";s:14:\"Renew Creative\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-1.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/renew-creative/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/697\";}i:27;a:8:{s:2:\"id\";s:10:\"legacy:699\";s:5:\"title\";s:15:\"Integrity Bands\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-2.jpg\";s:8:\"demo_url\";s:37:\"http://demo.theme.co/integrity-bands/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/699\";}i:28;a:8:{s:2:\"id\";s:10:\"legacy:701\";s:5:\"title\";s:11:\"Icon Simple\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-3.jpg\";s:8:\"demo_url\";s:33:\"http://demo.theme.co/icon-simple/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/701\";}i:29;a:8:{s:2:\"id\";s:10:\"legacy:703\";s:5:\"title\";s:14:\"Ethos Magazine\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-4.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/ethos-magazine/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/703\";}i:30;a:8:{s:2:\"id\";s:10:\"legacy:705\";s:5:\"title\";s:14:\"Renew Business\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-5.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/renew-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/705\";}i:31;a:8:{s:2:\"id\";s:10:\"legacy:707\";s:5:\"title\";s:12:\"Renew Agency\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-6.jpg\";s:8:\"demo_url\";s:34:\"http://demo.theme.co/renew-agency/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/707\";}i:32;a:8:{s:2:\"id\";s:10:\"legacy:709\";s:5:\"title\";s:12:\"Renew Lander\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-7.jpg\";s:8:\"demo_url\";s:34:\"http://demo.theme.co/renew-lander/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/709\";}i:33;a:8:{s:2:\"id\";s:10:\"legacy:711\";s:5:\"title\";s:11:\"Renew Bands\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-8.jpg\";s:8:\"demo_url\";s:33:\"http://demo.theme.co/renew-bands/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/711\";}i:34;a:8:{s:2:\"id\";s:10:\"legacy:713\";s:5:\"title\";s:9:\"Icon News\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-9.jpg\";s:8:\"demo_url\";s:31:\"http://demo.theme.co/icon-news/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/713\";}i:35;a:8:{s:2:\"id\";s:10:\"legacy:715\";s:5:\"title\";s:13:\"Icon Business\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-10.jpg\";s:8:\"demo_url\";s:35:\"http://demo.theme.co/icon-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/715\";}i:36;a:8:{s:2:\"id\";s:10:\"legacy:717\";s:5:\"title\";s:14:\"Ethos Business\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-11.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/ethos-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/717\";}i:37;a:8:{s:2:\"id\";s:10:\"legacy:719\";s:5:\"title\";s:17:\"Ethos Photography\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-12.jpg\";s:8:\"demo_url\";s:39:\"http://demo.theme.co/ethos-photography/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/719\";}i:38;a:8:{s:2:\"id\";s:10:\"legacy:908\";s:5:\"title\";s:6:\"Crafty\";s:4:\"type\";s:4:\"site\";s:8:\"groupKey\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2020/04/dc.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/crafty/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/908\";}i:39;a:9:{s:2:\"id\";s:76:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/1143\";s:5:\"title\";s:13:\"Standard Pack\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2020/12/dc-4.jpg\";s:8:\"demo_url\";s:49:\"https://demo.theme.co/designcloud/packs/standard/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:68:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/1143\";s:7:\"subType\";s:9:\"__multi__\";}i:40;a:9:{s:2:\"id\";s:76:\"cs-pack:https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/1419\";s:5:\"title\";s:22:\"Dropdown: Mega Contact\";s:4:\"type\";s:4:\"pack\";s:8:\"groupKey\";s:4:\"pack\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2021/04/dc-1.jpg\";s:8:\"demo_url\";s:64:\"https://demo.theme.co/designcloud/presets/dropdown-mega-contact/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:68:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/1419\";s:7:\"subType\";s:9:\"__multi__\";}}','off'),
(2091,'_site_transient_timeout_wp_theme_files_patterns-d7cc2e3c04d6cee828d0cf37733e8d4a','1723418474','off'),
(2092,'_site_transient_wp_theme_files_patterns-d7cc2e3c04d6cee828d0cf37733e8d4a','a:2:{s:7:\"version\";s:5:\"6.5.3\";s:8:\"patterns\";a:0:{}}','off'),
(2097,'cs_assignment_cache_layout_archive','a:0:{}','auto');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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=597 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 */;
INSERT INTO `wp_postmeta` VALUES
(1,2,'_wp_page_template','template-blank-4.php'),
(2,3,'_wp_page_template','default'),
(3,6,'_cs_states_cache',''),
(4,3,'_cs_states_cache','Draft Privacy Policy Page'),
(5,2,'_cs_states_cache','Front Page'),
(7,7,'_cs_states_cache',''),
(14,2,'_edit_last','1'),
(15,9,'_cornerstone_data',NULL),
(16,9,'_cornerstone_settings',NULL),
(17,2,'_edit_lock','1720204387:1'),
(18,10,'_edit_lock','1720204511:1'),
(19,11,'_cornerstone_data',NULL),
(20,11,'_cornerstone_settings',NULL),
(21,10,'_edit_last','1'),
(22,10,'_x_entry_body_css_class',''),
(23,10,'_x_entry_alternate_index_title',''),
(24,10,'_x_entry_disable_page_title','off'),
(25,10,'_x_page_one_page_navigation','Deactivated'),
(26,10,'_x_entry_bg_image_full',''),
(27,10,'_x_entry_bg_image_full_fade','750'),
(28,10,'_x_entry_bg_image_full_duration','7500'),
(29,10,'_x_portfolio_category_filters','a:1:{i:0;s:14:\"All Categories\";}'),
(30,10,'_x_portfolio_columns','Two'),
(31,10,'_x_portfolio_layout','full-width'),
(32,10,'_x_portfolio_posts_per_page','24'),
(33,10,'_x_portfolio_disable_filtering','off'),
(34,12,'_edit_lock','1720204528:1'),
(35,13,'_cornerstone_data',NULL),
(36,13,'_cornerstone_settings',NULL),
(37,12,'_edit_last','1'),
(38,12,'_x_entry_body_css_class',''),
(39,12,'_x_entry_alternate_index_title',''),
(40,12,'_x_entry_disable_page_title','off'),
(41,12,'_x_page_one_page_navigation','Deactivated'),
(42,12,'_x_entry_bg_image_full',''),
(43,12,'_x_entry_bg_image_full_fade','750'),
(44,12,'_x_entry_bg_image_full_duration','7500'),
(45,12,'_x_portfolio_category_filters','a:1:{i:0;s:14:\"All Categories\";}'),
(46,12,'_x_portfolio_columns','Two'),
(47,12,'_x_portfolio_layout','full-width'),
(48,12,'_x_portfolio_posts_per_page','24'),
(49,12,'_x_portfolio_disable_filtering','off'),
(50,14,'_edit_lock','1720204543:1'),
(51,15,'_cornerstone_data',NULL),
(52,15,'_cornerstone_settings',NULL),
(53,14,'_edit_last','1'),
(54,14,'_x_entry_body_css_class',''),
(55,14,'_x_entry_alternate_index_title',''),
(56,14,'_x_entry_disable_page_title','off'),
(57,14,'_x_page_one_page_navigation','Deactivated'),
(58,14,'_x_entry_bg_image_full',''),
(59,14,'_x_entry_bg_image_full_fade','750'),
(60,14,'_x_entry_bg_image_full_duration','7500'),
(61,14,'_x_portfolio_category_filters','a:1:{i:0;s:14:\"All Categories\";}'),
(62,14,'_x_portfolio_columns','Two'),
(63,14,'_x_portfolio_layout','full-width'),
(64,14,'_x_portfolio_posts_per_page','24'),
(65,14,'_x_portfolio_disable_filtering','off'),
(66,16,'_edit_lock','1720204564:1'),
(67,17,'_cornerstone_data',NULL),
(68,17,'_cornerstone_settings',NULL),
(69,16,'_edit_last','1'),
(70,16,'_x_entry_body_css_class',''),
(71,16,'_x_entry_alternate_index_title',''),
(72,16,'_x_entry_disable_page_title','off'),
(73,16,'_x_page_one_page_navigation','Deactivated'),
(74,16,'_x_entry_bg_image_full',''),
(75,16,'_x_entry_bg_image_full_fade','750'),
(76,16,'_x_entry_bg_image_full_duration','7500'),
(77,16,'_x_portfolio_category_filters','a:1:{i:0;s:14:\"All Categories\";}'),
(78,16,'_x_portfolio_columns','Two'),
(79,16,'_x_portfolio_layout','full-width'),
(80,16,'_x_portfolio_posts_per_page','24'),
(81,16,'_x_portfolio_disable_filtering','off'),
(82,18,'_edit_lock','1720204577:1'),
(83,19,'_cornerstone_data',NULL),
(84,19,'_cornerstone_settings',NULL),
(85,18,'_edit_last','1'),
(86,18,'_x_entry_body_css_class',''),
(87,18,'_x_entry_alternate_index_title',''),
(88,18,'_x_entry_disable_page_title','off'),
(89,18,'_x_page_one_page_navigation','Deactivated'),
(90,18,'_x_entry_bg_image_full',''),
(91,18,'_x_entry_bg_image_full_fade','750'),
(92,18,'_x_entry_bg_image_full_duration','7500'),
(93,18,'_x_portfolio_category_filters','a:1:{i:0;s:14:\"All Categories\";}'),
(94,18,'_x_portfolio_columns','Two'),
(95,18,'_x_portfolio_layout','full-width'),
(96,18,'_x_portfolio_posts_per_page','24'),
(97,18,'_x_portfolio_disable_filtering','off'),
(98,20,'_edit_lock','1720204659:1'),
(99,21,'_cornerstone_data',NULL),
(100,21,'_cornerstone_settings',NULL),
(101,20,'_edit_last','1'),
(102,20,'_x_entry_body_css_class',''),
(103,20,'_x_entry_alternate_index_title',''),
(104,20,'_x_entry_disable_page_title','off'),
(105,20,'_x_page_one_page_navigation','Deactivated'),
(106,20,'_x_entry_bg_image_full',''),
(107,20,'_x_entry_bg_image_full_fade','750'),
(108,20,'_x_entry_bg_image_full_duration','7500'),
(109,20,'_x_portfolio_category_filters','a:1:{i:0;s:14:\"All Categories\";}'),
(110,20,'_x_portfolio_columns','Two'),
(111,20,'_x_portfolio_layout','full-width'),
(112,20,'_x_portfolio_posts_per_page','24'),
(113,20,'_x_portfolio_disable_filtering','off'),
(114,22,'_menu_item_type','custom'),
(115,22,'_menu_item_menu_item_parent','0'),
(116,22,'_menu_item_object_id','22'),
(117,22,'_menu_item_object','custom'),
(118,22,'_menu_item_target',''),
(119,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(120,22,'_menu_item_xfn',''),
(121,22,'_menu_item_url','https://dev.treasuredpetchauffeursllc.com/'),
(123,23,'_menu_item_type','post_type'),
(124,23,'_menu_item_menu_item_parent','0'),
(125,23,'_menu_item_object_id','18'),
(126,23,'_menu_item_object','page'),
(127,23,'_menu_item_target',''),
(128,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(129,23,'_menu_item_xfn',''),
(130,23,'_menu_item_url',''),
(132,24,'_menu_item_type','post_type'),
(133,24,'_menu_item_menu_item_parent','0'),
(134,24,'_menu_item_object_id','14'),
(135,24,'_menu_item_object','page'),
(136,24,'_menu_item_target',''),
(137,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(138,24,'_menu_item_xfn',''),
(139,24,'_menu_item_url',''),
(168,28,'_menu_item_type','post_type'),
(169,28,'_menu_item_menu_item_parent','0'),
(170,28,'_menu_item_object_id','16'),
(171,28,'_menu_item_object','page'),
(172,28,'_menu_item_target',''),
(173,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(174,28,'_menu_item_xfn',''),
(175,28,'_menu_item_url',''),
(186,22,'menu-item-anchor_graphic_menu_item_display','on'),
(187,22,'menu-item-anchor_graphic_icon','l-hand-pointer'),
(188,22,'menu-item-anchor_graphic_icon_alt','hand-pointer'),
(198,23,'menu-item-anchor_graphic_menu_item_display','on'),
(199,23,'menu-item-anchor_graphic_icon','l-hand-pointer'),
(200,23,'menu-item-anchor_graphic_icon_alt','hand-pointer'),
(201,28,'menu-item-anchor_graphic_menu_item_display','on'),
(202,28,'menu-item-anchor_graphic_icon','l-hand-pointer'),
(203,28,'menu-item-anchor_graphic_icon_alt','hand-pointer'),
(204,24,'menu-item-anchor_graphic_menu_item_display','on'),
(205,24,'menu-item-anchor_graphic_icon','l-hand-pointer'),
(206,24,'menu-item-anchor_graphic_icon_alt','hand-pointer'),
(207,10,'_cs_states_cache',''),
(208,12,'_cs_states_cache',''),
(209,14,'_cs_states_cache',''),
(210,16,'_cs_states_cache',''),
(211,18,'_cs_states_cache',''),
(212,20,'_cs_states_cache',''),
(219,6,'_cs_last_save','2024-08-11 21:12:28'),
(220,2,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(221,2,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Luxury Transportation\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#05b6d6\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Ready to schedule your pet\\u2019s journey? Request a quote today and let Treasured Pet Chauffeurs take care of the details! Just fill out our form with your pet\\u2019s travel needs, and we\\u2019ll get back to you within 24 hours to discuss availability and pricing.\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(255, 255, 255)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"rgb(255, 255, 255)\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_href\":\"treasuredpetchauffeursllc.com/request-a-quote\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(222,35,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]}]'),
(223,35,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(224,2,'_cs_last_save','2024-08-11 20:46:52'),
(225,36,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]}]'),
(226,36,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(227,37,'_cs_last_save','2024-08-11 19:40:04'),
(228,37,'_cs_states_cache',''),
(231,38,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]}]'),
(232,38,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(234,16,'_wp_page_template','template-blank-4.php'),
(235,16,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(236,16,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(255, 255, 255) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"rgb(255, 255, 255)\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Section\",\"_m\":{\"e\":2},\"section_bg_color\":\"#05b6d6\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"20vmin 0px 20vmin 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_bg_color\":\"#ececf4\",\"layout_row_box_shadow_color\":\"rgba(18, 23, 63, 0.16)\",\"layout_row_box_shadow_dimensions\":\"0em 1.35em 2.75em 0em\",\"layout_row_gap_column\":\"2px\",\"layout_row_gap_row\":\"2px\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"20.5em\",\"layout_row_layout_lg\":\"20.5em\",\"layout_row_layout_md\":\"20.5em\",\"layout_row_layout_sm\":\"20.5em\",\"layout_row_layout_xl\":\"20.5em\",\"layout_row_layout_xs\":\"20.5em\",\"layout_row_padding\":\"!0px\",\"layout_row_text_align\":\"center\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-972-0693\",\"image_link\":true,\"image_src\":\"88:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coordinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-972-0693\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Nannette (Nan) Wring\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-937-3050\",\"image_link\":true,\"image_src\":\"125:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coodinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-937-3050\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Keith Smith\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"600\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"mailto:info@treasuredpetchauffeursllc.com\",\"image_link\":true,\"image_src\":\"130:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Contact\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"mailto:info@treasuredpetchauffeursllc.com?subject=Treasured Pet Chauffeurs Quote\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a>\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(237,39,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050</p>\\n<p>Nannette &nbsp;(Nan) Wring &nbsp;386-972-0693</p>\\n<p>Email: &nbsp;<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote. &nbsp;Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.</p>\\n<p>We reply to all quote requests in about 24 hours. &nbsp;If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct. &nbsp;Please enter a new quote request with the correct information. &nbsp;This happens a lot...</p>\\n<p>You can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email. &nbsp;Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards, &nbsp;check, or methods agreed on prior. &nbsp;We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.</p>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>* Indicates required question<br />Email*<br />Your email<br /><br /><br /><br /><br />This is a required question<br />First and Last Name*<br />Please enter your first name, followed by 1 space and then your last name. &nbsp;We use this information in our quotes to address you as professionally as possible. &nbsp;Please do not put your pets name here. &nbsp;We will collect that information from you if you decide to book your trip.<br />Your answer<br /><br /><br /><br />Cell Number<br />Please enter 10 digits/numbers. &nbsp;There is no need to put in dashes or dots or parenthesis. &nbsp;If we have questions about your trip when we work the quote, it\'s nice to get a quick answer via text if possible. &nbsp;Frequent typographical errors cause email to be returned, if we have a cell number, then we can text you if necessary. If you would rather communicate only over Email, please leave this blank.<br />Your answer<br /><br /><br /><br />Number of Dogs<br /><br />0<br /><br /><br />1<br /><br /><br />2<br /><br /><br />3<br /><br /><br />4<br /><br /><br />5<br /><br /><br />6<br /><br /><br /><br /><br /><br /><br />Number of Cats<br /><br />0<br /><br /><br />1<br /><br /><br />2<br /><br /><br />3<br /><br /><br />4<br /><br /><br />5<br /><br /><br />6<br /><br /><br /><br /><br /><br /><br />Number of Other Pets<br /><br />0<br /><br /><br />1<br /><br /><br />2<br /><br /><br />3<br /><br /><br />4<br /><br /><br />5<br /><br /><br />6<br /><br /><br /><br /><br /><br /><br />Travel Information*<br />Owner Vehicle - Many of our clients are relocating and need not only their pets moved but also their vehicle moved. &nbsp;We fly two drivers to your pickup city, they rest the night before at a local hotel and UBER to your location and drive your well maintained and recently detailed vehicle with good tires and a full size spare tire (No Run Flat Tires, no Donuts) to your new location. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Treasured Pet Chauffeurs Vehicle - We fly two of our drivers to your pickup city and they rent a mini-van at the airport and drive it to a hotel near your pickup location and rest for the night. &nbsp;They sterilize the vehicle and drive to your location for the pickup early in the morning. They drive it, stoping every 4 hours for fuel, food and exercise to your drop-off location then sterilize the van and return it at the airport and fly home.<br /><br /><br /><br />Owner Vehicle<br />Treasured Pet Chauffeurs Vehicle<br />Pickup Address*<br />**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. &nbsp;We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven needed for driver compensation and fuel costs. &nbsp;If you are in India, sorry, we can\'t move your rabbit...&nbsp; If you are in Hawaii, sorry we can&rsquo;t drive across the Pacific.&nbsp;<br />Your answer<br /><br /><br /><br />Drop Off Address*<br />**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. &nbsp;We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven. We serve moves that are 500 miles or more and are unable to provide quotes for trips less than 500 miles and for trips outside the US.<br />Your answer<br /><br /><br /><br />Pickup Date*<br />Please chose a future date. &nbsp;We understand that sometimes this is just an approximate date. &nbsp;Please understand that we are typically booked out about 40 to 50 days into the future so if your quote is for a date that is very different from your requested date, it just means that is our first available date.<br />Date<br /><br /><br /><br /><br />Anything Else We Should Know?<br />We will ask you more detailed questions about each of your pets like personality, medications and special care instructions if you decide to book a trip, we don\'t need those details at this time for a quote. &nbsp;Please note that we are a PET ONLY transportation service, pet owners will need to explore other transportation options.<br />Your answer<br /><br /><br /><br /><br />Trip Type*<br /><br /><br /><br />One Way<br /><br /><br /><br />Round Trip</p>\",\"_modules\":[]}]}]}]}]'),
(238,39,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(239,16,'_cs_last_save','2024-08-11 20:47:57'),
(240,40,'_wp_page_template','default'),
(241,40,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(242,40,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED1\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-74 c1-1g c1-1h c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-4 c1-6a c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED1\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>\\\"Delivering unparalleled comfort and care, our mission at Treasured Pet Chauffeurs &nbsp;is to provide a premium travel experience for your beloved pets. With our team of dedicated and compassionate drivers, we ensure that your furry companions are transported with the utmost love, safety, and attention, making every journey a stress-free and enjoyable</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"45:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"44:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Welcome</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-74 c1-1g c1-1h c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-4 c1-6a c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Introducing Treasured Pet Chauffeurs &ndash; Where Luxury Meets Care for Your Beloved Companions.</p>\\n<p>At Treasured Pet Chauffeurs, we understand that your pets are not just animals; they\'re cherished members of your family. Our premier luxury pet transportation service is designed to ensure a stress-free, safe, and comfortable journey for your furry friends. With our team of loving and competent drivers, your pets will experience a level of care that matches your own. Whether it\'s a permanent relocation &nbsp;or a &nbsp;seasonal move, &nbsp;we\'re here to provide a chauffeur service that goes beyond transportation &ndash; it\'s an experience tailored to the well-being and happiness of your treasured pets. Travel with peace of mind, knowing that your pets are in caring hands with Treasured Pet Chauffeurs.</p>\\n<p>Treasured Pet Chauffeurs &nbsp;is a top-notch ground transportation option for pets. Treasured Pet Chauffeurs &nbsp;aims to make the transportation process as stress-free as possible for animals. Rather than traveling in a crate with other animals, each pet travels individually or with other pets from the same family in a van. Pets don&rsquo;t have to travel in a crate, and they can have their own blankets and toys to make the journey comfortable. The company can even use the owner&rsquo;s car to transport the pet &nbsp;making Treasured Pet Chauffeurs &nbsp;an excellent option for pet owners who may need to transport a vehicle to a destination or to relocate. Treasured Pet Chauffeurs frequently updates &nbsp;the family to add peace of mind. &nbsp;Treasured Pet drivers will drive continuously to make sure pets get to their destination as quickly as possible. &nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]}]'),
(243,41,'_cornerstone_data','[]'),
(244,41,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(245,40,'_cs_last_save','2024-08-07 14:17:46'),
(246,40,'_cs_states_cache',''),
(247,42,'_wp_attached_file','2024/08/Screenshot-2024-08-07-at-10.11.48 AM.png'),
(248,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:448;s:6:\"height\";i:444;s:4:\"file\";s:50:\"2024/08/Screenshot-2024-08-07-at-10.11.48 AM.png\";s:8:\"filesize\";i:180892;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.11.48 AM-300x297.png\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.11.48 AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24829;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-08-07-at-10.11.48 AM-100x99.png\";s:5:\"width\";i:100;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(249,43,'_wp_attached_file','2024/08/Screenshot-2024-08-07-at-10.12.18 AM.png'),
(250,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2262;s:6:\"height\";i:2266;s:4:\"file\";s:50:\"2024/08/Screenshot-2024-08-07-at-10.12.18 AM.png\";s:8:\"filesize\";i:6296223;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.12.18 AM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166380;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Screenshot-2024-08-07-at-10.12.18 AM-1022x1024.png\";s:5:\"width\";i:1022;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1230140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.12.18 AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47981;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.12.18 AM-768x769.png\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:790711;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"Screenshot-2024-08-07-at-10.12.18 AM-1533x1536.png\";s:5:\"width\";i:1533;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2240517;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:52:\"Screenshot-2024-08-07-at-10.12.18 AM-2044x2048.png\";s:5:\"width\";i:2044;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3392190;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.12.18 AM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22734;}s:5:\"entry\";a:5:{s:4:\"file\";s:52:\"Screenshot-2024-08-07-at-10.12.18 AM-1200x1202.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1565114;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-08-07-at-10.12.18 AM-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:870732;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:52:\"Screenshot-2024-08-07-at-10.12.18 AM-1200x1202.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1565114;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-08-07-at-10.12.18 AM-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:870732;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(251,44,'_wp_attached_file','2024/08/Screenshot-2024-08-07-at-10.12.02 AM.png'),
(252,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1176;s:6:\"height\";i:880;s:4:\"file\";s:50:\"2024/08/Screenshot-2024-08-07-at-10.12.02 AM.png\";s:8:\"filesize\";i:1511387;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.12.02 AM-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109597;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-08-07-at-10.12.02 AM-1024x766.png\";s:5:\"width\";i:1024;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:901784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.12.02 AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40510;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.12.02 AM-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565680;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-08-07-at-10.12.02 AM-100x75.png\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15918;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-08-07-at-10.12.02 AM-1176x671.png\";s:5:\"width\";i:1176;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:967591;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-08-07-at-10.12.02 AM-1176x671.png\";s:5:\"width\";i:1176;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:967591;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(253,45,'_wp_attached_file','2024/08/Screenshot-2024-08-07-at-10.11.55 AM.png'),
(254,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1176;s:6:\"height\";i:588;s:4:\"file\";s:50:\"2024/08/Screenshot-2024-08-07-at-10.11.55 AM.png\";s:8:\"filesize\";i:929612;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.11.55 AM-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67745;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-08-07-at-10.11.55 AM-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:553337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.11.55 AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33156;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-08-07-at-10.11.55 AM-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:344298;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-08-07-at-10.11.55 AM-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(255,46,'_cornerstone_data','[]'),
(256,46,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(257,47,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED1\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-74 c1-1g c1-1h c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-4 c1-6a c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED1\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>\\\"Delivering unparalleled comfort and care, our mission at Treasured Pet Chauffeurs &nbsp;is to provide a premium travel experience for your beloved pets. With our team of dedicated and compassionate drivers, we ensure that your furry companions are transported with the utmost love, safety, and attention, making every journey a stress-free and enjoyable</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"45:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"44:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Welcome</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-74 c1-1g c1-1h c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-4 c1-6a c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Introducing Treasured Pet Chauffeurs &ndash; Where Luxury Meets Care for Your Beloved Companions.</p>\\n<p>At Treasured Pet Chauffeurs, we understand that your pets are not just animals; they\'re cherished members of your family. Our premier luxury pet transportation service is designed to ensure a stress-free, safe, and comfortable journey for your furry friends. With our team of loving and competent drivers, your pets will experience a level of care that matches your own. Whether it\'s a permanent relocation &nbsp;or a &nbsp;seasonal move, &nbsp;we\'re here to provide a chauffeur service that goes beyond transportation &ndash; it\'s an experience tailored to the well-being and happiness of your treasured pets. Travel with peace of mind, knowing that your pets are in caring hands with Treasured Pet Chauffeurs.</p>\\n<p>Treasured Pet Chauffeurs &nbsp;is a top-notch ground transportation option for pets. Treasured Pet Chauffeurs &nbsp;aims to make the transportation process as stress-free as possible for animals. Rather than traveling in a crate with other animals, each pet travels individually or with other pets from the same family in a van. Pets don&rsquo;t have to travel in a crate, and they can have their own blankets and toys to make the journey comfortable. The company can even use the owner&rsquo;s car to transport the pet &nbsp;making Treasured Pet Chauffeurs &nbsp;an excellent option for pet owners who may need to transport a vehicle to a destination or to relocate. Treasured Pet Chauffeurs frequently updates &nbsp;the family to add peace of mind. &nbsp;Treasured Pet drivers will drive continuously to make sure pets get to their destination as quickly as possible. &nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]}]'),
(258,47,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(259,14,'_wp_page_template','template-blank-4.php'),
(260,14,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(261,14,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message!\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"136:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=1]\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">&nbsp;</h3>\\n<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">&nbsp;</h3>\\n<h3 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\"><span style=\\\"color: #000000;\\\">Travel Coordinators:</span></h3>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<h4><span style=\\\"color: #000000;\\\">Nannette Wring&nbsp; (386) 972-0693</span></h4>\\n<h4><span style=\\\"color: #000000;\\\">Keith Smith&nbsp; &nbsp; (386) 937-3050</span></h4>\\n<h4><span style=\\\"color: #000000;\\\">info@treasuredpetchauffeursllc.com</span></h4>\\n</div>\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]}]}]}]'),
(262,48,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>NINJA FORM</p>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">Email:info@treasuredpetchauffeursllc.com</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!</p>\\n<p>Travel Coordinators:</p>\\n<p>Nannette Wring &nbsp;386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;386-937-3050</p>\\n</div>\",\"_modules\":[]}]}]}]}]'),
(263,48,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(264,14,'_cs_last_save','2024-08-11 20:58:11'),
(265,49,'_wp_attached_file','2024/08/ravenwood-logo.png'),
(266,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:794;s:6:\"height\";i:150;s:4:\"file\";s:26:\"2024/08/ravenwood-logo.png\";s:8:\"filesize\";i:6348;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"ravenwood-logo-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"ravenwood-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1721;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"ravenwood-logo-768x145.png\";s:5:\"width\";i:768;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13975;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"ravenwood-logo-100x19.png\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(267,49,'_cs_attachment_import','79f12420eb28e260e1000399a97fedfe'),
(268,7,'_cs_last_save','2024-08-11 18:00:33'),
(269,50,'_cs_template_identifier','element|bar'),
(270,50,'_cs_template_data','{\"atts\":{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bar_base_font_size\":\"1rem\",\"bar_bg_color\":\"#f4f4f4\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_content_max_length\":\"1200px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"4rem 0rem 1.5rem 0rem\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"hide_login\":\"\",\"image_alt\":\"Logo\",\"image_bg_color_alt\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_border_width\":\"0px\",\"image_box_shadow_color_alt\":\"transparent\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_display\":\"block\",\"image_height\":150,\"image_href\":\"{{dc:global:home_url}}\",\"image_inner_border_radius\":\"0em\",\"image_link\":true,\"image_margin\":\"0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_src\":\"42:full\",\"image_styled_max_width\":\"75%\",\"image_width\":794}]}]}}'),
(273,51,'_wpcode_auto_insert','1'),
(274,51,'_wpcode_auto_insert_number','1'),
(275,52,'_wpcode_auto_insert','1'),
(276,52,'_wpcode_library_id','12'),
(277,53,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=1]\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">Email:info@treasuredpetchauffeursllc.com</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!</p>\\n<p>Travel Coordinators:</p>\\n<p>Nannette Wring &nbsp;386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;386-937-3050</p>\\n</div>\",\"_modules\":[]}]}]}]}]'),
(278,53,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(280,54,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050</p>\\n<p>Nannette &nbsp;(Nan) Wring &nbsp;386-972-0693</p>\\n<p>Email: &nbsp;<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote. &nbsp;Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.</p>\\n<p>We reply to all quote requests in about 24 hours. &nbsp;If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct. &nbsp;Please enter a new quote request with the correct information. &nbsp;This happens a lot...</p>\\n<p>You can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email. &nbsp;Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards, &nbsp;check, or methods agreed on prior. &nbsp;We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.</p>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\\n<p>* Indicates required question<br />\\nEmail*<br />\\nYour email</p>\\n<p>This is a required question<br />\\nFirst and Last Name*<br />\\nPlease enter your first name, followed by 1 space and then your last name. \\u00a0We use this information in our quotes to address you as professionally as possible. \\u00a0Please do not put your pets name here. \\u00a0We will collect that information from you if you decide to book your trip.<br />\\nYour answer</p>\\n<p>Cell Number<br />\\nPlease enter 10 digits/numbers. \\u00a0There is no need to put in dashes or dots or parenthesis. \\u00a0If we have questions about your trip when we work the quote, it\'s nice to get a quick answer via text if possible. \\u00a0Frequent typographical errors cause email to be returned, if we have a cell number, then we can text you if necessary. If you would rather communicate only over Email, please leave this blank.<br />\\nYour answer</p>\\n<p>Number of Dogs</p>\\n<p>0</p>\\n<p>1</p>\\n<p>2</p>\\n<p>3</p>\\n<p>4</p>\\n<p>5</p>\\n<p>6</p>\\n<p>Number of Cats</p>\\n<p>0</p>\\n<p>1</p>\\n<p>2</p>\\n<p>3</p>\\n<p>4</p>\\n<p>5</p>\\n<p>6</p>\\n<p>Number of Other Pets</p>\\n<p>0</p>\\n<p>1</p>\\n<p>2</p>\\n<p>3</p>\\n<p>4</p>\\n<p>5</p>\\n<p>6</p>\\n<p>Travel Information*<br />\\nOwner Vehicle - Many of our clients are relocating and need not only their pets moved but also their vehicle moved. \\u00a0We fly two drivers to your pickup city, they rest the night before at a local hotel and UBER to your location and drive your well maintained and recently detailed vehicle with good tires and a full size spare tire (No Run Flat Tires, no Donuts) to your new location. \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 Treasured Pet Chauffeurs Vehicle - We fly two of our drivers to your pickup city and they rent a mini-van at the airport and drive it to a hotel near your pickup location and rest for the night. \\u00a0They sterilize the vehicle and drive to your location for the pickup early in the morning. They drive it, stoping every 4 hours for fuel, food and exercise to your drop-off location then sterilize the van and return it at the airport and fly home.</p>\\n<p>Owner Vehicle<br />\\nTreasured Pet Chauffeurs Vehicle<br />\\nPickup Address*<br />\\n**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. \\u00a0We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven needed for driver compensation and fuel costs. \\u00a0If you are in India, sorry, we can\'t move your rabbit...\\u00a0 If you are in Hawaii, sorry we can\\u2019t drive across the Pacific.\\u00a0<br />\\nYour answer</p>\\n<p>Drop Off Address*<br />\\n**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. \\u00a0We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven. We serve moves that are 500 miles or more and are unable to provide quotes for trips less than 500 miles and for trips outside the US.<br />\\nYour answer</p>\\n<p>Pickup Date*<br />\\nPlease chose a future date. \\u00a0We understand that sometimes this is just an approximate date. \\u00a0Please understand that we are typically booked out about 40 to 50 days into the future so if your quote is for a date that is very different from your requested date, it just means that is our first available date.<br />\\nDate</p>\\n<p>Anything Else We Should Know?<br />\\nWe will ask you more detailed questions about each of your pets like personality, medications and special care instructions if you decide to book a trip, we don\'t need those details at this time for a quote. \\u00a0Please note that we are a PET ONLY transportation service, pet owners will need to explore other transportation options.<br />\\nYour answer</p>\\n<p>Trip Type*</p>\\n<p>One Way</p>\\n<p>Round Trip</p>\",\"_modules\":[]}]}]}]}]'),
(281,54,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(282,55,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050</p>\\n<p>Nannette &nbsp;(Nan) Wring &nbsp;386-972-0693</p>\\n<p>Email: &nbsp;<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote. &nbsp;Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.</p>\\n<p>We reply to all quote requests in about 24 hours. &nbsp;If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct. &nbsp;Please enter a new quote request with the correct information. &nbsp;This happens a lot...</p>\\n<p>You can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email. &nbsp;Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards, &nbsp;check, or methods agreed on prior. &nbsp;We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.</p>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>[ninja_form id=2]</p>\",\"_modules\":[]}]}]}]}]'),
(283,55,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(284,57,'_wp_attached_file','2024/08/estudio-naranja-01-scaled-1-scaled.jpg'),
(285,57,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:46:\"2024/08/estudio-naranja-01-scaled-1-scaled.jpg\";s:8:\"filesize\";i:123402;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"estudio-naranja-01-scaled-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4018;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-01-scaled-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22688;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"estudio-naranja-01-scaled-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:2525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"estudio-naranja-01-scaled-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13838;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-01-scaled-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48611;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"estudio-naranja-01-scaled-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82578;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"estudio-naranja-01-scaled-1-100x56.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1725;}s:5:\"entry\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-01-scaled-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31159;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-01-scaled-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30455;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-01-scaled-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31159;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-01-scaled-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"estudio-naranja-01-scaled-1.jpg\";}'),
(286,57,'_cs_attachment_import','5e924004a8fcc36b7d0d210ce78fc478'),
(287,58,'_wp_attached_file','2024/08/estudio-naranja-02-scaled-1-scaled.jpg'),
(288,58,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:46:\"2024/08/estudio-naranja-02-scaled-1-scaled.jpg\";s:8:\"filesize\";i:115937;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"estudio-naranja-02-scaled-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3066;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-02-scaled-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"estudio-naranja-02-scaled-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:2462;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"estudio-naranja-02-scaled-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10883;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-02-scaled-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38750;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"estudio-naranja-02-scaled-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70059;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"estudio-naranja-02-scaled-1-100x56.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1521;}s:5:\"entry\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-02-scaled-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24371;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-02-scaled-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23919;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-02-scaled-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24371;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:40:\"estudio-naranja-02-scaled-1-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"estudio-naranja-02-scaled-1.jpg\";}'),
(289,58,'_cs_attachment_import','23d6d252e8cc5deb77132a557be9800c'),
(290,59,'_wp_attached_file','2024/08/TreasuredPetMap.png'),
(291,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2024/08/TreasuredPetMap.png\";s:8:\"filesize\";i:1154696;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"TreasuredPetMap-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63499;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"TreasuredPetMap-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:564809;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"TreasuredPetMap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37599;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"TreasuredPetMap-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340413;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"TreasuredPetMap-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9266;}s:5:\"entry\";a:5:{s:4:\"file\";s:28:\"TreasuredPetMap-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:744042;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:28:\"TreasuredPetMap-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:734649;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:28:\"TreasuredPetMap-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:744042;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:28:\"TreasuredPetMap-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:734649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(293,60,'_wp_attached_file','2024/08/ChauferedPets.png'),
(294,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2024/08/ChauferedPets.png\";s:8:\"filesize\";i:680516;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"ChauferedPets-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83826;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"ChauferedPets-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:610738;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"ChauferedPets-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"ChauferedPets-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:391268;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"ChauferedPets-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13050;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:26:\"ChauferedPets-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:598654;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:26:\"ChauferedPets-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:598654;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(295,61,'_wp_attached_file','2024/08/kesclin-mckleskin-logo.png'),
(296,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:418;s:6:\"height\";i:46;s:4:\"file\";s:34:\"2024/08/kesclin-mckleskin-logo.png\";s:8:\"filesize\";i:3436;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-logo-300x33.png\";s:5:\"width\";i:300;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-logo-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1977;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-logo-100x11.png\";s:5:\"width\";i:100;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(297,61,'_cs_attachment_import','f1cfda13a8d12048ed3dcb5ce10b8de8'),
(298,62,'_wp_attached_file','2024/08/kesclin-mckleskin-bg.jpg'),
(299,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:896;s:4:\"file\";s:32:\"2024/08/kesclin-mckleskin-bg.jpg\";s:8:\"filesize\";i:190219;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"kesclin-mckleskin-bg-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9841;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1024x459.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"kesclin-mckleskin-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:6085;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"kesclin-mckleskin-bg-768x344.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56172;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1536x688.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247707;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"kesclin-mckleskin-bg-100x45.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2360;}s:5:\"entry\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x538.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152983;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200082;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x538.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152983;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:33:\"kesclin-mckleskin-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(300,62,'_cs_attachment_import','a373e32cf7cc87c7d2675bd0cb901ab1'),
(301,63,'_wp_attached_file','2024/08/kesclin-mckleskin-tagline.png'),
(302,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:260;s:4:\"file\";s:37:\"2024/08/kesclin-mckleskin-tagline.png\";s:8:\"filesize\";i:24569;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"kesclin-mckleskin-tagline-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14722;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1024x216.png\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59997;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"kesclin-mckleskin-tagline-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"kesclin-mckleskin-tagline-768x162.png\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43371;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"kesclin-mckleskin-tagline-100x21.png\";s:5:\"width\";i:100;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3065;}s:5:\"entry\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x253.png\";s:5:\"width\";i:1200;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70831;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x260.png\";s:5:\"width\";i:1200;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60306;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x253.png\";s:5:\"width\";i:1200;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70831;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:38:\"kesclin-mckleskin-tagline-1200x260.png\";s:5:\"width\";i:1200;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(303,63,'_cs_attachment_import','4d5350ce04d316cfc22a07291aab1dac'),
(305,64,'_wp_attached_file','2024/08/petchauffer.gif'),
(306,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2024/08/petchauffer.gif\";s:8:\"filesize\";i:4111945;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"petchauffer-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6991;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"petchauffer-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:43013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"petchauffer-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"petchauffer-768x768.gif\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:31806;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"petchauffer-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2216;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:24:\"petchauffer-1080x671.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:47373;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:24:\"petchauffer-1080x671.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:47373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(307,65,'_wp_attached_file','2024/08/chaiffr.gif'),
(308,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2024/08/chaiffr.gif\";s:8:\"filesize\";i:1098443;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"chaiffr-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1797;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"chaiffr-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7518;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"chaiffr-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"chaiffr-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4798;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"chaiffr-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(309,66,'_wp_attached_file','2024/08/chauffer.gif'),
(310,66,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2024/08/chauffer.gif\";s:8:\"filesize\";i:1317965;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"chauffer-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2178;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"chauffer-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:14079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"chauffer-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"chauffer-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6409;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"chauffer-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(311,67,'_wp_attached_file','2024/08/Chauffer-1.gif'),
(312,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2024/08/Chauffer-1.gif\";s:8:\"filesize\";i:1107620;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Chauffer-1-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1785;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Chauffer-1-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Chauffer-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Chauffer-1-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:4674;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"Chauffer-1-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:615;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(313,68,'_wp_attached_file','2024/08/cahuffer.gif'),
(314,68,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2024/08/cahuffer.gif\";s:8:\"filesize\";i:694641;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cahuffer-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"cahuffer-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"cahuffer-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"cahuffer-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"cahuffer-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(316,69,'_wp_attached_file','2024/08/ch.gif'),
(317,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:14:\"2024/08/ch.gif\";s:8:\"filesize\";i:2828191;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"ch-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:276;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"ch-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7257;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"ch-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:363;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"ch-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:646;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"ch-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(318,70,'_wp_attached_file','2024/08/ch-1.gif'),
(319,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2024/08/ch-1.gif\";s:8:\"filesize\";i:2225504;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"ch-1-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"ch-1-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"ch-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"ch-1-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"ch-1-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(320,71,'_wp_attached_file','2024/08/ch-2.gif'),
(321,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2024/08/ch-2.gif\";s:8:\"filesize\";i:1783733;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"ch-2-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"ch-2-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"ch-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"ch-2-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"ch-2-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(322,72,'_wp_attached_file','2024/08/ch_up.gif'),
(323,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2024/08/ch_up.gif\";s:8:\"filesize\";i:2260086;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"ch_up-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:248;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"ch_up-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ch_up-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:277;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ch_up-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:590;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"ch_up-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(324,73,'_wp_attached_file','2024/08/fancy.gif'),
(325,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2024/08/fancy.gif\";s:8:\"filesize\";i:1808408;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"fancy-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"fancy-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fancy-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"fancy-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"fancy-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(326,74,'_wp_attached_file','2024/08/facny.gif'),
(327,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2024/08/facny.gif\";s:8:\"filesize\";i:1808408;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"facny-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"facny-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"facny-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"facny-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"facny-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(328,75,'_wp_attached_file','2024/08/fancy1.gif'),
(329,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2024/08/fancy1.gif\";s:8:\"filesize\";i:869595;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"fancy1-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"fancy1-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"fancy1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"fancy1-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"fancy1-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(330,76,'_wp_attached_file','2024/08/fancy1-1.gif'),
(331,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2024/08/fancy1-1.gif\";s:8:\"filesize\";i:1226255;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fancy1-1-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"fancy1-1-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"fancy1-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"fancy1-1-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"fancy1-1-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(332,77,'_wp_attached_file','2024/08/map.png'),
(333,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1688;s:6:\"height\";i:1125;s:4:\"file\";s:15:\"2024/08/map.png\";s:8:\"filesize\";i:1403213;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"map-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63495;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"map-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:563130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"map-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:339625;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"map-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1138489;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"map-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9238;}s:5:\"entry\";a:5:{s:4:\"file\";s:16:\"map-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:742995;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:16:\"map-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:733116;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:16:\"map-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:742995;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:16:\"map-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:733116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(334,78,'_wp_attached_file','2024/08/fancy-1.gif'),
(335,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2024/08/fancy-1.gif\";s:8:\"filesize\";i:1241474;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"fancy-1-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"fancy-1-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"fancy-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"fancy-1-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"fancy-1-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(336,79,'_wp_attached_file','2024/08/fancy1-2.gif'),
(337,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2024/08/fancy1-2.gif\";s:8:\"filesize\";i:1242387;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fancy1-2-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"fancy1-2-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"fancy1-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"fancy1-2-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"fancy1-2-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(338,80,'_wp_attached_file','2024/08/car.gif'),
(339,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2024/08/car.gif\";s:8:\"filesize\";i:1231842;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"car-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"car-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"car-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"car-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"car-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(341,81,'_wp_attached_file','2024/08/fancy11.gif'),
(342,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2024/08/fancy11.gif\";s:8:\"filesize\";i:785340;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fancy11-300x120.gif\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:315;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"fancy11-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"fancy11-100x40.gif\";s:5:\"width\";i:100;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:138;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(343,82,'_wp_attached_file','2024/08/Untitled-1080-x-200-px.gif'),
(344,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1620;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2024/08/Untitled-1080-x-200-px.gif\";s:8:\"filesize\";i:2382804;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Untitled-1080-x-200-px-300x56.gif\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:228;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Untitled-1080-x-200-px-1024x190.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Untitled-1080-x-200-px-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Untitled-1080-x-200-px-768x142.gif\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:540;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Untitled-1080-x-200-px-1536x284.gif\";s:5:\"width\";i:1536;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1122;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"Untitled-1080-x-200-px-100x19.gif\";s:5:\"width\";i:100;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:114;}s:5:\"entry\";a:5:{s:4:\"file\";s:35:\"Untitled-1080-x-200-px-1200x222.gif\";s:5:\"width\";i:1200;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:866;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:35:\"Untitled-1080-x-200-px-1200x300.gif\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1015;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:35:\"Untitled-1080-x-200-px-1200x222.gif\";s:5:\"width\";i:1200;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:866;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:35:\"Untitled-1080-x-200-px-1200x300.gif\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1015;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(346,83,'_wp_attached_file','2024/08/map1.png'),
(347,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:16:\"2024/08/map1.png\";s:8:\"filesize\";i:3581823;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"map1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63243;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"map1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"map1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37411;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"map1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340047;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"map1-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1141043;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"map1-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1853420;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"map1-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9196;}s:5:\"entry\";a:5:{s:4:\"file\";s:17:\"map1-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:744546;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:17:\"map1-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:735002;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:17:\"map1-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:744546;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:17:\"map1-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:735002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(348,84,'_wp_attached_file','2024/08/oute.png'),
(349,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:16:\"2024/08/oute.png\";s:8:\"filesize\";i:6622735;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"oute-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69688;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"oute-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:624830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"oute-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"oute-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:375458;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"oute-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1260984;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"oute-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2049078;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"oute-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10008;}s:5:\"entry\";a:5:{s:4:\"file\";s:17:\"oute-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:822770;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:17:\"oute-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:803235;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:17:\"oute-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:822770;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:17:\"oute-1200x671.png\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:803235;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(350,85,'_wp_attached_file','2024/08/logoTPC.png'),
(351,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:675;s:6:\"height\";i:675;s:4:\"file\";s:19:\"2024/08/logoTPC.png\";s:8:\"filesize\";i:329596;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"logoTPC-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"logoTPC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25906;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"logoTPC-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13105;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:19:\"logoTPC-675x671.png\";s:5:\"width\";i:675;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:325148;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:19:\"logoTPC-675x671.png\";s:5:\"width\";i:675;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:325148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(353,86,'_wp_attached_file','2024/08/0_3-8.jpg'),
(354,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:17:\"2024/08/0_3-8.jpg\";s:8:\"filesize\";i:269951;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"0_3-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"0_3-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6961;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"0_3-8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70738;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"0_3-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5074;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:18:\"0_3-8-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106720;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:18:\"0_3-8-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106720;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(355,87,'_wp_attached_file','2024/08/img-shapes.png'),
(356,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2024/08/img-shapes.png\";s:8:\"filesize\";i:190967;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"img-shapes-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"img-shapes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24681;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"img-shapes-100x83.png\";s:5:\"width\";i:100;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10560;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(357,87,'_cs_attachment_import','3623a72d67194256d57649a9714cfe15'),
(359,88,'_wp_attached_file','2024/08/0_3-9.jpg'),
(360,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:17:\"2024/08/0_3-9.jpg\";s:8:\"filesize\";i:384585;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"0_3-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"0_3-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9221;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"0_3-9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103555;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"0_3-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6218;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:18:\"0_3-9-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162502;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:18:\"0_3-9-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(361,89,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"50% 50%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Focus Areas\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_flex_wrap\":true,\"text_font_family\":\"google:roboto\",\"text_font_size\":\"40px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"horizontal-rule\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"rgb(242, 15, 15)\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1.7em -1.201em 0em 0em\",\"text_margin\":\"0em\",\"text_padding\":\"2em 0em 2em 0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"What we do\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"14px\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_letter_spacing\":\"0.163em\",\"text_subheadline_spacing\":\"3em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_transform\":\"uppercase\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"class\":\"focus_content\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp; consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp;</p>\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"16px\",\"text_font_weight\":\"300\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em 8em 0em 0em\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"3em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"88:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Fast Shipping\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We keep you connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]}]'),
(362,89,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(363,90,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"50% 50%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Focus Areas\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_flex_wrap\":true,\"text_font_family\":\"google:roboto\",\"text_font_size\":\"40px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"horizontal-rule\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"rgb(242, 15, 15)\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1.7em -1.201em 0em 0em\",\"text_margin\":\"0em\",\"text_padding\":\"2em 0em 2em 0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"What we do\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"14px\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_letter_spacing\":\"0.163em\",\"text_subheadline_spacing\":\"3em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_transform\":\"uppercase\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"class\":\"focus_content\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp; consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp;</p>\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"16px\",\"text_font_weight\":\"300\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em 8em 0em 0em\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"3em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"88:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Fast Shipping\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We keep you connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]}]'),
(364,90,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(365,91,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"50% 50%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Focus Areas\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_flex_wrap\":true,\"text_font_family\":\"google:roboto\",\"text_font_size\":\"40px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"horizontal-rule\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"rgb(242, 15, 15)\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1.7em -1.201em 0em 0em\",\"text_margin\":\"0em\",\"text_padding\":\"2em 0em 2em 0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"What we do\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"14px\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_letter_spacing\":\"0.163em\",\"text_subheadline_spacing\":\"3em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_transform\":\"uppercase\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"class\":\"focus_content\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp; consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp;</p>\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"16px\",\"text_font_weight\":\"300\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em 8em 0em 0em\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"3em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"88:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]}]'),
(366,91,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(367,92,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Satisfaction Guaranteed\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_flex_wrap\":true,\"text_font_family\":\"google:roboto\",\"text_font_size\":\"40px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"horizontal-rule\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#05b6d6\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1.7em -1.201em 0em 0em\",\"text_margin\":\"0em\",\"text_padding\":\"2em 0em 2em 0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"What we do\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_size\":\"14px\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_letter_spacing\":\"0.163em\",\"text_subheadline_spacing\":\"3em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_transform\":\"uppercase\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"class\":\"focus_content\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_columns_gap\":\"25px\",\"text_columns_rule_color\":\"transparent\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_content\":\"<p>&nbsp;Nationwide to 49 contiguous states</p>\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"16px\",\"text_font_weight\":\"300\",\"text_line_height\":\"1.4\",\"text_margin\":\"0em\",\"text_padding\":\"0em 8em 0em 0em\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"standard\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"3em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]}]'),
(368,92,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(369,93,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Satisfaction Guaranteed\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_flex_wrap\":true,\"text_font_size\":\"40px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"horizontal-rule\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#05b6d6\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1.7em -1.201em 0em 0em\",\"text_margin\":\"0em\",\"text_padding\":\"2em 0em 2em 0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Nationwide to 49 contiguous states\",\"text_subheadline_font_size\":\"14px\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_letter_spacing\":\"0.163em\",\"text_subheadline_spacing\":\"3em\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_transform\":\"uppercase\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"3em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]}]'),
(370,93,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(371,94,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2.05em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]}]'),
(372,94,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(373,95,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2.05em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]}]'),
(374,95,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(375,96,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Focus Areas\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2.05em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]}]'),
(376,96,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(377,97,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2.05em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Satisfaction Guaranteed</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED0\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;Nationwide to 49 contiguous states</p>\\n<p>&nbsp;</p>\\n<ul>\\n<li>Private, two driver team with the goal of keeping your pet(s) safe and happy</li>\\n<li>Straight through travel so you may be reunited with your pet as quickly and safely as possible</li>\\n<li>We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety</li>\\n<li>Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy</li>\\n<li>Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel</li>\\n<li>Exceed USDA-Aphis standards</li>\\n<li>No other pets will travel with your pets</li>\\n<li>A personalized experience for every pet catering to their special needs</li>\\n<li>New fresh litter boxes for each cat family</li>\\n<li>Clean, fresh linens &amp; comfortable bedding in sanitized vehicles</li>\\n</ul>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"#f7cc0c\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(378,97,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(384,98,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Mission\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d4\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#04b6d5\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(385,98,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(386,99,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#04b6d5\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h1 class=\\\"x-el x-el-h1 c1-1 c1-2 c1-1d c1-1e c1-6l c1-3m c1-3n c1-1g c1-1h c1-21 c1-4l c1-2g c1-1l c1-4m c1-4q c1-4r c1-4s\\\" role=\\\"heading\\\" aria-level=\\\"1\\\" data-ux=\\\"FeaturedHeading\\\" data-aid=\\\"CONTENT_WELCOME_TITLE_RENDERED\\\" data-promoted-from=\\\"4\\\" data-order=\\\"0\\\" data-typography=\\\"HeadingBeta\\\">Welcome to Treasured Pet Chauffeurs</h1>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-1f c1-1g c1-1h c1-6m c1-6n c1-6o c1-6p c1-6q c1-6r c1-6s c1-6t c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-61 c1-b c1-7e c1-1k c1-1l c1-1m c1-1t c1-1u c1-1v x-rt\\\" data-ux=\\\"FeaturedText\\\" data-aid=\\\"CONTENT_WELCOME_DESCRIPTION_RENDERED\\\" data-typography=\\\"BodyBeta\\\">\\n<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(387,99,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(388,100,'_wp_attached_file','2024/08/APHIS.svg_.png'),
(389,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:913;s:6:\"height\";i:1024;s:4:\"file\";s:22:\"2024/08/APHIS.svg_.png\";s:8:\"filesize\";i:48259;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"APHIS.svg_-267x300.png\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17644;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"APHIS.svg_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"APHIS.svg_-768x861.png\";s:5:\"width\";i:768;s:6:\"height\";i:861;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56470;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"APHIS.svg_-100x112.png\";s:5:\"width\";i:100;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5950;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:22:\"APHIS.svg_-913x671.png\";s:5:\"width\";i:913;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32775;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:22:\"APHIS.svg_-913x671.png\";s:5:\"width\";i:913;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32775;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(390,101,'_wp_attached_file','2024/08/ap.png'),
(391,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/08/ap.png\";s:8:\"filesize\";i:97093;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"ap-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19641;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"ap-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"ap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"ap-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64771;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"ap-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5050;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"ap-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79403;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"ap-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79403;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(392,102,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#04b6d5\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(393,102,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(394,103,'_wp_attached_file','2024/08/print.png'),
(395,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2024/08/print.png\";s:8:\"filesize\";i:39709;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"print-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9139;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"print-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"print-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3680;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"print-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29394;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"print-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2220;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:18:\"print-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17200;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:18:\"print-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(396,104,'_wp_attached_file','2024/08/ca.png'),
(397,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/08/ca.png\";s:8:\"filesize\";i:36873;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"ca-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7993;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"ca-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"ca-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"ca-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25161;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"ca-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1904;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"ca-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19157;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"ca-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19157;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(398,105,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#04b6d5\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(399,105,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(400,106,'_wp_attached_file','2024/08/Add-a-subheading.png'),
(401,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2024/08/Add-a-subheading.png\";s:8:\"filesize\";i:37743;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Add-a-subheading-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8203;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Add-a-subheading-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36351;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Add-a-subheading-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Add-a-subheading-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26034;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"Add-a-subheading-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1919;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:29:\"Add-a-subheading-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19537;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:29:\"Add-a-subheading-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(402,107,'_wp_attached_file','2024/08/ff.png'),
(403,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2024/08/ff.png\";s:8:\"filesize\";i:56975;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"ff-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13601;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"ff-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57855;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"ff-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5492;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"ff-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41774;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"ff-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3195;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:15:\"ff-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35881;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:15:\"ff-1080x671.png\";s:5:\"width\";i:1080;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35881;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(405,108,'_wp_attached_file','2024/08/overlapping-cells-graphic.png'),
(406,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:37:\"2024/08/overlapping-cells-graphic.png\";s:8:\"filesize\";i:1857;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:{}}}'),
(407,108,'_cs_attachment_import','83d59a582783c3164660f362fa2ca3f5'),
(408,109,'_wp_attached_file','2024/08/overlapping-cells-bg.jpg'),
(409,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:880;s:4:\"file\";s:32:\"2024/08/overlapping-cells-bg.jpg\";s:8:\"filesize\";i:114674;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"overlapping-cells-bg-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11873;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"overlapping-cells-bg-1024x626.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"overlapping-cells-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:5911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"overlapping-cells-bg-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48779;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"overlapping-cells-bg-100x61.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2182;}s:5:\"entry\";a:5:{s:4:\"file\";s:33:\"overlapping-cells-bg-1200x733.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97274;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:33:\"overlapping-cells-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90818;}s:15:\"entry-fullwidth\";a:5:{s:4:\"file\";s:33:\"overlapping-cells-bg-1200x733.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97274;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:33:\"overlapping-cells-bg-1200x671.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(410,109,'_cs_attachment_import','a687e8e29ea0aef6257a9cf865b4cff2'),
(411,110,'_wp_attached_file','2024/08/0_2-3.jpg'),
(412,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:17:\"2024/08/0_2-3.jpg\";s:8:\"filesize\";i:331184;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"0_2-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22163;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"0_2-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"0_2-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91425;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"0_2-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6270;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:18:\"0_2-3-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136099;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:18:\"0_2-3-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(413,111,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#04b6d5\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\"></div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.\\u00a0 We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If \\u00a0you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Overlapping Cells\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>create fun images for a cross country pet chauffer company, pets riding in cars cross country having fun realistic images with a yellow and turquoise color scheme</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_src\":\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/overlapping-cells-graphic.png\",\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"#525f7f\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]}]'),
(414,111,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}');
INSERT INTO `wp_postmeta` VALUES
(415,112,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#04b6d5\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\"></div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.\\u00a0 We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If \\u00a0you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Overlapping Cells\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_family\":\"google:lato\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]}]'),
(416,112,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(417,113,'_wp_attached_file','2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3.webp'),
(418,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3.webp\";s:8:\"filesize\";i:694030;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:620526;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16224;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:630998;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:630998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(419,114,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#04b6d5\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Private Ride\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED0\\\" data-typography=\\\"HeadingDelta\\\">Luxury pet transportation</h4>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>APHIS CERTIFIED 58-T-0979</p>\\n<p>FULLY INSURED</p>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM3_TITLE\\\" data-typography=\\\"HeadingDelta\\\">All Pet Needs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM3_PRICE\\\" data-typography=\\\"BodyAlpha\\\"></div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM3_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>In addition to dogs and cats, we have moved a lot of different types of pets.\\u00a0 We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If \\u00a0you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.</p>\\n\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(420,114,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(421,115,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#04b6d5\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgb(0, 0, 0)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Luxury Transportation\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(422,115,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(424,117,'_cs_template_identifier','element|bar'),
(425,117,'_cs_template_data','{\"atts\":{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"bar_base_font_size\":\"16px\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"rgba(255, 255, 255, 0)\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"hsla(0, 0%, 0%, 0.11)\",\"bar_box_shadow_dimensions\":\"0em 0.19em 2em 0px\",\"bar_content_max_length\":\"1200px\",\"bar_outer_spacing\":\"2em\",\"bar_padding\":\"0em\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"bg_lower_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_bp\":\"md sm xs\",\"hide_login\":\"\",\"title\":\"Desktop Logo\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_font_size\":\"1.2em\",\"image_object_fit\":\"contain\",\"image_src\":\"85:full\",\"image_type\":\"scaling\",\"_modules\":[]}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"container_border_radius\":\"0px\",\"container_border_width\":\"0px\",\"container_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"container_margin\":\"0px\",\"container_padding\":\"0px\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_bp\":\"lg xl\",\"hide_login\":\"\",\"title\":\"Mobile Logo\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"hide_login\":\"\",\"image_bg_color_alt\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_border_width\":\"0px\",\"image_box_shadow_color_alt\":\"transparent\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":64,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_src\":\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/23-logo-sm.png\",\"image_width\":84}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"0 0 auto\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_z_index\":\"1\",\"hide_bp\":\"md sm xs\",\"hide_login\":\"\",\"title\":\"Desktop Navigation\",\"_modules\":[{\"_type\":\"nav-inline\",\"_bp_base\":\"4_4\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_style\":\"none\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_padding\":\"0em 1.25em 0em 1.25em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_color\":\"#62656e\",\"anchor_primary_text_color_alt\":\"#fc5475\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator\":false,\"anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_border_radius\":\"0em\",\"dropdown_border_style\":\"none\",\"dropdown_border_width\":\"0px\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"hide_login\":\"\",\"menu\":\"menu:2\",\"menu_base_font_size\":\"1rem\",\"menu_margin\":\"0px\",\"sub_anchor_bg_color_alt\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_primary_font_family\":\"google:lato\",\"sub_anchor_primary_font_weight\":\"400\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_font_family\":\"google:lato\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\"}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-end\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"CTA and Mobile Navigation\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"1rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"hsla(348, 97%, 66%, 0.06)\",\"anchor_border_color\":\"#fc5475\",\"anchor_border_color_alt\":\"#fc5475\",\"anchor_border_radius\":\"4px\",\"anchor_border_width\":\"2px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_padding\":\"0.4em 1.5em 0.4em 1.5em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_color\":\"#62656e\",\"anchor_primary_text_color_alt\":\"#fc5475\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_primary_content\":\"Hire Us\",\"hide_login\":\"\"},{\"_type\":\"nav-modal\",\"_bp_base\":\"4_4\",\"anchor_bg_color_alt\":\"hsla(0, 0%, 100%, 0.15)\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.5em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle\":true,\"anchor_primary_particle_border_radius\":\"0.5em\",\"anchor_primary_particle_color\":\"transparent\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_height\":\"0.5em\",\"anchor_primary_particle_location\":\"c_l\",\"anchor_primary_particle_scale\":\"scale-x_y\",\"anchor_primary_particle_style\":\"box-shadow: 0.5em 0 0 0 #fff;\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_particle_width\":\"0.5em\",\"anchor_primary_text_color\":\"#ffffff\",\"anchor_primary_text_color_alt\":\"\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle\":true,\"anchor_secondary_particle_border_radius\":\"0.5em\",\"anchor_secondary_particle_color\":\"transparent\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_height\":\"0.5em\",\"anchor_secondary_particle_location\":\"c_r\",\"anchor_secondary_particle_scale\":\"scale-x_y\",\"anchor_secondary_particle_style\":\"box-shadow: -0.5em 0 0 0 #fff;\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_particle_width\":\"0.5em\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator\":false,\"anchor_sub_indicator_icon\":\"angle-down\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"hide_bp\":\"lg xl\",\"hide_login\":\"\",\"menu_margin\":\"0px\",\"modal_base_font_size\":\"calc(1.5vw + 16px)\",\"modal_bg_color\":\"hsla(348, 97%, 66%, 0.9)\",\"modal_close_color\":\"#ffffff\",\"modal_close_color_alt\":\"rgba(255, 255, 255, 0.55)\",\"modal_content_bg_color\":\"transparent\",\"modal_content_border_radius\":\"0em\",\"modal_content_border_style\":\"none\",\"modal_content_border_width\":\"0px\",\"modal_content_box_shadow_color\":\"transparent\",\"modal_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"modal_content_max_width\":\"12em\",\"modal_content_padding\":\"0em\",\"toggle_anchor_base_font_size\":\"1rem\",\"toggle_anchor_bg_color\":\"transparent\",\"toggle_anchor_bg_color_alt\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"0em\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_box_shadow_color\":\"transparent\",\"toggle_anchor_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon\":\"hand-pointer-o\",\"toggle_anchor_graphic_icon_alt\":\"hand-spock-o\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_height\":\"2.75em\",\"toggle_anchor_margin\":\"0em 0em 0em 1em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_primary_font_family\":\"google:lato\",\"toggle_anchor_primary_font_weight\":\"400\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_font_family\":\"google:lato\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_particle_delay\":\"0\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_width\":\"2.75em\",\"toggle_burger_width\":\"11em\",\"toggle_color\":\"rgb(252, 84, 117)\",\"toggle_color_alt\":\"rgb(98, 101, 110)\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.75em\",\"toggle_more_size\":\"0.35em\",\"toggle_more_spacing\":\"1.75em\"}]}]}}'),
(431,118,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Luxury Transportation\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"ABOUT_HEADLINE_RENDERED2\\\" data-typography=\\\"HeadingDelta\\\">Reliable and Trustworthy Caretakers</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"ABOUT_DESCRIPTION_RENDERED2\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>When you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-2b c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">REQUEST A QUOTE</span></h2>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1t c1-80 c1-81 c1-82 c1-1d c1-83 c1-1e c1-85 c1-2k c1-53 c1-b c1-c c1-86 c1-87 c1-9r c1-89 c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Grid\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-80 c1-59 c1-8a c1-8b c1-x c1-y c1-8c c1-z c1-8d c1-b c1-c c1-9s c1-9t c1-8e c1-8f c1-9u c1-8h c1-d c1-9v c1-9w c1-e c1-f c1-g\\\" data-ux=\\\"GridCell\\\">\\n<div class=\\\"x-el x-el-div x-el c1-1 c1-2 c1-1t c1-40 c1-4 c1-8i c1-9x c1-2k c1-9y c1-8k c1-9z c1-b c1-c c1-a0 c1-8m c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentBasic\\\">\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-59 c1-b c1-1g c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<div>\\n<h4 class=\\\"x-el x-el-h4 c1-7y c1-7z c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-b c1-1g c1-1h c1-1i c1-6u c1-a1 c1-6w c1-6x c1-6y c1-6z c1-70 c1-a2 c1-1j c1-1q c1-1r c1-1s\\\">One on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.</h4>\\n</div>\\n<p>Nannette Wring Travel Coordinator&nbsp;</p>\\n<p>386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;</p>\\n<p>386-937-3050</p>\\n<p><a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:Info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Info@treasuredpetchauffeursllc.com</a>&nbsp;<a class=\\\"x-el x-el-a c1-1 c1-23 c1-24 c1-1a c1-1b c1-25 c1-26 c1-7w c1-b c1-2b c1-1i c1-2c c1-2d c1-2e c1-2f\\\" href=\\\"https://web.archive.org/web/20230723184006/mailto:treasure.pet61@gmail.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">treasure.pet61@gmail.com</a>&nbsp;</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Discover Treasured Pet Chauffeurs&nbsp;</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Cat Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1x c1-t c1-u c1-19 c1-4 c1-8n c1-b c1-c c1-d c1-e c1-f c1-g\\\" data-ux=\\\"ContentCardWrapperImage\\\">&nbsp;</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Our experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!</p>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Pet Chauffeurs</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-59 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Need transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Mission Statement</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">Mission Statement</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>We transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;</p>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-4o c1-2 c1-1a c1-1b c1-2h c1-3h c1-2j c1-1d c1-1e c1-7q c1-3q c1-b c1-56 c1-1h c1-1i c1-6u c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-a9 c1-1j c1-1q c1-1r c1-1s\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentCardHeading\\\" data-aid=\\\"CONTENT_HEADLINE2_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">CLIENTELE REVIEWS</h4>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1a c1-1b c1-8s c1-1d c1-1e c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-4 c1-b7 c1-b c1-56 c1-c c1-1i c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentCardText\\\" data-aid=\\\"CONTENT_DESCRIPTION2_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Please leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...</p>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Services</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"33.33% 33.33% 33.33%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM0_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Cat</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM0_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM0_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>&nbsp;</p>\\n<ol>\\n<li>Treasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;</li>\\n<li>Each cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.</li>\\n</ol>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM1_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dog</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM1_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM1_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>U.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.</p>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-4 c1-r c1-a6 c1-b c1-c c1-a7 c1-d c1-a8 c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-5t c1-1w c1-1y c1-4 c1-8v c1-87 c1-b c1-c c1-8w c1-34 c1-32 c1-8x c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"HeadingMinor\\\" data-aid=\\\"MENU_SECTION0_ITEM2_TITLE\\\" data-typography=\\\"HeadingDelta\\\">Dogs</h4>\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-98 c1-99 c1-b c1-c c1-9a c1-9b c1-9c c1-5x c1-9d c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Block\\\">\\n<div class=\\\"x-el x-el-div c1-1 c1-2 c1-1d c1-1e c1-9e c1-1g c1-1h c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g\\\" data-ux=\\\"Price\\\" data-aid=\\\"MENU_SECTION0_ITEM2_PRICE\\\" data-typography=\\\"BodyAlpha\\\">&nbsp;</div>\\n</div>\\n</div>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-9f c1-9g c1-1h c1-b c1-1j c1-c c1-1l c1-8w c1-34 c1-32 c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"Text\\\" data-aid=\\\"MENU_SECTION0_ITEM2_DESC\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Each dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;</p>\\n<p>Pets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,</p>\\n</div>\\n</div>\\n</div>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h2 class=\\\"x-el x-el-h2 c1-1 c1-2 c1-1a c1-1b c1-7t c1-3h c1-2j c1-1d c1-7u c1-l c1-19 c1-1y c1-31 c1-56 c1-1i c1-32 c1-1p c1-7v c1-33 c1-34 c1-35\\\" role=\\\"heading\\\" aria-level=\\\"2\\\" data-ux=\\\"SectionHeading\\\" data-aid=\\\"CONTENT_SECTION_TITLE_RENDERED\\\" data-typography=\\\"HeadingBeta\\\"><span class=\\\"\\\" data-ux=\\\"Element\\\">Photo Gallery</span></h2>\",\"_modules\":[]}]}]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(432,118,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(434,119,'_cs_template_identifier','element|__multi__'),
(435,119,'_cs_template_data','{\"elements\":[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]}]}'),
(436,120,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"<strong><span>Request a Quote</span></strong>\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050</p>\\n<p>Nannette &nbsp;(Nan) Wring &nbsp;386-972-0693</p>\\n<p>Email: &nbsp;<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote. \\u00a0Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.</p>\\n<p>We reply to all quote requests in about 24 hours. \\u00a0If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct. \\u00a0Please enter a new quote request with the correct information. \\u00a0This happens a lot...</p>\\n<p>You can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email. \\u00a0Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards, \\u00a0check, or methods agreed on prior. \\u00a0We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.</p>\\n\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\"></div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]}]'),
(437,120,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(438,121,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050</p>\\n<p>Nannette &nbsp;(Nan) Wring &nbsp;386-972-0693</p>\\n<p>Email: &nbsp;<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(439,121,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(440,122,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith \\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0386-937-3050</p>\\n<p>Nannette \\u00a0(Nan) Wring \\u00a0386-972-0693</p>\\n<p>Email: \\u00a0<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(441,122,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(443,123,'_wp_attached_file','2024/08/verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd.webp'),
(444,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd.webp\";s:8:\"filesize\";i:550208;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:491610;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12404;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:499292;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:499292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(445,124,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"123:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith \\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0386-937-3050</p>\\n<p>Nannette \\u00a0(Nan) Wring \\u00a0386-972-0693</p>\\n<p>Email: \\u00a0<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(446,124,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(447,125,'_wp_attached_file','2024/08/verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6.webp'),
(448,125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6.webp\";s:8:\"filesize\";i:674884;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27108;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:590696;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13502;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616468;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616468;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(449,126,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith \\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0386-937-3050</p>\\n<p>Nannette \\u00a0(Nan) Wring \\u00a0386-972-0693</p>\\n<p>Email: \\u00a0<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]}]'),
(450,126,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(452,127,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(255, 255, 255) transparent transparent transparent\",\"anchor_border_color_alt\":\"#f4cb09   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith \\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0386-937-3050</p>\\n<p>Nannette \\u00a0(Nan) Wring \\u00a0386-972-0693</p>\\n<p>Email: \\u00a0<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(453,127,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(454,128,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(255, 255, 255) transparent transparent transparent\",\"anchor_border_color_alt\":\"#f4cb09   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Section\",\"_m\":{\"e\":2},\"section_bg_color\":\"#eff3f8\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"20vmin 0px 20vmin 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_bg_color\":\"#ececf4\",\"layout_row_box_shadow_color\":\"rgba(18, 23, 63, 0.16)\",\"layout_row_box_shadow_dimensions\":\"0em 1.35em 2.75em 0em\",\"layout_row_gap_column\":\"2px\",\"layout_row_gap_row\":\"2px\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"20.5em\",\"layout_row_layout_lg\":\"20.5em\",\"layout_row_layout_md\":\"20.5em\",\"layout_row_layout_sm\":\"20.5em\",\"layout_row_layout_xl\":\"20.5em\",\"layout_row_layout_xs\":\"20.5em\",\"layout_row_padding\":\"!0px\",\"layout_row_text_align\":\"center\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-972-0693\",\"image_link\":true,\"image_src\":\"88:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coordinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-972-0693\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Nannette (Nan) Wring\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_src\":\"125:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coodinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.2\",\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Keith Smith</p>\\n<p>Nannette \\u00a0(Nan) Wring \\u00a0386-972-0693</p>\\n<p>Email: \\u00a0<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"600\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_src\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAEOCAYAAAC3uppPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA1IDc5LjE2NDU5MCwgMjAyMC8xMi8wOS0xMTo1Nzo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTI3MkRDQjY2N0M3MTFFQkJBOUZENzY4RDQyQjA1OUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTI3MkRDQjc2N0M3MTFFQkJBOUZENzY4RDQyQjA1OUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MDc5ODI3RjY3QzYxMUVCQkE5RkQ3NjhENDJCMDU5QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MDc5ODI4MDY3QzYxMUVCQkE5RkQ3NjhENDJCMDU5QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLQSoIAAEQ5SURBVHja7F0HeBzV1T2zfVe9y5LcewVjcKGZ3ompMb0lhEAghZL8gSSkQxJ6CxB6rwFTQm/GNjbV2MYVW67qvW2f+e99M2tkI1m70s5qV3rn+64lS6stM++8W94tiqZp6At8q67CYIFLacPm8HDc5zsJViUMG8JJ+T5DsNI7s+IS58sYYd0Cn5aeqJe2kzxF8hDJG0lz3ywNeDdwCF70H4IiS2O3j2vXXCiwNOFy14vwKD66bg7z39uUm/v09xZISMQPz5OcZnwdLy+H+ZAElogXXiaZZ3yfRvIZySR5WSSBJZIfr3QibwQZBoknyMsjCSwRAzQo9K8KmxJIhM/7McmJ3fzeQ/IVyV7yrkgCS0QJDmF1aB5UqPmA4jcIbQpYux7Yw2NcJEtIpso7IwksERWBNbqxKj4I7ouQlgE3kdgkrCS5L4rHsSZeSjJN3h1JYIkeTWggS2lDebgUn4YmkxZuMVML30gSjpLEz8u7IwksEQUUoqxb8ZEWnoGgliW+NwmbSe6O8rGPyDsjCSwRlRZWkE1aeGt4CBYF9yJGt5qphW8F54/sGW+R3CDvjCSwRAxIU7xYEtwbATXbbC18yx5+7yW5RN4NSWCJGLUw+8Jb1SJ8FJoutDDM08L/JGnp5ndXk2yRd0QSWKIX3nC60kFaeC941Vy4FK9ZL1TfjS+8gOQeeR8kgSV6pYWBTKUdlWoBFodM94X/aRA5gmZpOksCS8RFC7djEfnCbWoh+cIdZr1Q026+8JUk1fL6SwJL9FkLd2AHkfdD4Qu3mOkL32V8fRd6WaGEJLBEX6ESYXOIuMvIF25Ri0SNrGbO7efd4TKSP3Xz+/NJKkg4Pexe6JVLEpLAEj2Bg1lNmgf/8Z+GoJZGprRpJP43yaIufs4a+RHolUqNhn+8gaRQ3h1JYIketbAFBUoz1oaG4Q7v2QjBTSRuNIvEu+Nokgs7EbgYehXTEOz5DFlCEliisyk91FKDdeEy3OY9h/7vJBI3JYLE5xpfr+70s9dIFpOcbf5CV830+yWBJRJL4jJLLb4Nl+Jm73kIwmWmOf3dy+pQErsG+eU0eDXHAKSvJPCgJnGJpQ4bSBPf6T0LYUFiU83px42vd3b62akkc0geNeMF+bybE1c08vs3hIebmUoqCSzRX5q4BmvDQ3ELaeKQuSR+h+R+kjNIuFVIG8kLJNtJrjKDvHayLUCf563AAeQyDBMJLZLAEgPUnC4hn/hcWvJuuC3VYmGYkLHFUefTScpJWB1y5tYo7Jq9FRfy2uiT2CwN+DhwGF4NHohcS8uAvH+SwBKCxKVkTm8MDxE+8Y7wWDjo/26lzYwlwlqXW87mk/yGJGiG5rUTeRcFD8bj/mORjg44SelrMoglMdB94go1Dzd2nI3/+uehXUuHi0xsK/02FRZ/hLw2SyNp3rl43HcMcpRmUVKpDtClLgkssRNhWg75tOAzLR34X2A2/kHaeFVwOmmzRtLG7Yk6L44DeXXNm6O0Enl9A5a8ksASXWpiO0IYZqlCm+bGHb7T8JzvZJFPzUdNyXiWqvu8ISJvPRYFDsJjRN5cSzM8in9Ak1cSWGIPRLaIljw8S+jt4H64yXs+GrVCMqlrjZNVJWnIu9PnJbP5Cf8xyCMrwgO/2IwGOiSBJfaojbnH9DBLNcrDJfh7xwX4NjQRTvKLebBbf5NYkFfRzebFwYOE2cybjkeYzcqguEeSwBJREXmIpY70nBW3es/AF8HZpPHqhebrLxLv9HmVBuHzPuI7DjmWFoO8g2dZSwJLRAUOcOUqOkHu883DB4FDSfM1wdEPxzO7BqwOwRMBMpstg8ds7gybXJoSsfjFGUoHLRoVT/qP5rARjnS8A4eWjYDINdYSSN4GfETkfZJ83lxlcJI32TXw4SQXSNokH4l5VEshab/n/Yfibf+RsJJmdpvXLK9LzbuQyPsUbSLfRZuVQXk/kpnAx5M8jO4n30n0o0/sItM5n0zo5wKH463AkeCEKhf5xS6lVcxmirdZ3VnzcoYVm83cYcQD36AlbzKb0LyxnGp8/4rx/X8ldZKLxE4iVDER6o3AbKwKjcRE6xZMt23AEMtW2JUwwmom0dzeZ9O6M3lFhlXEbB4E57ypSuD5JMM6/f9F42fPSeokDyLEyiKyblcLRcXPB8HpmGLbhBnWDfR1vWgWEFaziMi985G/bzYfJQoTBqvPmyoEPr2Lnz1raOZnJHWSi8RMTJ4AkU3mc5Dotiw4mWQKaeTNOMC+EnvbviEityCk5oijqGiJvCt59SQN4fPCN+g1bzITeCzJyd387mnoU+Efl7cuOcnMKY1FRsfLDWoZVvpGEZH3xnGOpRhvW02/J/9YS0dQs+70kxXjr7sir9XQvJEMKzek2ZzsBD63h98/Zrzvh+XtS14i879MOE1RsClcgtu9p2GmfQ3m2r/CCKUKDtFcPtQp5GH7npcN8nE/DByGp/1HinNetzSbk57AligIzOD2pG7ImTspQGSgwNJEVLXg09BErAiNwVBLlfgZpz1auF8V+cdtqlto1oh5zSmcHABbHR4lfF63NJtTgsA/IBkR5WN5kBYXg/9H3sbkBmtNJmqR0kBEtoqA10a1lExpw4RW2IxWv0d+/hsmOeddS/KmBoHPivHx94vNWu/wL5ECGpmbA3A2V8Z3zm9UG4BE9yZrsmAkyWm9+DueAnClvJUSksD9i3PR+2rxm2FCZ0MJCUng6HFeH//+JpLfylsqIQmceHAy7eg4PM/fSX5v7gXj4w1NrhwJSeBOuCCOz/Vn6P2G4wrR0E3xwcb5t5pVrhyJpEAyRKGHkvwwzs8ZiDd5RY9kzYO3gweIM003wgNpHXDsoYgkE/oMoxroc34lJIF7xDlxfh9vkvwufuTlqhs/LXEvnvCdjoXBvTDcUjUQmoQ7jY2Tz973xa7n77wBfgN9cuATJMskVaQJ3R1+HMfn4lECP4oneTmJwGJpwpv+I/BRcG8xhiTFx1R6oA8Y41xGTks9Dd9PnnGQTCe5nGQpyRaSUyRdJIF3B5tsuXF8Pj4ProjfxdFgJ8J+GpyFlwKHiPQ/q+jGmLLgYGG9QcxY7j2XdnJJ5+fQZxlJSAILsJ/11zg9Fxf8xzGtkkxnHr8Zmown/Mchk3xgV2rP1+EKr7dJXH14jhkkG5GAgdwSqWNC3xwHH6uR5NL4mc4W0R6mVi3F/b5T6X9hInBHKqf07YX4djRhv/jPkj6SwBH8qo9//0vokdO4kNdtaUSHmoW7vfPhhR15Sotoq5rCMKPgg8/bb5QU6l8kSzHDJyQPoHcBraegB2PiQ16llb6xkuY9HZVqrghapTh52d/dz6Tn/o2iKNWKxXKrGt7lWI1Hh042vnIDBo5qV5KsIGmXtBt4BGZcDf1IozCGv+FpW7+ID3kVuLg1quLHI775WBUegWGWmlQnL9v8phV6qKEwPDkZt7gy0ra21jRuDvoDV1islgOhF6Z0deH8JF9BnxHMZni1pODAMKEZzdAHPscC9nvr4kFensinkPZ9zX80FgWniYHXA6CM7XSDTKYgu6QAa9//DPef8dsXvM2tn7sz086HnhLb3bris+fZ0PPWq0jugBwuMGAIzHiE5P0YTOfn4nMRVDGacknwACwIHIQi+t6yW4F5iuJc056Z9jZnugfLX1uINYsWQFWDsNrtsT7LFdDP7g+TVBwYBEaUJjH7U5fFayU6yc9dHZqGJ31Hi/k/TtLGAyDTqpTkWNMWjsUCX0sbmrbVYMjo/ZE7tBT+to7ePBVr5ffi5QpJAvc/VqHn6OalhsndR9NZPy7aER6FB30nwaEEkEZ+8ADpAMFJG6ZVXdgcdrQ1tKBuSwWKx42AK8ODcCjUl6e8TZJ4YBCYcT3J5m5+xxHnBfEgr1tpRLuag3t9p8NPXnAu+cADqPfSgWY+uc3lRGsdXb/WRmQNyYdiict1uw1d9wSXSDEC87FDVwGtLfEwnXceF8EmyFunZYqGa+GB1ThtqplPbrXb4GvmEyE/0nIzoVjjdu04DjJMUjO1CczgANWrXQQ92vtGXoXIS76aEsQDvlOxLjwUxUr9QCNvDskkUwlssxo+rwp3Vjo0NW5BPy62uE9SM/UJzOAMrYhjdW8XhI6ZvHxcBNK+r/iPwiehKSix8CnUgOt6yEkU6aYuHKsVPkFgTfi/ajiuUftjEP8acUngrqDk2/VnUU2p0eHE+fuN76/uG3khWprycdGiwIF4jWQIkVcRozAHHEaa/QKKRUGgwye+d6S5oYXjfuz2J0nPBBA4/EkLlGwisccKk45O/0Uyq6+mM+tYh6UG60nrPhM4SsyWdQyM46J+IbAIVAgCW2B3OcmEjvs2OIHkEknRPaPPWTCBG7fAdmYh7BeWQKsNAB1huqdxJcVmdB+RjpK8fNZbjY2hibiX/F4nIsdFcfcgykjGk4whGQK9dE81Np8K43NsM76GTLyvoxNHYDscHid2y4WOFy6R/rDJBEaWFaHHq6AoCmwXDIFWQyT2qknjXStGosaW8Fjc7ZuPMP0/X2mLZ9BqIvQuICcY5I0G7Hh/ZshbxtdgHD92kfkXVvmOwG6XyIs2AdwV5BCSDyVVzfKBM2xQih0IPlaJ4EMVsND3isdilk8cM5xkNm8Nj8bt3rNEgka+0hwv8nJx+xckq6E3lR8fw99ylQ5nSf0Bet8pTkrhAB0Xynvi8N5yzOevgqAvACvpAIfbiXDYtCZ/50qamkhgQVSXBUqRE8EnqxF4gCzFAofhE/cPiTVD87qIvOXhcbjNIG9e/MjLySTcXmafOL1lt6HBuUKHK6xeJjm6D8+XYf5F1hDyE4FtNlgddjN84AhOSsjnGbQEhuHluRVYiuwIkjkdJBJb+onEmvGh2GzeTOS906ubzXEiL/u4G03WCpwbPA96d82t0BNasmN8Do+pF1mh26qqpIH9ooCBSRzHc+DdkQsTc7olgTuTmDSxpcSJ0FNE4geJxIWJJ3GEvOWhsYbZbImX2cyBKS5IT2RTN+6ZzXnh3IjuLuiBsZ7A+c8Os+MKugbmCiQrLCSaZuo9ltVKphM4QmIn3d5iJwJPVglz2pJnBzJtgI1uut0Qh6K/shb/haWTdxzu8J0hTnjjpHknGeTN6cf79DPokWw23/fU9MBuiLmWDm3KoWAIVqtV+MMmH6bvL6maCALv1MRkThOJQ08QiR+qgOKy8iGsfrwkjpiIarl2KGn087AWJ/LqAavvyKvEq5fVAdCbnLuT5J6x+c6dLB5C19lWCsxOLTNM6DBpYIvNILC5DJ4Kk1NDUxXmdEMwSKywOf16PdT1HTqBDbJqHWFYR7hhP38IFDKzxdGTtXdrbhefl8zmO3eSNy6a9xCSD5L03l1okJknMt60k1tEJpPNWcFgfg0uH+SUSs7KSkA6Gx8prZaUNVsD725OZ9igrvNCXdEOdXWHEK3cj+B/a+G/YTPgV4XJ3VtNrJO3TgSsWPPGMdp8UhKTt/MGzJlq3J7msDCZtJ7cTG9OaaFf5CabRGRhMZMJzWe/ehmhkoh01AMlXRNJ4AiJeahfjo1MZpv+lSXPBssYN9TlbfBdtxFaQxBKqatXwS7h84Y5YHVmPMnLvZ1eSqH7yIkb76UX5Dz82TNv7bP0yTdsnpwMnWmmOcGaiDyz9lUSk40qTeiEE3hPdi+JMtQJbaMP/muJxFu9UIa5dv6upz/nNeMi8m4MTcCd3jPET+Pk83LJ4iOpdiPZdE7Lzrzg6zcWfvHsr28qDPtDsLudJvJXE+mTFq4DNt8HZnD0X851TQoCd9LQSplT+MBMYvXrNliGu3qMUEfM5k3h8bjLN19o3tz4kJebld+RqjczHAoiKz8fNqsDHS2tombXLB+YNbCqJrTxH5/BD5eUTSYCi1WnQRlCJO5Q4b++HOHFTbCUufSgltbl0tl5zsuaN45HRTziJaXHhSiKReQlc2mf8E8Vs29vwiu5JkrKJhuBIyTmpA96N/4/b0bo7XpdE/OZsbqr2czkZc17h+/MeJrN3CzgylS+kbyRiYISFxdJBhEOBKFYB1yppJyMmJQEjpA41w6kWRG4dRuCz9fAUko+nNsCTf2OvBxtvss7XxA6TmYz5x+nft2pOE9TYHdxElYIoUAoARo44SiRlN0VydUVn0mcbRPbSvCe7UBbCLaziqG0heFsr8Km4DjcSZo3jmbzsxhArVuEBnZwElYY4WBQP581cb/oB4yQlE1mAhskBpco2hQEHqwkZaIh7bR0bAxPwt2+UwzyxkXz8rjNkwfW7dSMyLNGGjgomq+b7/0m1EwfKSmbrCZ0Z/B5MJnObEJrL1ch+JtyvFBxADoy0uNF3v+pofDJ3Bq1cMxQZBblisCP+RlMJtOXrpvDo8/v5kIDxTQCa+K5+fqJKiQtYUTOk5RNBQILEkMUPXBzAP+WEJx+H9JsvniQ9zWSY93Z6WiuqscjF/4RGz9ZicJxwxKUhmgmgVU409wGgQOmmtARk11N7MbHZZVuSdtUIHDE0aJFaCG/2GJHPJrmcdeL4/kbu5NMTdWKzxa8gHvOOA9fL1iM/BElZhamm7/nEZmcGXopcNBUDSzYazx/Qq9XJmRxfwoRmJcHLRRrOAxHIAC1bwvySehdLwRaaxtRNL4Ev1v0OrIKx+A/F12ObV9/i6zi1LXShAktfGDFVA3MCpefmyuRIho4QemUDsTe3EASuF9BK8NCBLYGg4LMvQQXw5+129MSiZswbMY4XPwY1wM0Y9HDL8GdmZ6yN5Mzo/RjJCsCXr9eeG+i+cxplLoPnFAtnCtpm0oamBcLLRDWwr0kMGdX/azLjYEWYMU3mzB0r3EYPeNYMay6uarOOIpJTR9Yn9FrRZAIbB5/9aQRbqXznQ+csGh0lqRtipnQthAHsfy9MaF/Aj2/ufvnZ+1ut6J06hg0VFUSgWtNLQIw9VoRmXjzUQSBfabuqkIDswmdeA0sfeBUIzDCIdhj94GPQjRNwcmX40VotekBmXAwbG7wx2QTmglsMUxoUx1TiyKKJXgDVNWE+cAMl6RtivnAIM2S2dIUi5HGB/7/jdpGJ/G2dMBudcOZ7oEaDKXkzWQT2ua0iwQO7tmsmMSqSN41nwOrIVWQOIEMtkva9j+BuTncbERd36khq7FRBLOixOMkaVHtD2Kx+1G9YQvyh5cgszBXLP6U1MC00XGPZiZWoMNr3vlsxIS2W0VNML+ukjgCOyVt+5/AB5N8QnJPVI+2WpHe1gpHMCozmkPKB0S9GtLcaNhejS1frRF+MM+65V5PCTc0RGeLvpGACcvk5WFjvtYOo6TQJGJFglikgYUfnDgC2yRt+/9iLCB5GnqQaZJB6G7VRdjhFBrY3d6OMC0aSyCwJ783+jGk9IrcembzZ99ARRXK9hormrQlztx1CI1vJbNXjCkhn5KlpaYR3uY2vdtFTM+pib93elzi77lHlt7ASjOBv4YJrYaFFk6gBlYkbZNjN+Nz2a9I/gl92BePKdnS1QP9Lhfy6mqRX1uDrSNGioBWN7g5Vo1lJxKt+/BzYXGPnrMXLfxW081cjnLnDS+Gt6kN37z9Cco//QatNQ2CEMUTR2KvEw9G8fhhqCuvECSMOqgmNLBd5EP7Wtt3ViRppjTO0LV9WFQ+hUxP20ypuM0gIXDE3F1L8gr0kZs8mf2t3R8UIq2b2dSIXCLxhvETkYGWrp7rWpIpsbw4T5Zv2FaNT554HWP2nSPOg5sqaszRuIYWzB9VAo3Mzk8efR2fPvMWNi1dgZCYPqqXAXK+6KL7X8ZRvz4Xs885Ds0VdfC1dUSljVmrW9iEJgL7BYFD5mlG+jiimIHebzgQMrXySSK5/QnOTx4HfVgYzwPizhi37rJWeBH6/SioqYbKfYi5I+KuC7OA5P9iNWGzhhRg8cML4A+sw8yzfi60Mft08dYmbGJyhldOWSHWf/Ql3vjHo1i7eJEgbXZuIZnQ+cL8jUw4qK+oxBO/+B0atlThuOsugkqbTNDfc1RZ94GtIp2SNboo6jeJWJqhgRHRwFZJ4MFKYMYG6KViH5PcYmjSH+3yCLsDw8o3wd1BmoVIbNm1oRo/NqYDfo7WcqR24QMvwe2ehMlHzkZTZW3cycsbhSc7Q/jWL117D96+mwPkQeTkD9VnCtHvIwUUES2dU1xIWjcd/7vlDqTlZeKwy+ejcs3mHr0//nt+HQ7MMeG5rY5pSSmsgW0GgUOhRPrAEknqT3Dodw7JAyQXkSxDp2OmjowMQeCyrVvQkfa9fOXzYyVV7tAirP/4S2xf8y4O/NE85Awthr/NG/cPZXe7akL+4Asv/+Hf979z9xOPZOXmr8wtHoYQ+afdmbgc1eXzaLe7GP+97i7y0b9A7rDinicAEqmYwK7MNFEPbLZvanXYhMkfDiTUB5ZI8oDAxSS/JplJwvmAw/iHAZcL6TVVGPvNSiLwLke8c0kmxLTwRCG6hndve4r+V4zZZx+PtrqmeGsRHtx9tN3lKCI/+/S68opLRu+314WlU8dOyx9RMi6rOPdZTYzo7No05t+l5WSRfvPirVse32k19GTWsq/M5nqInjcUDJmaVaab0KqhgaUJLQm8a3Drh8b7E5P4RBIHmdGtObmwkfbajcAx+KMq8oYPwep3l2HDspdw1BUXoWTSKCJwY7wOKFiNc9kijwJ5mzcKzo7yZKcLjajSYidSbygYM+yM4TMmHkw+q8/f7u1aE9Nnzs4vxZqPlmHlG4vIhy7ac72ypiemuLLSENQCoqTQzOCSbkKrRvqp1MCSwLviecOE/lyjRZhZU40Vs+Zg6UGHILuxofPjpsXit/ERCy+41//GlvpwHHDhSWipqY+X9uXIFNervr4nP5X7VQW8PqTnZ388as60Ua6MtB0cae6KBLqWC+Hz59+BytFeW8+3zJXuEX52oMNn3rm2FgliQU98kT6wJHC3kTbWuLTbL557GEK0IK27ZkrlR6191bDousHHRttWv4Z5v7sUBaNK0V7fHI8FyDvCQWzt9/RAxUiu8LW0c8CpctTsKYeSVu4ItPu+t5GwKZ2RWYBNS1di28oNZFZn9sAr1eiLFSafvkNUDJkUwxIRb3FdWQMnbjlokrYpRGA+Nkrfvg2rpu+Lb/aajvzaWmi7moVR39C03CxsW74ez1zzD+SWHISDf3waGrdXx0P7Xm747lEqL00EfhxpLuGzZhblbRg1e+qZkZGd3w+EOdHaVI+tX64RqZ57+sRcUsjPywTmdMoIycwzoROugaWqjzOBi0mOIBkb7w2ByZtTVYm20lIsmH+WyMCyqN8raKiO9vky8nPxxct81FyO+f+6Bo50PWe4D4uPX5vn1t4d0+ciX5jMZrGhcN4ym9RDJox8pWTiqH/7Wjq+v6EYw8O2EIFDPUR8eRNwuJzCN2UT2rRzYD6yipjQwYQeI8lc6DgT+AKSd0jWQ08l2mz4r5xYcRj0KLLSK/JW7EBbdjZuv/Z6VJaWIbe+rquuHIujfc7GHVWYMHcOLn7kOYycOQl1m3bEnG/cCU8am9fyqFWHord75SOi3GF6QEoEpVSyu8l8Lp025rq0vMw69o93uWKc8ql4UL+lCm31TTt9zy6JRc9nd+lnv9yVw7SSQg7ORQgsj5H6z72Mw3PwGQfnNvJRzlSSWSSnGdIZ26BnW60gWUOy0vjapUGY1tqK+rKheODyX2H70OEYsmO7SODoAtzv6lJEMfiKA0VF44aLxAo2nUX2U+wLj7Xu2STvxWr5cfDM7rYhu6RAaC3WvBGCBQN+9m8bSRP/jfzdWyMkjICTM5p21KCpolb47fy3XW58nGstfGCb0MDmeaIRDayIM+0EmtDSB44zgXfg+2WBnGnBRfWcUcV1v3tDL1Y4GV1PQ7iO5O87zQKV/LjGBrxw6eVYN2kyRmzcANVi3f35jzLMV94IlkRDYPbZOLDDIigVG3nZOf0jyd96a3LysVA6mc38NdD8fXK1BBu4OunutLysK2mzGcqpnTuvCfmyvAF5m1pJ83V/HswlhE7hA9vh7/CaxyKupjIILDSw5FLKErgrtBnEYnl6t9+Nhn70wxqb63aPR6eRGWwiZ5DpvHbmbHw7YZLQvLuRl0sQ74TeYjQCvQrAnKAcE/c2kj9AP+PtFVjjEjGRWZwnvu9Mzs4kJ+sgmDus+JGtX679vdDCnUsBNV3D7oktHFBypnnoQjhEZplpPrAaOUZSdGtAduQYUATeEzYa8v1FQYste9tWlE/bGw9e8StBZqfPFyniVwyz9dCulOvu67ibn8eCddDLEx82SNwnbcV1uq50t6jT3VMyRjikIj0v6yF3Vvp1ajBk6XwMFOkEuadOG0IDkwlttxsBOpO6cmg7z4EtomwxxeI2ksDxhghaEXm3ksl896+vEyWEebU1Eb+Xd91PDVM8GvCKupFkf8PUjgZs034GPQmDZVV8FroqFroecXYYXdGVPXp4WUPyNtdvrXqlev3Wk9yZetooB7/SC7JIshHydU8Y1eiLJWqCW9poQwibMjKGNyF9c7GIyHgCx6uokrZJRmBB3soK1IwYhXuuuRYBhwMF1VWdg1ZvxEBeBjuBPEv2aJJSkkNIhkJP+vAY2pwJ20hSZWjbZcbP4rrIbQ6H4X/rTdCjSaywkG+eVZz3Ru2320+K/Mzf0YGhZeNEAGxPwSmdWDbhB7c3toqKJDO6ckQ2JjZyOGVT35gSEmKSx0jJdDEEeWtr0ZGdg3uv+g3a0jNQRGTuRF7u2HF4L56afeX1hhn8ZH98Nq7WYc204tWPxSA1Tw9ZVDvNByIEadDXnenuEJnENr3zhRcFo8tEBJ3N8D2Zttxa1uEhc500cMikrhz65mQj/WsT1sF3zd01SeDB4k+wz5tTU82rAff/8mpUlpSisGoX8rL5e00sfhmbi2w+ikWraTfRj8f3y2cjbZuen40tX6zG1uXrBHk5oBSNcFMBd2b6jvTcrMVMZnHcBQdGzZwS1euKon7uytHWYVq3jJ0dMK120dVTf4/ShB4UGpiDUm4yCV31dfDl5eHJH/0UaydN2T3izN/cFatWsLr0j8RJ/BzQIUZzQsmFiWWvPmibTd31C78irZkpSvxi8RP58emFOR/UbamY29HUgoLhZRix7yS0cd52T9fAbhcmdHNFrT7o24SCBnGMRO6BnYRLFxM4ncEqadtPBGaN6/D74amrRSAzEx+edCo+PPIY1BcWorhix+4P55rgsbE8Pw/q3vLFWjz1sxtw8t8vx6QjZ6GluuEC6F0+ViaQv8jIz8Fnz72DjUu+RnZZEZqr62N6DjZ/yZpY4iRTuLFuC/Y/+kSRhFK9Yeues6s0vSbYIbpy+AWBnenxP3kRCSMuIrDbIaZAJDC7Qh45J5rAfBzEyRlZVZWiquirgw/Fe8ceLxrUpbeSdqmqgsqR0u8WJtcAXxsra7gAvvzTVWioWQaL7QpayDs/HmdqXZYo9nLBQf3WSqx6a4nIeRY9vGLUUKLYweNaTiZ0hyet0DPzzGPQ0RRdx0x2H0RbHV9QBLEsJqQ5ClOdTGi7y2WY0GqiglimEdhCbz6g2Y0h8pokMBOSr3ZWQz0UnxfrZszC2yf8AGsnTxUlgiVkMvOC76JZ+1XQs61iuPqKqLHlLo9u9xSUTh2Hjsad5ia3sP0teIao2fyF3u1y+YIPRSJF7tAoWuF0SUILnx3XtrU2lh984amTh0+fgMq1m6PKHmMNzQQOBQN6uqYJPnCkBzVrYXYVREkhb8LmL3yrObuCBnLqUKrUIkNpR0izDW4CMynT2tvhIPJWjJ+A9445AV/M3h9B0sD5NdVCIwuN+31zkJvb/STW1+Mi9rrNFdiw6CtMOWZ/5JQUomFbVeTXPJKSj5SeM/uCcpR461frsOK1j8VHE50+eqlnuF540sFzNh5++ZmThQkehe6JNLYTjQvgJzM62JeCjT2+DhOYX4cJHA4ZG0U4NWNMHIILa1bMtpOnJQiclxJaOO4EZj/XTto1rbICwfQMvHfafLx54sloycpCQXU1HAF9TOgeZv1yXW12rIspnXxObv4W0rZg3MFXiKOUSFTawMmJILCu8RTMPvd4uDI9e26B0wOYGEMmjFznzkpDa01j1MX5/Pp6UX9IBJjMSafURB8sbmHbRKZ9KHEVSXFfs6x9G7RMjLJux3621VDVjMFnQkfM5eyaGnEs9NXcw/DOcSegfPRYZDY3o3TbVkHcHmYb8S8v6dVNoOfVJyzkYviMiWhvbNk92MOljW70IZ85GvDRDfeuKp0yWs9b7otPRpqUSLy2tbYpps4avHHx5sEnLlxSaDGpZzMTlvO1OYjFG1ekwD/VfGDWvgHNgYPsy2nNtMGnFQhSDxoCC3OZh4+RubxtyjS88YNTsHzfmaIAPxJdjnK276kkI3pjttZu3Ialz/6PTM65KJs6Vgws2w0cGNuPZKGZF5RJx5lJLdUN8XrKqlgJyBuHO0tvk81xAVOOkdi6ofdlIx+YNwku0LA57CmzZjtr30bSviOF9v2GdE9WypA3Lhcjo6UFlvY2eHNy8cZZ5+O9Y09Ae3o6CqurRCdJLbYqlbNi3jxosWYV5+PTZ97knhWYeebvhbbiwFEXxy3TzCawCYjZiebzb97UeHlyhNgUDWz0oBYdRUQT+RAsGQnJC7LE92Mo8GpOoX0tpH29KaR940LguoICVOwzA2/+4GSUjxmHnLo6IyHDEit5R5GcFHPwKsND2q5e9HjOK52FSUfOEfONujkr3SsF4ysxT1vjTc2Z7hZrvY8tg/YcLON4h9uBUDioD1KzphaBI9p3vHUL5thWpZz2jQuB77nq/9CcnSPOOkvIz43BXN4dZ8S+UMOix/NH976IlsZlOO2qu0T6YmtdY3fpg/ukIIHbYr4uZH3YnU6x1vns2KyaYBEsc7u4M3Qig1hx/DAK+btOHEjaFynm+8aNwH5aKBmtLaLVq9a3nf7smDQALVKerdu4tRrP/+ZW5A45EDPPOAaN26r2lPvLlUm8sv0pdI/4vXKrWkfU14Y2Ni4pFAQWwTxz3hif+eqaXo1tDGoSEDiifUdbt2Ff25qU1L5xuRhOv783vu7u4ODSpFjMN84CYt93wV/+jZC6Fqfe8EsxrNtntMvpBkVGMCuVEPOq0tMcnbQgbeIs2bR1qUF0/2ACc9WTxZJaJrTX0L4WpQW+6PfHgUXgOGF+LORl/3bIhJH4+KEFWPrM7Zh52mWYPm8u6sp3RBNxLU2xe+SMRfvuJLDTAbvNIfpihcNh07pTcgxCaGB/MFEmdJ9D6qxpm7QM0r76uS9SVPsmC4H5rp8ardnMRxU8iPurlxbi8SsuQ/HouTjtxqvQWtuoVx/1jIIUu0fpsf6BMKFdDpGd5m/zRaqy4q+AuQe1SBhRRbQ7QSZ0XM7E2jU3ZttXwKY0wwsnUhXJkPB5DMkI9qHYJE7Py0JLTQN8re07EyF47VnsduSUFIgyvbdvfhrPXXsl0nNG4bLn7qZFZEfd5lqR2hcFMlLsHsX8fkUQiwmcmQZ/a4cgsDE7PL4ENl6Hn9nX5jUtYSSeBGZN26ylY5R1B2bbvqG3nrraN1kILKLP6XnZWPHaQtRu2oHpJx8qosu8u7NJzJ0W2ZfjVMn37nwGaz5+DEPGHoFLn7kN2WW5qNm4I1ryMlKtq2F+zAQOG/OFM9PhjWyEZmhg7sph9K/2i+FsqaGB2zQPTrF/AIfSCK9aKAncRxP+MPbPuOnbxmUrsOSpm/HOneNROmEyiicOg8gDrm7Ali/Wo77qC2FRHvqjP+KEP1woUvdiJG+vgkL9jKG90Yzsari4rHFzBUIBfcyoinBc31jE1xYEbvcmfRAron1HWCsx08raNzOlyZsMBD6WpIx9qcYd1Tj6qvMx/uB9xSzcTctWYfmCTaLKxe5wkkYuxtGnX419Tj0cQ/cej+bKWnQ0tsZKXkYoxe5R7MknnCXFXU8yPKKkkce2sOuBQHzbv2pGB0ymhmi0pyR/EIt935PtH8JhSX3tmwwEPiHyDQdBOCmACbrPKYeimbSur7ldRFC5eRpXG7F/zOeaVes261tx70ZnBlPsHk3qzR9xRJibCbAPzORyipnBMInAVgS9gUS1lu3VTeetpUVLw3DSvrNsqwaE9u1vAvM1PX6nXcRFAKQh6jZtF8X53G8pLS9THH+o5Guxj9XR0CL+qo9HIoEUuj9pvSEwJ1iwP8pF/QGVNDDnQ9tMaGy3s22unQjsM7pyKGb3x+qlBtbQSubzcbYlA8L3TQYC79elf2eESzlBXvQb3p3yfUcqEZhHz+T1yoS26gRmgyPoC5hSkcSprJwLbbfoDfyYuAnoqhPzB+H31Erat8xahTm2lfQGMwYEefsUEIin+ZxgdKTQ/flBr81bzpKK1AQTuUxpLRsKC7dHtLBt9yaqMWUvdiLWvh4caFsOj6UWXs2NgYL+1MCH9dPrtqXIveEu8GfyN3yMxv4sn5Nz5JdNVf4ZZz+FgiGRuMEjVCK/E0s2HCkphNDAZlQK6RrYKTS9TmAtKdcsa1+OPO9vWzFgfN/+JvBowzyUBO4e3Bcsl79xpaeJHs8rXl0ocpy5ZSynMKblZtLXdGHG8kAz/rmDfs/LMys/HwUjy3QNTK6IGcX2msi5dukEbuuASptJAnzgmHciznmeSaazS0SeY6o4chgeQVAS+Pu+XX9ASxECc/DqV5H/ZJcUYtnT/8OrN/wGel6HzRAn7Fa30LRpORnicTz8O6esEKXTxqJV9KK2I+TzI6ewUG92z7OJyaRmjRmZqNAXM51nPjnSXKLuWDSRJ1M9rJra2C4mE1rlmRZKAGVkOkOzxap9j4A+6fItSeDvX5j+QHuK+MA8kaIk8h8+I590+GwyoR8SJjJr1ECbV8xI4hzwhm01oqnB9hUbsHbhZ7RoW8DH3YrYB1S88tf7sPJ/S5A3YghKp45G3vASInu+MMnZBObn5PNiTl/lOUdq191MutwP9Wi3B/X1ld+Z6qHkWbMqKWwXEdgtlGjMy/0oSeCuMV0SuEtwZQAPc7ug8w9ZW2YU5mLm1DE7/UwmDms7TQ0L4nBjuQA9ztvSToSvQdP2GjFQLdDhxY5VG7H2w8/hD9RDZ5cVHk8RykhLD5k4AsXjR2DIpJHIH1GK/JEloglAS1WDGM7Wkwbms3ge4+Jr6dDP8kVxQ/IEsUIafVbFhzTF25vlfiCSfJhaf7y5YSST+9H/TcZi/jEk15Gcjy4OyzjbjMlRv6Wyyz8WZCbNxzORWKvyFEP2edlkZu3KJnNLbYMgZeO2amxfuQGVa8pRtWYLNiz9nEvbwQ07M7KGEqGH49Cf/RCj95+G9h7mMIkZUNwTKxxEe9smhIN8XJWWXASmhzN5WTQt5gD2ZCDO+acDgMBz0H/zbVqT7PoXk9xLMq9Pjj1HpVW9KwY3zeW5SrsQnGcledwomTwKI/abhH3nHyk2BC4Qaa6sQ9W6LahYvQkbFi3H+qUfYuyBe4vm+D0RmK0BbqAw9agDkF1UQK/hEc+bTGs2TAR2K344laBo3B4DxhsWUYTI30gC96/5zKhKomt/PckfE/FCHC1m85plJ6l5XpXdJnpYl0wahf3mHyVM57Y6vQc1N0eIBi20Aex7+pE44KJ5aCSzXQ2Z3lonpnA6m9CZSjtna5M/HJN10DnQuq8k8HeY1Y+fd3sSXHPuCPI2epnjHDdSk/bkwWcdLDw0jbtMEqH5eEpMG+R5v1F02GCy8993NLcaf2N6blBs3UlgQYbSIXRxjPH2mbspnUclgXX/ZWw/ft6Kfr7evHktjHURJgSccx4K621ogZja44jAmpaca5aPkTwc9lCIwFpMnltnDTw7WX3gRKdSjkL/9qTqTwIfQrI0KcmbWoiawJyZbSXichQ6xrALH+FN7PR/bkc8RBK4/6LP/W1C80SI9yT34kZgS7QU5pm/LiXIw7tivV/W3fzumZLAwPBBSGCuKFiA5OkAmuqwI8pAFmtg/RzYG6sGntuDST1oCVzWj5+Vp4192w+vez96MbBNoltE1WbXSt5vjZqLSbZyTLRuRliLKQK9bxc/21sSWG+s3l9YDj0TK5E4DjFOnJDouwbm7l91WhYKLM24wPkquAQ8EH3ogQtI5nTx85nG71IzIBAn5PfjZ32/06bFkfDRxg1JM8xcZyc7i2OqnJHA0Q+2vzgzgpNAakkqja89ZvzaHPY/c5kfl/YlqF/UYPGBu83I4GKFDrgQ1Ow4x/U80i11RveNqAsszjPWxO7Igp6jftZgJnBOP35WbujOZ3nzjJvRW6iGOV5nyCaS9STbDB97mxoOb3B4XGfaXc4Z6eke2Ow2tNU3i2KByGQJiV7D2h2BmbyceVWvZuEs51sYb1sNvygfjJq8vLHftIffc332pyS3DVYCZ/fT52SN+nPEJ4XTYlgSEWviwN0fkFmYt3nb1+scj178V5G+uN/pR2DEzCkoGFUm0h6bKmpF6Z0kcq/XrKNrAgNV5PcebF+OQx0LEVazxTlwDCWE/0bPuda3GiReMtgIzK+V2U+fM6FMCYdCI7iDRtHo4VizcDHJq8T6Yux9/GHY74wjMOaAvZGWk4mW6gZ0NLXoRJZk7tO65aBVhZqPsdbtONf5Gm3ZbuH3xkDeS0gOj/Kxz0PPpGvu7wuh9LUNyh8/Wx7tQ9nP3GZVlFwv+YR1Xh/oe9h4xqzVCofFSv+nO2NJ/dMWzmjisSYZBTmoXr8VW75cg+Uvf4xVH7wjrO/8Ifth/wtOxIzTD0fR2GGipre1pkGQWGrlqDDecFsMk0gVo0KdSgjXuB9BnsJ9r3JjMZ1HkKw14iDRgo8GT+rrB3FNuTllCMyBge0doVB2WXoa5hQVoM7nQ63Xj1r62komJQsTOJ18xrCW2n2LhK9Ln8WTlSbGxnCRPNflfvPWUnzy+Guo27EEDscoHHDe6Zhz3rEYNn2CKCTgwnxJ5B4x0SCc0LA8GrRRzcTP3M9hqu1reNWiWMjLIJX9XYvjGHAtyQ2DhcDcCnBbnc+fN7soH+eMG93lg55YvwnLqmuR53IOmNUWCVzx+JjMolxB1G/eXoqP7n0Jm756HRzbO/j883HwT+ahbOpYNFXWob2hOVHDwlIRnCm1Ug9uKMJ0Ps35Po52vIMAfa/G5jFdQPJwH94Lm93vDwYC82rcQlIWVDVkOmwo9niQ7bAjx+nEUNLKIzPT8cy35VhcWTOgCLwLmVV9+HZOaSFUuvbfLlqOd25+GmsWPwMOlB928Y9xxC/nI2doMeo374C/3SeJ/H3MIPnSIvzeAsyxr8L5rmfJastEQIvJ7y0xTPG+dCGoMyyCuoFOYMYq2hsn8yu2B0PwkS8cotfn92Anc9NK/rDbaoPHZk15E7pnImuiFC93qN5sbs17n+HtW57EhmXPw502ASf83xXY/6LjxViZuvJKQfwEDdBOBcwikn7Ko1K4VPDX7kfhoa9e0TI2JtP5BUQ5m7oHcHkoD6lvSjSBE32MVB+hZRr5uSw7FzQHf4i0HNga6OQVOyeRkUlZV14hiDz+0H0x8fCZWL7gVLz6l3/j+d9fgiWPH4NT/v4LTDxyJto40FXbJLWxDnHU00YEPsGxEB6RrFHcE3n5CHMfQ3uz2cslgllxej/c/I77Em0m4UjluySfkZSbvo4SrIFfJDlFrr+uTWsrbWh5I0rESJmF9y3Agj/fTJtZJWaffhnm/fknwn/m+ckJ6HqR7JjbprkXZlvacJXrCbiVAHyaqyvCcv31odALEfZH4lOH10GvQmNCf2iQPHU1MGnX6gZanF5agBxpdttsQuNK6I3peLICHzs509048sozMf2UuXjl+vux9Pk7sPz1N3H27X8U58gtVfXi6KmX0xlTf7OD4uAz3kPtn8MtmrXn55I9wySdAv2Iaabxtb93ufGGXGYYmWug14SvNjQ0f9+nWV2WxF10oCMU2jGzMA/HDy9DkcfN/0dVRweJF82BIIKkhbRBTmQ2kXmWETeZ4/m+Fz16PX76xItwpXvw4MXz8cDZvxfHTEXjR4jYgaZpg5HA3KIeuUq9sbIUThDiM9m/Q+/sORHJV77JmoqTPy4i+SvJwejjrOOEamBeaP6wumnfwnyMzcrEiRhKmjiM9U3N2NrWjvLWNlS2e1HDg7jooxa4XYmYdJek6lghIitoqWlAW0Mzph4/B6PmPIOXr7sXS565FeuXfILz7/07Jh8zC3Ubt8PfMbgi1WSrWMP077LQ3phoLadFHNpM//8R/YqFS1Z57haX/3Ga635J8JZXG2b050bAqzolfWDSsJM9NtsqJvC47EyMz84iM3rXTWgbkfnz2np8WVsfMbsHvXnNmV3p+dliZMpnz76Phy++CqFQBU78vxtx3G/PQ1t9k2jibh08JvXJpIVfrtOycanrBUyxrWQzurvjozyDyOwLH2QEssxGreH7svBUh23dPTCljpGIjJb2UGhzkz8wlF823WETpnSx243hGWmYmpeDXKcTbcEgbvl6tTCxXVYrJIxjJ9KyhWOGilEqj13yJ6z/5BlMOfwCnHff9XBnpaHm262wWKz913U7cTiDyPpsrZYjivV/5n4CquaBP7oz4CKDxBzgOhJ6VLqvSQd8fPSRQdZl0GvPozrPSrVzYMZLhr8ijovYjOagFp8HM1mHEKE5nbI5EJDatxttnDusSMzlXfCH/+Dtu3+PnOIZ+Omzd2HY3mNQtW4ruSvqQE/FPJfkCf6mWs3DGa63MNf+PvxqsWgj24vxoYvQu5Y5nH3zF+hpnb2a6NZXAveH4/RRJ40sotHs75YQcbMcdtT7/aj2emGT5O36hpGZ3LCtGk2V9TjtX1fgxw+8gMaq7bhh7on46qWPUTJpJOwOx845wQMUTj0qpCFTacN//YdhTWg6nJaG3hofN/Xib/hI6HLDv+23i90fBO4yb5T3TAvnC9tsQjTJ1e5vGlkqPI93xzcbse/8Q/G7Ra8iq2AY7r9gPt6++WkUji2DM90jjqUGKNz6miEFoHhhRRj3+U5FZXgoXJZ60YsyRrxM8mWMf3MjSX2/r4V+eM0VMBLRJfrg+3ConvziHau+JcKW4ndLX8CofY/Bi9f/FM//+g7kDSsWc4N5HvAAxM6sDY5GZyut9FXBg75TyA/OhFtp7g2Jb4/hsdxW6a6k2Mz76XVlj+S4sFjXxrUbt8Nit+AXr92LGT/4Kd695w947Kd/Q1ZxnqiAGoAk3qUjB/u9BUojtqoFeMg3T0xhcCsdQkPHgKewh2jxbuASwo7BTODnJfvi6xc3ba8WZvWPH78B+591NZY8dRMe+fH1yCjIRVregCPx9/ImmcQlljp8GRqPl/zHEInbYEcoFhJzk8L7o3gcVy/dmSwXor+GF3M/IU4l20/SL34kbq1tECNGz7vv9yJK/eGDfxWe4vn3/1mY2+2NrQMl4cPVtUGiocjSgP8F9kchfT3AvghhtTCWeAr3xLoGe2799K9kuhD9OX38EUngOJPYqk8K5GOkM269WpQivvvvP5K/bMUF//kTVCKxt7ltIJC4y3Nb1rYOUqS5SgueJi1coDRgnG0NfGoRogwUc1DqPoPE3cVvHkiqe96Pr81naC2SdvEmsYVI2o6GbVU47V+/wtwLf4tlz9+B566+CbllRXCmuQbCEVO3jd25G0ea4uX0Sjzin4cmdQhcpI1jCGrtaYzoX5Pufvfja3Nv5Yck5UwicQuReGsVzrz9N5j9w5/jgwf+hjf+8TAKRpaJOcApXgSxx8kM7A/nKc1oVtNwt+90dKi5cCveaJ+bB3l/2sXPv0zG2E1/21Icug9LypmlidvQVFmLc+65HpMOPRsL/nYlFj/6GorHDRcDvVMYPc5J4eOlIks91oeH4cPgdBHUigEruvjZF0l5n/v59TeTPCjpZh6JuTmer7UVP370nygadTAeu/xSfPvxChSOHQ4e+zIQNXBnTZwGL/waPVyzxnKotLiLny2XBO4anNESknQzi8RWNFfWwWq34NJn7uITU9x1+mVo3lEvqptS9HjJEf0CV4nCHLTmeG3UVsdXXfxsiSRw1yg3SCxh1k22WVFbvgNF48vwsxf+DV/7ejx22R/g9HjgTPOkoj9sj5rpSgj1WibCmosoHPVmxWe9nbtMcv3uGkng7sGZLZWSauaBa4Wr1m3G5KNnYd51/8C6Rc/izX89jIJRpanYNcEe/QNDaFU9aCctbFWiJjBHvFZ3+j+XCPolgbsHp6X9RtLMXLCmrSvfjqOvuQATDzkbr/3jeqz76CsUjC4TZYoD0YS2KqqY3ODVnIixaGhxsvu/yURgxuPQq0IkTALXCHOjeF9LG868haeCDMEjP/kdfM0d8ORkpJIpHXUBPvfO4kL/DuEHxxRq6ewHr5QEjg6cASOPlcy84VYLGrdXo2hcGc6/+89o2LEI7975BHKHDUmlo6WYglisgVvUNFHkEAOWdUNmSeA94FuSKyTNTL7p5A9Xb9iK/eYfhQkHn4O3br8Vmz5ZKUjc1xpibv3Do2O4hxdvFvx/M1z6qK0OcvADmh21anasJvRWwxfmbMGNksDRgxPK/ytpZi6CvgCJH6fd8Euh0F649jZYLBbYnfZePR8fR9nob4vGDRPErfhmozhnToa8ayaxfpRkibVjBweyNif1Zpyk7+tikipJM3NNaW7NM2z6OBx75c+x8dMX8PVrH4nJELFqYSZv7tAiMUZ10YMLcNNhP8GtJ56FyjXlyCrOT4JFrqJVcxvJHDFZBJxS+ZEkcOzgPOnzJM1MvvkWBQ1bq3HQRSfDYZ+G1/72AHxtXjg8rhjIq6JwzDC0VDXijhOuwNPXXIxQwI9jf3GlGF7O1VH9/jkV0sCaA71o18ntnz6UBO4deEiUPFoy1bZU0N7YQr5vMeb98VJUl7+PL158V2jTaCqWmLxDJozA5mVr8ZdZJ6N8+fs44Zqb8fvPn8YP/nKJ6Mvla23v94/pQBBNYvSoCw4lGMufvgG9VawkcC/xTxjtQyVMNKW3VmLf049AWuYMvHPrE6KSyd7DfGb2b4vGDMXmz9bh5hPOQDgcxC9e+i/m/eViBANBVK7eJIa0JcP8Jm58tylcii/DE2jTaomlS0e7IZLAfcC56Lq8SyJO8LV1ILMoD4dffgZqty7B2vc+RXZJQbfnwqx5eUB5w/Y63D7vx+Cg8G/efQ4TD5+BbV+vh482gGSansh+L2veD4MzENKy4Vb8A+bepUprhuNJaiTVTFrg3Ei/qg77nMJjc8uw+NFXBHm7IyFHqp0eN567+kb4vetx6VP3YNT+k0WbW04WSbam8qxxuXMla+GloUn0gZtjbXgnCdxHcGL50ZBVS6aho7FVjG058JyTsWbhe9i6fB0y8rK60L5hFIwqwydPvo5V7z2GIy//A/b+wVzR3jbZW/Vwp45PgtMQJn/YNUC0cCo1R+J81BMl1UzSwqSQ/O1eTD+JZ4D5sfaDz+DJydzVjKZvudc0lye+eO0dyMzfH8f++kI0bq8yK2Ej7lr42/BQfBKaSp+3ZUBo4VTrbvYmyRmSbuYwuK22EaVTxyK3eAq+eukDdDS3wWr7ru8hN8tj35hNbF/H1zjlL5fDlZkmItmi0XwKwKP48HFwHwTVLPKFfZLA/YBnSX4qGRd/BP0BZBbmCC28Y92X2L5iA9Jyv+uw6spMR+Xqcrx506Mom3isMJ3ryneIpgGpgIgWLg+X4NPw5Fgj0pLAcQS3/rxMUi7eSlgRw8LHHczTN4PYtGwl3FnpO4sc0nKysPnLlQiGVuLAC0+GM90tjopSDewLLwruNSAi0qncIJhzpn8haRdfcA+tksmjkJ45Gus+/AIBIrRiaNiWmnoUjxuNc257BOPmTkftph1JdVwUixbeKHzhySkfkU71Dt93oPsm3BK9QMgXQEZ+Dkonj8a3i78U/aUjqZWBdi8yCnMx66xjYXc5EPSmrvbykBZeGpwGlSPS8EsC9yN4tuvPJPXipKHIXLY5HRi69ziE0Q5fa4doxyMWC31lk7lucwV9DSZFllVvtXCOEZFewhFpS+pqYdsAWXf3QE95e0RSsO/ggv9ZZx5LZvIM8nszRX/pgYhIRHqW9RsRkfZpzpT7DJYBdD94JMY8Sb++g/1eT14mxhywt9DIqjrwBoVHfOHN4SH4NDwpZSPSlgF2X14hOQgcQpXo/aIg0zjQ7hMJG4xkS42MtxZeFJyOkJYFdwr6wpYBeE8WkUyDXlMsIdGjFuYc6SVBWjKW1NPClgF6b9aSjDW+SkjsEXwuvCS0F4IpqIUtA/i+sAaeSPKeXKISe9LCmUo7tpAv/BlXKqVYRNoyCO7REST3yqUq0R24Xpirkz4K7oOQmlrZWZZBco8uJfm5XKoSe/KFy8kXXhyallLZWZZBdJ/uJDkSsqZYYg++MJcaioh0imhhyyC7R++SDCfZIJerRHdaWESkU+Rc2DII71UFyTiS5+WylehKC3NE2qfmpUTXDssgvlc/JPm1XLISnbUwR6S3qwVYEx5B/+uQBE5y/IuEO7m1y+UrESGxlf5VefxSCsSxLPKWie77QyFb10pAn3WuCPqG6T/SB04VNJLMgt5IXkIiZSAJvCt4lMthJD55KSQkgVMTH5AUkiyUl0JCEjg1wSP15pL8Vl4KCUng1MWNJDNIauWlkJAETk18aZjUT8pLISEJnLo4B3ryh8yllpAETlE8DxngkpAETmnwmTEHuC6Vl0JCEjh1wU0ChkCfmighIQmcgqgimU5ylbwUEpLAqYtbSEaSrJGXQkISODWxmeQseRkkJIFTF7KhvIQksLyeEhJywUlISAJLSEhIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAktISAJLSEhIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAktISEgCS0hIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAktISEgCS0hIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAqc6rPISyHUrL0Tqok1eAnmdEwmbvARxxbck2SSHkRxDMoNkGoldXpo+o47kA5LnSBbIyyEJbBaaSV4yhJFDchDJLJK5JFNJMuVligqrSd4geY3kQ3k5JIH7A40krxgCQxuPIdmPZCbJJENTD3ZSqySfkSwzyLqQpF4uH0ngZEOQZI0hjxk/cxqkHmUIa+kpJENJSgbgNWgg2UTyOcmXJOtIVhqbnYQkcMrBT/KNIbuDSTyhE5lZiknKSEaQFCSx5bGRZAvJDpKtJNsMs3i1oXElJIEHPLYZ0t39KyTJNXztIpJSg9QcTMsgSTfEQ+I2tL3D+Mp/z0dfXZ1GaCQhQ3iDCZD4SLwkHSStJC2GsEatMN5nrWH6Vht/J2Ei/l+AAQBtCLuLotItaAAAAABJRU5ErkJggg==\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Positivity\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.2\",\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"The practice of being or tendency to be positive or optimistic in attitude\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050</p>\\n<p>Nannette &nbsp;(Nan) Wring &nbsp;386-972-0693</p>\\n<p>Email: &nbsp;<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(455,128,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(456,129,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(255, 255, 255) transparent transparent transparent\",\"anchor_border_color_alt\":\"#f4cb09   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Section\",\"_m\":{\"e\":2},\"section_bg_color\":\"#eff3f8\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"20vmin 0px 20vmin 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_bg_color\":\"#ececf4\",\"layout_row_box_shadow_color\":\"rgba(18, 23, 63, 0.16)\",\"layout_row_box_shadow_dimensions\":\"0em 1.35em 2.75em 0em\",\"layout_row_gap_column\":\"2px\",\"layout_row_gap_row\":\"2px\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"20.5em\",\"layout_row_layout_lg\":\"20.5em\",\"layout_row_layout_md\":\"20.5em\",\"layout_row_layout_sm\":\"20.5em\",\"layout_row_layout_xl\":\"20.5em\",\"layout_row_layout_xs\":\"20.5em\",\"layout_row_padding\":\"!0px\",\"layout_row_text_align\":\"center\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-972-0693\",\"image_link\":true,\"image_src\":\"88:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coordinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-972-0693\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Nannette (Nan) Wring\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-937-3050\",\"image_link\":true,\"image_src\":\"125:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coodinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-937-3050\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Keith Smith\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"600\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_src\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAEOCAYAAAC3uppPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA1IDc5LjE2NDU5MCwgMjAyMC8xMi8wOS0xMTo1Nzo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTI3MkRDQjY2N0M3MTFFQkJBOUZENzY4RDQyQjA1OUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTI3MkRDQjc2N0M3MTFFQkJBOUZENzY4RDQyQjA1OUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MDc5ODI3RjY3QzYxMUVCQkE5RkQ3NjhENDJCMDU5QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MDc5ODI4MDY3QzYxMUVCQkE5RkQ3NjhENDJCMDU5QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLQSoIAAEQ5SURBVHja7F0HeBzV1T2zfVe9y5LcewVjcKGZ3ompMb0lhEAghZL8gSSkQxJ6CxB6rwFTQm/GNjbV2MYVW67qvW2f+e99M2tkI1m70s5qV3rn+64lS6stM++8W94tiqZp6At8q67CYIFLacPm8HDc5zsJViUMG8JJ+T5DsNI7s+IS58sYYd0Cn5aeqJe2kzxF8hDJG0lz3ywNeDdwCF70H4IiS2O3j2vXXCiwNOFy14vwKD66bg7z39uUm/v09xZISMQPz5OcZnwdLy+H+ZAElogXXiaZZ3yfRvIZySR5WSSBJZIfr3QibwQZBoknyMsjCSwRAzQo9K8KmxJIhM/7McmJ3fzeQ/IVyV7yrkgCS0QJDmF1aB5UqPmA4jcIbQpYux7Yw2NcJEtIpso7IwksERWBNbqxKj4I7ouQlgE3kdgkrCS5L4rHsSZeSjJN3h1JYIkeTWggS2lDebgUn4YmkxZuMVML30gSjpLEz8u7IwksEQUUoqxb8ZEWnoGgliW+NwmbSe6O8rGPyDsjCSwRlRZWkE1aeGt4CBYF9yJGt5qphW8F54/sGW+R3CDvjCSwRAxIU7xYEtwbATXbbC18yx5+7yW5RN4NSWCJGLUw+8Jb1SJ8FJoutDDM08L/JGnp5ndXk2yRd0QSWKIX3nC60kFaeC941Vy4FK9ZL1TfjS+8gOQeeR8kgSV6pYWBTKUdlWoBFodM94X/aRA5gmZpOksCS8RFC7djEfnCbWoh+cIdZr1Q026+8JUk1fL6SwJL9FkLd2AHkfdD4Qu3mOkL32V8fRd6WaGEJLBEX6ESYXOIuMvIF25Ri0SNrGbO7efd4TKSP3Xz+/NJKkg4Pexe6JVLEpLAEj2Bg1lNmgf/8Z+GoJZGprRpJP43yaIufs4a+RHolUqNhn+8gaRQ3h1JYIketbAFBUoz1oaG4Q7v2QjBTSRuNIvEu+Nokgs7EbgYehXTEOz5DFlCEliisyk91FKDdeEy3OY9h/7vJBI3JYLE5xpfr+70s9dIFpOcbf5CV830+yWBJRJL4jJLLb4Nl+Jm73kIwmWmOf3dy+pQErsG+eU0eDXHAKSvJPCgJnGJpQ4bSBPf6T0LYUFiU83px42vd3b62akkc0geNeMF+bybE1c08vs3hIebmUoqCSzRX5q4BmvDQ3ELaeKQuSR+h+R+kjNIuFVIG8kLJNtJrjKDvHayLUCf563AAeQyDBMJLZLAEgPUnC4hn/hcWvJuuC3VYmGYkLHFUefTScpJWB1y5tYo7Jq9FRfy2uiT2CwN+DhwGF4NHohcS8uAvH+SwBKCxKVkTm8MDxE+8Y7wWDjo/26lzYwlwlqXW87mk/yGJGiG5rUTeRcFD8bj/mORjg44SelrMoglMdB94go1Dzd2nI3/+uehXUuHi0xsK/02FRZ/hLw2SyNp3rl43HcMcpRmUVKpDtClLgkssRNhWg75tOAzLR34X2A2/kHaeFVwOmmzRtLG7Yk6L44DeXXNm6O0Enl9A5a8ksASXWpiO0IYZqlCm+bGHb7T8JzvZJFPzUdNyXiWqvu8ISJvPRYFDsJjRN5cSzM8in9Ak1cSWGIPRLaIljw8S+jt4H64yXs+GrVCMqlrjZNVJWnIu9PnJbP5Cf8xyCMrwgO/2IwGOiSBJfaojbnH9DBLNcrDJfh7xwX4NjQRTvKLebBbf5NYkFfRzebFwYOE2cybjkeYzcqguEeSwBJREXmIpY70nBW3es/AF8HZpPHqhebrLxLv9HmVBuHzPuI7DjmWFoO8g2dZSwJLRAUOcOUqOkHu883DB4FDSfM1wdEPxzO7BqwOwRMBMpstg8ds7gybXJoSsfjFGUoHLRoVT/qP5rARjnS8A4eWjYDINdYSSN4GfETkfZJ83lxlcJI32TXw4SQXSNokH4l5VEshab/n/Yfibf+RsJJmdpvXLK9LzbuQyPsUbSLfRZuVQXk/kpnAx5M8jO4n30n0o0/sItM5n0zo5wKH463AkeCEKhf5xS6lVcxmirdZ3VnzcoYVm83cYcQD36AlbzKb0LyxnGp8/4rx/X8ldZKLxE4iVDER6o3AbKwKjcRE6xZMt23AEMtW2JUwwmom0dzeZ9O6M3lFhlXEbB4E57ypSuD5JMM6/f9F42fPSeokDyLEyiKyblcLRcXPB8HpmGLbhBnWDfR1vWgWEFaziMi985G/bzYfJQoTBqvPmyoEPr2Lnz1raOZnJHWSi8RMTJ4AkU3mc5Dotiw4mWQKaeTNOMC+EnvbviEityCk5oijqGiJvCt59SQN4fPCN+g1bzITeCzJyd387mnoU+Efl7cuOcnMKY1FRsfLDWoZVvpGEZH3xnGOpRhvW02/J/9YS0dQs+70kxXjr7sir9XQvJEMKzek2ZzsBD63h98/Zrzvh+XtS14i879MOE1RsClcgtu9p2GmfQ3m2r/CCKUKDtFcPtQp5GH7npcN8nE/DByGp/1HinNetzSbk57AligIzOD2pG7ImTspQGSgwNJEVLXg09BErAiNwVBLlfgZpz1auF8V+cdtqlto1oh5zSmcHABbHR4lfF63NJtTgsA/IBkR5WN5kBYXg/9H3sbkBmtNJmqR0kBEtoqA10a1lExpw4RW2IxWv0d+/hsmOeddS/KmBoHPivHx94vNWu/wL5ECGpmbA3A2V8Z3zm9UG4BE9yZrsmAkyWm9+DueAnClvJUSksD9i3PR+2rxm2FCZ0MJCUng6HFeH//+JpLfylsqIQmceHAy7eg4PM/fSX5v7gXj4w1NrhwJSeBOuCCOz/Vn6P2G4wrR0E3xwcb5t5pVrhyJpEAyRKGHkvwwzs8ZiDd5RY9kzYO3gweIM003wgNpHXDsoYgkE/oMoxroc34lJIF7xDlxfh9vkvwufuTlqhs/LXEvnvCdjoXBvTDcUjUQmoQ7jY2Tz973xa7n77wBfgN9cuATJMskVaQJ3R1+HMfn4lECP4oneTmJwGJpwpv+I/BRcG8xhiTFx1R6oA8Y41xGTks9Dd9PnnGQTCe5nGQpyRaSUyRdJIF3B5tsuXF8Pj4ProjfxdFgJ8J+GpyFlwKHiPQ/q+jGmLLgYGG9QcxY7j2XdnJJ5+fQZxlJSAILsJ/11zg9Fxf8xzGtkkxnHr8Zmown/Mchk3xgV2rP1+EKr7dJXH14jhkkG5GAgdwSqWNC3xwHH6uR5NL4mc4W0R6mVi3F/b5T6X9hInBHKqf07YX4djRhv/jPkj6SwBH8qo9//0vokdO4kNdtaUSHmoW7vfPhhR15Sotoq5rCMKPgg8/bb5QU6l8kSzHDJyQPoHcBraegB2PiQ16llb6xkuY9HZVqrghapTh52d/dz6Tn/o2iKNWKxXKrGt7lWI1Hh042vnIDBo5qV5KsIGmXtBt4BGZcDf1IozCGv+FpW7+ID3kVuLg1quLHI775WBUegWGWmlQnL9v8phV6qKEwPDkZt7gy0ra21jRuDvoDV1islgOhF6Z0deH8JF9BnxHMZni1pODAMKEZzdAHPscC9nvr4kFensinkPZ9zX80FgWniYHXA6CM7XSDTKYgu6QAa9//DPef8dsXvM2tn7sz086HnhLb3bris+fZ0PPWq0jugBwuMGAIzHiE5P0YTOfn4nMRVDGacknwACwIHIQi+t6yW4F5iuJc056Z9jZnugfLX1uINYsWQFWDsNrtsT7LFdDP7g+TVBwYBEaUJjH7U5fFayU6yc9dHZqGJ31Hi/k/TtLGAyDTqpTkWNMWjsUCX0sbmrbVYMjo/ZE7tBT+to7ePBVr5ffi5QpJAvc/VqHn6OalhsndR9NZPy7aER6FB30nwaEEkEZ+8ADpAMFJG6ZVXdgcdrQ1tKBuSwWKx42AK8ODcCjUl6e8TZJ4YBCYcT3J5m5+xxHnBfEgr1tpRLuag3t9p8NPXnAu+cADqPfSgWY+uc3lRGsdXb/WRmQNyYdiict1uw1d9wSXSDEC87FDVwGtLfEwnXceF8EmyFunZYqGa+GB1ThtqplPbrXb4GvmEyE/0nIzoVjjdu04DjJMUjO1CczgANWrXQQ92vtGXoXIS76aEsQDvlOxLjwUxUr9QCNvDskkUwlssxo+rwp3Vjo0NW5BPy62uE9SM/UJzOAMrYhjdW8XhI6ZvHxcBNK+r/iPwiehKSix8CnUgOt6yEkU6aYuHKsVPkFgTfi/ajiuUftjEP8acUngrqDk2/VnUU2p0eHE+fuN76/uG3khWprycdGiwIF4jWQIkVcRozAHHEaa/QKKRUGgwye+d6S5oYXjfuz2J0nPBBA4/EkLlGwisccKk45O/0Uyq6+mM+tYh6UG60nrPhM4SsyWdQyM46J+IbAIVAgCW2B3OcmEjvs2OIHkEknRPaPPWTCBG7fAdmYh7BeWQKsNAB1huqdxJcVmdB+RjpK8fNZbjY2hibiX/F4nIsdFcfcgykjGk4whGQK9dE81Np8K43NsM76GTLyvoxNHYDscHid2y4WOFy6R/rDJBEaWFaHHq6AoCmwXDIFWQyT2qknjXStGosaW8Fjc7ZuPMP0/X2mLZ9BqIvQuICcY5I0G7Hh/ZshbxtdgHD92kfkXVvmOwG6XyIs2AdwV5BCSDyVVzfKBM2xQih0IPlaJ4EMVsND3isdilk8cM5xkNm8Nj8bt3rNEgka+0hwv8nJx+xckq6E3lR8fw99ylQ5nSf0Bet8pTkrhAB0Xynvi8N5yzOevgqAvACvpAIfbiXDYtCZ/50qamkhgQVSXBUqRE8EnqxF4gCzFAofhE/cPiTVD87qIvOXhcbjNIG9e/MjLySTcXmafOL1lt6HBuUKHK6xeJjm6D8+XYf5F1hDyE4FtNlgddjN84AhOSsjnGbQEhuHluRVYiuwIkjkdJBJb+onEmvGh2GzeTOS906ubzXEiL/u4G03WCpwbPA96d82t0BNasmN8Do+pF1mh26qqpIH9ooCBSRzHc+DdkQsTc7olgTuTmDSxpcSJ0FNE4geJxIWJJ3GEvOWhsYbZbImX2cyBKS5IT2RTN+6ZzXnh3IjuLuiBsZ7A+c8Os+MKugbmCiQrLCSaZuo9ltVKphM4QmIn3d5iJwJPVglz2pJnBzJtgI1uut0Qh6K/shb/haWTdxzu8J0hTnjjpHknGeTN6cf79DPokWw23/fU9MBuiLmWDm3KoWAIVqtV+MMmH6bvL6maCALv1MRkThOJQ08QiR+qgOKy8iGsfrwkjpiIarl2KGn087AWJ/LqAavvyKvEq5fVAdCbnLuT5J6x+c6dLB5C19lWCsxOLTNM6DBpYIvNILC5DJ4Kk1NDUxXmdEMwSKywOf16PdT1HTqBDbJqHWFYR7hhP38IFDKzxdGTtXdrbhefl8zmO3eSNy6a9xCSD5L03l1okJknMt60k1tEJpPNWcFgfg0uH+SUSs7KSkA6Gx8prZaUNVsD725OZ9igrvNCXdEOdXWHEK3cj+B/a+G/YTPgV4XJ3VtNrJO3TgSsWPPGMdp8UhKTt/MGzJlq3J7msDCZtJ7cTG9OaaFf5CabRGRhMZMJzWe/ehmhkoh01AMlXRNJ4AiJeahfjo1MZpv+lSXPBssYN9TlbfBdtxFaQxBKqatXwS7h84Y5YHVmPMnLvZ1eSqH7yIkb76UX5Dz82TNv7bP0yTdsnpwMnWmmOcGaiDyz9lUSk40qTeiEE3hPdi+JMtQJbaMP/muJxFu9UIa5dv6upz/nNeMi8m4MTcCd3jPET+Pk83LJ4iOpdiPZdE7Lzrzg6zcWfvHsr28qDPtDsLudJvJXE+mTFq4DNt8HZnD0X851TQoCd9LQSplT+MBMYvXrNliGu3qMUEfM5k3h8bjLN19o3tz4kJebld+RqjczHAoiKz8fNqsDHS2tombXLB+YNbCqJrTxH5/BD5eUTSYCi1WnQRlCJO5Q4b++HOHFTbCUufSgltbl0tl5zsuaN45HRTziJaXHhSiKReQlc2mf8E8Vs29vwiu5JkrKJhuBIyTmpA96N/4/b0bo7XpdE/OZsbqr2czkZc17h+/MeJrN3CzgylS+kbyRiYISFxdJBhEOBKFYB1yppJyMmJQEjpA41w6kWRG4dRuCz9fAUko+nNsCTf2OvBxtvss7XxA6TmYz5x+nft2pOE9TYHdxElYIoUAoARo44SiRlN0VydUVn0mcbRPbSvCe7UBbCLaziqG0heFsr8Km4DjcSZo3jmbzsxhArVuEBnZwElYY4WBQP581cb/oB4yQlE1mAhskBpco2hQEHqwkZaIh7bR0bAxPwt2+UwzyxkXz8rjNkwfW7dSMyLNGGjgomq+b7/0m1EwfKSmbrCZ0Z/B5MJnObEJrL1ch+JtyvFBxADoy0uNF3v+pofDJ3Bq1cMxQZBblisCP+RlMJtOXrpvDo8/v5kIDxTQCa+K5+fqJKiQtYUTOk5RNBQILEkMUPXBzAP+WEJx+H9JsvniQ9zWSY93Z6WiuqscjF/4RGz9ZicJxwxKUhmgmgVU409wGgQOmmtARk11N7MbHZZVuSdtUIHDE0aJFaCG/2GJHPJrmcdeL4/kbu5NMTdWKzxa8gHvOOA9fL1iM/BElZhamm7/nEZmcGXopcNBUDSzYazx/Qq9XJmRxfwoRmJcHLRRrOAxHIAC1bwvySehdLwRaaxtRNL4Ev1v0OrIKx+A/F12ObV9/i6zi1LXShAktfGDFVA3MCpefmyuRIho4QemUDsTe3EASuF9BK8NCBLYGg4LMvQQXw5+129MSiZswbMY4XPwY1wM0Y9HDL8GdmZ6yN5Mzo/RjJCsCXr9eeG+i+cxplLoPnFAtnCtpm0oamBcLLRDWwr0kMGdX/azLjYEWYMU3mzB0r3EYPeNYMay6uarOOIpJTR9Yn9FrRZAIbB5/9aQRbqXznQ+csGh0lqRtipnQthAHsfy9MaF/Aj2/ufvnZ+1ut6J06hg0VFUSgWtNLQIw9VoRmXjzUQSBfabuqkIDswmdeA0sfeBUIzDCIdhj94GPQjRNwcmX40VotekBmXAwbG7wx2QTmglsMUxoUx1TiyKKJXgDVNWE+cAMl6RtivnAIM2S2dIUi5HGB/7/jdpGJ/G2dMBudcOZ7oEaDKXkzWQT2ua0iwQO7tmsmMSqSN41nwOrIVWQOIEMtkva9j+BuTncbERd36khq7FRBLOixOMkaVHtD2Kx+1G9YQvyh5cgszBXLP6U1MC00XGPZiZWoMNr3vlsxIS2W0VNML+ukjgCOyVt+5/AB5N8QnJPVI+2WpHe1gpHMCozmkPKB0S9GtLcaNhejS1frRF+MM+65V5PCTc0RGeLvpGACcvk5WFjvtYOo6TQJGJFglikgYUfnDgC2yRt+/9iLCB5GnqQaZJB6G7VRdjhFBrY3d6OMC0aSyCwJ783+jGk9IrcembzZ99ARRXK9hormrQlztx1CI1vJbNXjCkhn5KlpaYR3uY2vdtFTM+pib93elzi77lHlt7ASjOBv4YJrYaFFk6gBlYkbZNjN+Nz2a9I/gl92BePKdnS1QP9Lhfy6mqRX1uDrSNGioBWN7g5Vo1lJxKt+/BzYXGPnrMXLfxW081cjnLnDS+Gt6kN37z9Cco//QatNQ2CEMUTR2KvEw9G8fhhqCuvECSMOqgmNLBd5EP7Wtt3ViRppjTO0LV9WFQ+hUxP20ypuM0gIXDE3F1L8gr0kZs8mf2t3R8UIq2b2dSIXCLxhvETkYGWrp7rWpIpsbw4T5Zv2FaNT554HWP2nSPOg5sqaszRuIYWzB9VAo3Mzk8efR2fPvMWNi1dgZCYPqqXAXK+6KL7X8ZRvz4Xs885Ds0VdfC1dUSljVmrW9iEJgL7BYFD5mlG+jiimIHebzgQMrXySSK5/QnOTx4HfVgYzwPizhi37rJWeBH6/SioqYbKfYi5I+KuC7OA5P9iNWGzhhRg8cML4A+sw8yzfi60Mft08dYmbGJyhldOWSHWf/Ql3vjHo1i7eJEgbXZuIZnQ+cL8jUw4qK+oxBO/+B0atlThuOsugkqbTNDfc1RZ94GtIp2SNboo6jeJWJqhgRHRwFZJ4MFKYMYG6KViH5PcYmjSH+3yCLsDw8o3wd1BmoVIbNm1oRo/NqYDfo7WcqR24QMvwe2ehMlHzkZTZW3cycsbhSc7Q/jWL117D96+mwPkQeTkD9VnCtHvIwUUES2dU1xIWjcd/7vlDqTlZeKwy+ejcs3mHr0//nt+HQ7MMeG5rY5pSSmsgW0GgUOhRPrAEknqT3Dodw7JAyQXkSxDp2OmjowMQeCyrVvQkfa9fOXzYyVV7tAirP/4S2xf8y4O/NE85Awthr/NG/cPZXe7akL+4Asv/+Hf979z9xOPZOXmr8wtHoYQ+afdmbgc1eXzaLe7GP+97i7y0b9A7rDinicAEqmYwK7MNFEPbLZvanXYhMkfDiTUB5ZI8oDAxSS/JplJwvmAw/iHAZcL6TVVGPvNSiLwLke8c0kmxLTwRCG6hndve4r+V4zZZx+PtrqmeGsRHtx9tN3lKCI/+/S68opLRu+314WlU8dOyx9RMi6rOPdZTYzo7No05t+l5WSRfvPirVse32k19GTWsq/M5nqInjcUDJmaVaab0KqhgaUJLQm8a3Drh8b7E5P4RBIHmdGtObmwkfbajcAx+KMq8oYPwep3l2HDspdw1BUXoWTSKCJwY7wOKFiNc9kijwJ5mzcKzo7yZKcLjajSYidSbygYM+yM4TMmHkw+q8/f7u1aE9Nnzs4vxZqPlmHlG4vIhy7ac72ypiemuLLSENQCoqTQzOCSbkKrRvqp1MCSwLviecOE/lyjRZhZU40Vs+Zg6UGHILuxofPjpsXit/ERCy+41//GlvpwHHDhSWipqY+X9uXIFNervr4nP5X7VQW8PqTnZ388as60Ua6MtB0cae6KBLqWC+Hz59+BytFeW8+3zJXuEX52oMNn3rm2FgliQU98kT6wJHC3kTbWuLTbL557GEK0IK27ZkrlR6191bDousHHRttWv4Z5v7sUBaNK0V7fHI8FyDvCQWzt9/RAxUiu8LW0c8CpctTsKYeSVu4ItPu+t5GwKZ2RWYBNS1di28oNZFZn9sAr1eiLFSafvkNUDJkUwxIRb3FdWQMnbjlokrYpRGA+Nkrfvg2rpu+Lb/aajvzaWmi7moVR39C03CxsW74ez1zzD+SWHISDf3waGrdXx0P7Xm747lEqL00EfhxpLuGzZhblbRg1e+qZkZGd3w+EOdHaVI+tX64RqZ57+sRcUsjPywTmdMoIycwzoROugaWqjzOBi0mOIBkb7w2ByZtTVYm20lIsmH+WyMCyqN8raKiO9vky8nPxxct81FyO+f+6Bo50PWe4D4uPX5vn1t4d0+ciX5jMZrGhcN4ym9RDJox8pWTiqH/7Wjq+v6EYw8O2EIFDPUR8eRNwuJzCN2UT2rRzYD6yipjQwYQeI8lc6DgT+AKSd0jWQ08l2mz4r5xYcRj0KLLSK/JW7EBbdjZuv/Z6VJaWIbe+rquuHIujfc7GHVWYMHcOLn7kOYycOQl1m3bEnG/cCU8am9fyqFWHord75SOi3GF6QEoEpVSyu8l8Lp025rq0vMw69o93uWKc8ql4UL+lCm31TTt9zy6JRc9nd+lnv9yVw7SSQg7ORQgsj5H6z72Mw3PwGQfnNvJRzlSSWSSnGdIZ26BnW60gWUOy0vjapUGY1tqK+rKheODyX2H70OEYsmO7SODoAtzv6lJEMfiKA0VF44aLxAo2nUX2U+wLj7Xu2STvxWr5cfDM7rYhu6RAaC3WvBGCBQN+9m8bSRP/jfzdWyMkjICTM5p21KCpolb47fy3XW58nGstfGCb0MDmeaIRDayIM+0EmtDSB44zgXfg+2WBnGnBRfWcUcV1v3tDL1Y4GV1PQ7iO5O87zQKV/LjGBrxw6eVYN2kyRmzcANVi3f35jzLMV94IlkRDYPbZOLDDIigVG3nZOf0jyd96a3LysVA6mc38NdD8fXK1BBu4OunutLysK2mzGcqpnTuvCfmyvAF5m1pJ83V/HswlhE7hA9vh7/CaxyKupjIILDSw5FLKErgrtBnEYnl6t9+Nhn70wxqb63aPR6eRGWwiZ5DpvHbmbHw7YZLQvLuRl0sQ74TeYjQCvQrAnKAcE/c2kj9AP+PtFVjjEjGRWZwnvu9Mzs4kJ+sgmDus+JGtX679vdDCnUsBNV3D7oktHFBypnnoQjhEZplpPrAaOUZSdGtAduQYUATeEzYa8v1FQYste9tWlE/bGw9e8StBZqfPFyniVwyz9dCulOvu67ibn8eCddDLEx82SNwnbcV1uq50t6jT3VMyRjikIj0v6yF3Vvp1ajBk6XwMFOkEuadOG0IDkwlttxsBOpO6cmg7z4EtomwxxeI2ksDxhghaEXm3ksl896+vEyWEebU1Eb+Xd91PDVM8GvCKupFkf8PUjgZs034GPQmDZVV8FroqFroecXYYXdGVPXp4WUPyNtdvrXqlev3Wk9yZetooB7/SC7JIshHydU8Y1eiLJWqCW9poQwibMjKGNyF9c7GIyHgCx6uokrZJRmBB3soK1IwYhXuuuRYBhwMF1VWdg1ZvxEBeBjuBPEv2aJJSkkNIhkJP+vAY2pwJ20hSZWjbZcbP4rrIbQ6H4X/rTdCjSaywkG+eVZz3Ru2320+K/Mzf0YGhZeNEAGxPwSmdWDbhB7c3toqKJDO6ckQ2JjZyOGVT35gSEmKSx0jJdDEEeWtr0ZGdg3uv+g3a0jNQRGTuRF7u2HF4L56afeX1hhn8ZH98Nq7WYc204tWPxSA1Tw9ZVDvNByIEadDXnenuEJnENr3zhRcFo8tEBJ3N8D2Zttxa1uEhc500cMikrhz65mQj/WsT1sF3zd01SeDB4k+wz5tTU82rAff/8mpUlpSisGoX8rL5e00sfhmbi2w+ikWraTfRj8f3y2cjbZuen40tX6zG1uXrBHk5oBSNcFMBd2b6jvTcrMVMZnHcBQdGzZwS1euKon7uytHWYVq3jJ0dMK120dVTf4/ShB4UGpiDUm4yCV31dfDl5eHJH/0UaydN2T3izN/cFatWsLr0j8RJ/BzQIUZzQsmFiWWvPmibTd31C78irZkpSvxi8RP58emFOR/UbamY29HUgoLhZRix7yS0cd52T9fAbhcmdHNFrT7o24SCBnGMRO6BnYRLFxM4ncEqadtPBGaN6/D74amrRSAzEx+edCo+PPIY1BcWorhix+4P55rgsbE8Pw/q3vLFWjz1sxtw8t8vx6QjZ6GluuEC6F0+ViaQv8jIz8Fnz72DjUu+RnZZEZqr62N6DjZ/yZpY4iRTuLFuC/Y/+kSRhFK9Yeues6s0vSbYIbpy+AWBnenxP3kRCSMuIrDbIaZAJDC7Qh45J5rAfBzEyRlZVZWiquirgw/Fe8ceLxrUpbeSdqmqgsqR0u8WJtcAXxsra7gAvvzTVWioWQaL7QpayDs/HmdqXZYo9nLBQf3WSqx6a4nIeRY9vGLUUKLYweNaTiZ0hyet0DPzzGPQ0RRdx0x2H0RbHV9QBLEsJqQ5ClOdTGi7y2WY0GqiglimEdhCbz6g2Y0h8pokMBOSr3ZWQz0UnxfrZszC2yf8AGsnTxUlgiVkMvOC76JZ+1XQs61iuPqKqLHlLo9u9xSUTh2Hjsad5ia3sP0teIao2fyF3u1y+YIPRSJF7tAoWuF0SUILnx3XtrU2lh984amTh0+fgMq1m6PKHmMNzQQOBQN6uqYJPnCkBzVrYXYVREkhb8LmL3yrObuCBnLqUKrUIkNpR0izDW4CMynT2tvhIPJWjJ+A9445AV/M3h9B0sD5NdVCIwuN+31zkJvb/STW1+Mi9rrNFdiw6CtMOWZ/5JQUomFbVeTXPJKSj5SeM/uCcpR461frsOK1j8VHE50+eqlnuF540sFzNh5++ZmThQkehe6JNLYTjQvgJzM62JeCjT2+DhOYX4cJHA4ZG0U4NWNMHIILa1bMtpOnJQiclxJaOO4EZj/XTto1rbICwfQMvHfafLx54sloycpCQXU1HAF9TOgeZv1yXW12rIspnXxObv4W0rZg3MFXiKOUSFTawMmJILCu8RTMPvd4uDI9e26B0wOYGEMmjFznzkpDa01j1MX5/Pp6UX9IBJjMSafURB8sbmHbRKZ9KHEVSXFfs6x9G7RMjLJux3621VDVjMFnQkfM5eyaGnEs9NXcw/DOcSegfPRYZDY3o3TbVkHcHmYb8S8v6dVNoOfVJyzkYviMiWhvbNk92MOljW70IZ85GvDRDfeuKp0yWs9b7otPRpqUSLy2tbYpps4avHHx5sEnLlxSaDGpZzMTlvO1OYjFG1ekwD/VfGDWvgHNgYPsy2nNtMGnFQhSDxoCC3OZh4+RubxtyjS88YNTsHzfmaIAPxJdjnK276kkI3pjttZu3Ialz/6PTM65KJs6Vgws2w0cGNuPZKGZF5RJx5lJLdUN8XrKqlgJyBuHO0tvk81xAVOOkdi6ofdlIx+YNwku0LA57CmzZjtr30bSviOF9v2GdE9WypA3Lhcjo6UFlvY2eHNy8cZZ5+O9Y09Ae3o6CqurRCdJLbYqlbNi3jxosWYV5+PTZ97knhWYeebvhbbiwFEXxy3TzCawCYjZiebzb97UeHlyhNgUDWz0oBYdRUQT+RAsGQnJC7LE92Mo8GpOoX0tpH29KaR940LguoICVOwzA2/+4GSUjxmHnLo6IyHDEit5R5GcFHPwKsND2q5e9HjOK52FSUfOEfONujkr3SsF4ysxT1vjTc2Z7hZrvY8tg/YcLON4h9uBUDioD1KzphaBI9p3vHUL5thWpZz2jQuB77nq/9CcnSPOOkvIz43BXN4dZ8S+UMOix/NH976IlsZlOO2qu0T6YmtdY3fpg/ukIIHbYr4uZH3YnU6x1vns2KyaYBEsc7u4M3Qig1hx/DAK+btOHEjaFynm+8aNwH5aKBmtLaLVq9a3nf7smDQALVKerdu4tRrP/+ZW5A45EDPPOAaN26r2lPvLlUm8sv0pdI/4vXKrWkfU14Y2Ni4pFAQWwTxz3hif+eqaXo1tDGoSEDiifUdbt2Ff25qU1L5xuRhOv783vu7u4ODSpFjMN84CYt93wV/+jZC6Fqfe8EsxrNtntMvpBkVGMCuVEPOq0tMcnbQgbeIs2bR1qUF0/2ACc9WTxZJaJrTX0L4WpQW+6PfHgUXgOGF+LORl/3bIhJH4+KEFWPrM7Zh52mWYPm8u6sp3RBNxLU2xe+SMRfvuJLDTAbvNIfpihcNh07pTcgxCaGB/MFEmdJ9D6qxpm7QM0r76uS9SVPsmC4H5rp8ardnMRxU8iPurlxbi8SsuQ/HouTjtxqvQWtuoVx/1jIIUu0fpsf6BMKFdDpGd5m/zRaqy4q+AuQe1SBhRRbQ7QSZ0XM7E2jU3ZttXwKY0wwsnUhXJkPB5DMkI9qHYJE7Py0JLTQN8re07EyF47VnsduSUFIgyvbdvfhrPXXsl0nNG4bLn7qZFZEfd5lqR2hcFMlLsHsX8fkUQiwmcmQZ/a4cgsDE7PL4ENl6Hn9nX5jUtYSSeBGZN26ylY5R1B2bbvqG3nrraN1kILKLP6XnZWPHaQtRu2oHpJx8qosu8u7NJzJ0W2ZfjVMn37nwGaz5+DEPGHoFLn7kN2WW5qNm4I1ryMlKtq2F+zAQOG/OFM9PhjWyEZmhg7sph9K/2i+FsqaGB2zQPTrF/AIfSCK9aKAncRxP+MPbPuOnbxmUrsOSpm/HOneNROmEyiicOg8gDrm7Ali/Wo77qC2FRHvqjP+KEP1woUvdiJG+vgkL9jKG90Yzsari4rHFzBUIBfcyoinBc31jE1xYEbvcmfRAron1HWCsx08raNzOlyZsMBD6WpIx9qcYd1Tj6qvMx/uB9xSzcTctWYfmCTaLKxe5wkkYuxtGnX419Tj0cQ/cej+bKWnQ0tsZKXkYoxe5R7MknnCXFXU8yPKKkkce2sOuBQHzbv2pGB0ymhmi0pyR/EIt935PtH8JhSX3tmwwEPiHyDQdBOCmACbrPKYeimbSur7ldRFC5eRpXG7F/zOeaVes261tx70ZnBlPsHk3qzR9xRJibCbAPzORyipnBMInAVgS9gUS1lu3VTeetpUVLw3DSvrNsqwaE9u1vAvM1PX6nXcRFAKQh6jZtF8X53G8pLS9THH+o5Guxj9XR0CL+qo9HIoEUuj9pvSEwJ1iwP8pF/QGVNDDnQ9tMaGy3s22unQjsM7pyKGb3x+qlBtbQSubzcbYlA8L3TQYC79elf2eESzlBXvQb3p3yfUcqEZhHz+T1yoS26gRmgyPoC5hSkcSprJwLbbfoDfyYuAnoqhPzB+H31Erat8xahTm2lfQGMwYEefsUEIin+ZxgdKTQ/flBr81bzpKK1AQTuUxpLRsKC7dHtLBt9yaqMWUvdiLWvh4caFsOj6UWXs2NgYL+1MCH9dPrtqXIveEu8GfyN3yMxv4sn5Nz5JdNVf4ZZz+FgiGRuMEjVCK/E0s2HCkphNDAZlQK6RrYKTS9TmAtKdcsa1+OPO9vWzFgfN/+JvBowzyUBO4e3Bcsl79xpaeJHs8rXl0ocpy5ZSynMKblZtLXdGHG8kAz/rmDfs/LMys/HwUjy3QNTK6IGcX2msi5dukEbuuASptJAnzgmHciznmeSaazS0SeY6o4chgeQVAS+Pu+XX9ASxECc/DqV5H/ZJcUYtnT/8OrN/wGel6HzRAn7Fa30LRpORnicTz8O6esEKXTxqJV9KK2I+TzI6ewUG92z7OJyaRmjRmZqNAXM51nPjnSXKLuWDSRJ1M9rJra2C4mE1rlmRZKAGVkOkOzxap9j4A+6fItSeDvX5j+QHuK+MA8kaIk8h8+I590+GwyoR8SJjJr1ECbV8xI4hzwhm01oqnB9hUbsHbhZ7RoW8DH3YrYB1S88tf7sPJ/S5A3YghKp45G3vASInu+MMnZBObn5PNiTl/lOUdq191MutwP9Wi3B/X1ld+Z6qHkWbMqKWwXEdgtlGjMy/0oSeCuMV0SuEtwZQAPc7ug8w9ZW2YU5mLm1DE7/UwmDms7TQ0L4nBjuQA9ztvSToSvQdP2GjFQLdDhxY5VG7H2w8/hD9RDZ5cVHk8RykhLD5k4AsXjR2DIpJHIH1GK/JEloglAS1WDGM7Wkwbms3ge4+Jr6dDP8kVxQ/IEsUIafVbFhzTF25vlfiCSfJhaf7y5YSST+9H/TcZi/jEk15Gcjy4OyzjbjMlRv6Wyyz8WZCbNxzORWKvyFEP2edlkZu3KJnNLbYMgZeO2amxfuQGVa8pRtWYLNiz9nEvbwQ07M7KGEqGH49Cf/RCj95+G9h7mMIkZUNwTKxxEe9smhIN8XJWWXASmhzN5WTQt5gD2ZCDO+acDgMBz0H/zbVqT7PoXk9xLMq9Pjj1HpVW9KwY3zeW5SrsQnGcledwomTwKI/abhH3nHyk2BC4Qaa6sQ9W6LahYvQkbFi3H+qUfYuyBe4vm+D0RmK0BbqAw9agDkF1UQK/hEc+bTGs2TAR2K344laBo3B4DxhsWUYTI30gC96/5zKhKomt/PckfE/FCHC1m85plJ6l5XpXdJnpYl0wahf3mHyVM57Y6vQc1N0eIBi20Aex7+pE44KJ5aCSzXQ2Z3lonpnA6m9CZSjtna5M/HJN10DnQuq8k8HeY1Y+fd3sSXHPuCPI2epnjHDdSk/bkwWcdLDw0jbtMEqH5eEpMG+R5v1F02GCy8993NLcaf2N6blBs3UlgQYbSIXRxjPH2mbspnUclgXX/ZWw/ft6Kfr7evHktjHURJgSccx4K621ogZja44jAmpaca5aPkTwc9lCIwFpMnltnDTw7WX3gRKdSjkL/9qTqTwIfQrI0KcmbWoiawJyZbSXichQ6xrALH+FN7PR/bkc8RBK4/6LP/W1C80SI9yT34kZgS7QU5pm/LiXIw7tivV/W3fzumZLAwPBBSGCuKFiA5OkAmuqwI8pAFmtg/RzYG6sGntuDST1oCVzWj5+Vp4192w+vez96MbBNoltE1WbXSt5vjZqLSbZyTLRuRliLKQK9bxc/21sSWG+s3l9YDj0TK5E4DjFOnJDouwbm7l91WhYKLM24wPkquAQ8EH3ogQtI5nTx85nG71IzIBAn5PfjZ32/06bFkfDRxg1JM8xcZyc7i2OqnJHA0Q+2vzgzgpNAakkqja89ZvzaHPY/c5kfl/YlqF/UYPGBu83I4GKFDrgQ1Ow4x/U80i11RveNqAsszjPWxO7Igp6jftZgJnBOP35WbujOZ3nzjJvRW6iGOV5nyCaS9STbDB97mxoOb3B4XGfaXc4Z6eke2Ow2tNU3i2KByGQJiV7D2h2BmbyceVWvZuEs51sYb1sNvygfjJq8vLHftIffc332pyS3DVYCZ/fT52SN+nPEJ4XTYlgSEWviwN0fkFmYt3nb1+scj178V5G+uN/pR2DEzCkoGFUm0h6bKmpF6Z0kcq/XrKNrAgNV5PcebF+OQx0LEVazxTlwDCWE/0bPuda3GiReMtgIzK+V2U+fM6FMCYdCI7iDRtHo4VizcDHJq8T6Yux9/GHY74wjMOaAvZGWk4mW6gZ0NLXoRJZk7tO65aBVhZqPsdbtONf5Gm3ZbuH3xkDeS0gOj/Kxz0PPpGvu7wuh9LUNyh8/Wx7tQ9nP3GZVlFwv+YR1Xh/oe9h4xqzVCofFSv+nO2NJ/dMWzmjisSYZBTmoXr8VW75cg+Uvf4xVH7wjrO/8Ifth/wtOxIzTD0fR2GGipre1pkGQWGrlqDDecFsMk0gVo0KdSgjXuB9BnsJ9r3JjMZ1HkKw14iDRgo8GT+rrB3FNuTllCMyBge0doVB2WXoa5hQVoM7nQ63Xj1r62komJQsTOJ18xrCW2n2LhK9Ln8WTlSbGxnCRPNflfvPWUnzy+Guo27EEDscoHHDe6Zhz3rEYNn2CKCTgwnxJ5B4x0SCc0LA8GrRRzcTP3M9hqu1reNWiWMjLIJX9XYvjGHAtyQ2DhcDcCnBbnc+fN7soH+eMG93lg55YvwnLqmuR53IOmNUWCVzx+JjMolxB1G/eXoqP7n0Jm756HRzbO/j883HwT+ahbOpYNFXWob2hOVHDwlIRnCm1Ug9uKMJ0Ps35Po52vIMAfa/G5jFdQPJwH94Lm93vDwYC82rcQlIWVDVkOmwo9niQ7bAjx+nEUNLKIzPT8cy35VhcWTOgCLwLmVV9+HZOaSFUuvbfLlqOd25+GmsWPwMOlB928Y9xxC/nI2doMeo374C/3SeJ/H3MIPnSIvzeAsyxr8L5rmfJastEQIvJ7y0xTPG+dCGoMyyCuoFOYMYq2hsn8yu2B0PwkS8cotfn92Anc9NK/rDbaoPHZk15E7pnImuiFC93qN5sbs17n+HtW57EhmXPw502ASf83xXY/6LjxViZuvJKQfwEDdBOBcwikn7Ko1K4VPDX7kfhoa9e0TI2JtP5BUQ5m7oHcHkoD6lvSjSBE32MVB+hZRr5uSw7FzQHf4i0HNga6OQVOyeRkUlZV14hiDz+0H0x8fCZWL7gVLz6l3/j+d9fgiWPH4NT/v4LTDxyJto40FXbJLWxDnHU00YEPsGxEB6RrFHcE3n5CHMfQ3uz2cslgllxej/c/I77Em0m4UjluySfkZSbvo4SrIFfJDlFrr+uTWsrbWh5I0rESJmF9y3Agj/fTJtZJWaffhnm/fknwn/m+ckJ6HqR7JjbprkXZlvacJXrCbiVAHyaqyvCcv31odALEfZH4lOH10GvQmNCf2iQPHU1MGnX6gZanF5agBxpdttsQuNK6I3peLICHzs509048sozMf2UuXjl+vux9Pk7sPz1N3H27X8U58gtVfXi6KmX0xlTf7OD4uAz3kPtn8MtmrXn55I9wySdAv2Iaabxtb93ufGGXGYYmWug14SvNjQ0f9+nWV2WxF10oCMU2jGzMA/HDy9DkcfN/0dVRweJF82BIIKkhbRBTmQ2kXmWETeZ4/m+Fz16PX76xItwpXvw4MXz8cDZvxfHTEXjR4jYgaZpg5HA3KIeuUq9sbIUThDiM9m/Q+/sORHJV77JmoqTPy4i+SvJwejjrOOEamBeaP6wumnfwnyMzcrEiRhKmjiM9U3N2NrWjvLWNlS2e1HDg7jooxa4XYmYdJek6lghIitoqWlAW0Mzph4/B6PmPIOXr7sXS565FeuXfILz7/07Jh8zC3Ubt8PfMbgi1WSrWMP077LQ3phoLadFHNpM//8R/YqFS1Z57haX/3Ga635J8JZXG2b050bAqzolfWDSsJM9NtsqJvC47EyMz84iM3rXTWgbkfnz2np8WVsfMbsHvXnNmV3p+dliZMpnz76Phy++CqFQBU78vxtx3G/PQ1t9k2jibh08JvXJpIVfrtOycanrBUyxrWQzurvjozyDyOwLH2QEssxGreH7svBUh23dPTCljpGIjJb2UGhzkz8wlF823WETpnSx243hGWmYmpeDXKcTbcEgbvl6tTCxXVYrJIxjJ9KyhWOGilEqj13yJ6z/5BlMOfwCnHff9XBnpaHm262wWKz913U7cTiDyPpsrZYjivV/5n4CquaBP7oz4CKDxBzgOhJ6VLqvSQd8fPSRQdZl0GvPozrPSrVzYMZLhr8ijovYjOagFp8HM1mHEKE5nbI5EJDatxttnDusSMzlXfCH/+Dtu3+PnOIZ+Omzd2HY3mNQtW4ruSvqQE/FPJfkCf6mWs3DGa63MNf+PvxqsWgj24vxoYvQu5Y5nH3zF+hpnb2a6NZXAveH4/RRJ40sotHs75YQcbMcdtT7/aj2emGT5O36hpGZ3LCtGk2V9TjtX1fgxw+8gMaq7bhh7on46qWPUTJpJOwOx845wQMUTj0qpCFTacN//YdhTWg6nJaG3hofN/Xib/hI6HLDv+23i90fBO4yb5T3TAvnC9tsQjTJ1e5vGlkqPI93xzcbse/8Q/G7Ra8iq2AY7r9gPt6++WkUji2DM90jjqUGKNz6miEFoHhhRRj3+U5FZXgoXJZ60YsyRrxM8mWMf3MjSX2/r4V+eM0VMBLRJfrg+3ConvziHau+JcKW4ndLX8CofY/Bi9f/FM//+g7kDSsWc4N5HvAAxM6sDY5GZyut9FXBg75TyA/OhFtp7g2Jb4/hsdxW6a6k2Mz76XVlj+S4sFjXxrUbt8Nit+AXr92LGT/4Kd695w947Kd/Q1ZxnqiAGoAk3qUjB/u9BUojtqoFeMg3T0xhcCsdQkPHgKewh2jxbuASwo7BTODnJfvi6xc3ba8WZvWPH78B+591NZY8dRMe+fH1yCjIRVregCPx9/ImmcQlljp8GRqPl/zHEInbYEcoFhJzk8L7o3gcVy/dmSwXor+GF3M/IU4l20/SL34kbq1tECNGz7vv9yJK/eGDfxWe4vn3/1mY2+2NrQMl4cPVtUGiocjSgP8F9kchfT3AvghhtTCWeAr3xLoGe2799K9kuhD9OX38EUngOJPYqk8K5GOkM269WpQivvvvP5K/bMUF//kTVCKxt7ltIJC4y3Nb1rYOUqS5SgueJi1coDRgnG0NfGoRogwUc1DqPoPE3cVvHkiqe96Pr81naC2SdvEmsYVI2o6GbVU47V+/wtwLf4tlz9+B566+CbllRXCmuQbCEVO3jd25G0ea4uX0Sjzin4cmdQhcpI1jCGrtaYzoX5Pufvfja3Nv5Yck5UwicQuReGsVzrz9N5j9w5/jgwf+hjf+8TAKRpaJOcApXgSxx8kM7A/nKc1oVtNwt+90dKi5cCveaJ+bB3l/2sXPv0zG2E1/21Icug9LypmlidvQVFmLc+65HpMOPRsL/nYlFj/6GorHDRcDvVMYPc5J4eOlIks91oeH4cPgdBHUigEruvjZF0l5n/v59TeTPCjpZh6JuTmer7UVP370nygadTAeu/xSfPvxChSOHQ4e+zIQNXBnTZwGL/waPVyzxnKotLiLny2XBO4anNESknQzi8RWNFfWwWq34NJn7uITU9x1+mVo3lEvqptS9HjJEf0CV4nCHLTmeG3UVsdXXfxsiSRw1yg3SCxh1k22WVFbvgNF48vwsxf+DV/7ejx22R/g9HjgTPOkoj9sj5rpSgj1WibCmosoHPVmxWe9nbtMcv3uGkng7sGZLZWSauaBa4Wr1m3G5KNnYd51/8C6Rc/izX89jIJRpanYNcEe/QNDaFU9aCctbFWiJjBHvFZ3+j+XCPolgbsHp6X9RtLMXLCmrSvfjqOvuQATDzkbr/3jeqz76CsUjC4TZYoD0YS2KqqY3ODVnIixaGhxsvu/yURgxuPQq0IkTALXCHOjeF9LG868haeCDMEjP/kdfM0d8ORkpJIpHXUBPvfO4kL/DuEHxxRq6ewHr5QEjg6cASOPlcy84VYLGrdXo2hcGc6/+89o2LEI7975BHKHDUmlo6WYglisgVvUNFHkEAOWdUNmSeA94FuSKyTNTL7p5A9Xb9iK/eYfhQkHn4O3br8Vmz5ZKUjc1xpibv3Do2O4hxdvFvx/M1z6qK0OcvADmh21anasJvRWwxfmbMGNksDRgxPK/ytpZi6CvgCJH6fd8Euh0F649jZYLBbYnfZePR8fR9nob4vGDRPErfhmozhnToa8ayaxfpRkibVjBweyNif1Zpyk7+tikipJM3NNaW7NM2z6OBx75c+x8dMX8PVrH4nJELFqYSZv7tAiMUZ10YMLcNNhP8GtJ56FyjXlyCrOT4JFrqJVcxvJHDFZBJxS+ZEkcOzgPOnzJM1MvvkWBQ1bq3HQRSfDYZ+G1/72AHxtXjg8rhjIq6JwzDC0VDXijhOuwNPXXIxQwI9jf3GlGF7O1VH9/jkV0sCaA71o18ntnz6UBO4deEiUPFoy1bZU0N7YQr5vMeb98VJUl7+PL158V2jTaCqWmLxDJozA5mVr8ZdZJ6N8+fs44Zqb8fvPn8YP/nKJ6Mvla23v94/pQBBNYvSoCw4lGMufvgG9VawkcC/xTxjtQyVMNKW3VmLf049AWuYMvHPrE6KSyd7DfGb2b4vGDMXmz9bh5hPOQDgcxC9e+i/m/eViBANBVK7eJIa0JcP8Jm58tylcii/DE2jTaomlS0e7IZLAfcC56Lq8SyJO8LV1ILMoD4dffgZqty7B2vc+RXZJQbfnwqx5eUB5w/Y63D7vx+Cg8G/efQ4TD5+BbV+vh482gGSansh+L2veD4MzENKy4Vb8A+bepUprhuNJaiTVTFrg3Ei/qg77nMJjc8uw+NFXBHm7IyFHqp0eN567+kb4vetx6VP3YNT+k0WbW04WSbam8qxxuXMla+GloUn0gZtjbXgnCdxHcGL50ZBVS6aho7FVjG058JyTsWbhe9i6fB0y8rK60L5hFIwqwydPvo5V7z2GIy//A/b+wVzR3jbZW/Vwp45PgtMQJn/YNUC0cCo1R+J81BMl1UzSwqSQ/O1eTD+JZ4D5sfaDz+DJydzVjKZvudc0lye+eO0dyMzfH8f++kI0bq8yK2Ej7lr42/BQfBKaSp+3ZUBo4VTrbvYmyRmSbuYwuK22EaVTxyK3eAq+eukDdDS3wWr7ru8hN8tj35hNbF/H1zjlL5fDlZkmItmi0XwKwKP48HFwHwTVLPKFfZLA/YBnSX4qGRd/BP0BZBbmCC28Y92X2L5iA9Jyv+uw6spMR+Xqcrx506Mom3isMJ3ryneIpgGpgIgWLg+X4NPw5Fgj0pLAcQS3/rxMUi7eSlgRw8LHHczTN4PYtGwl3FnpO4sc0nKysPnLlQiGVuLAC0+GM90tjopSDewLLwruNSAi0qncIJhzpn8haRdfcA+tksmjkJ45Gus+/AIBIrRiaNiWmnoUjxuNc257BOPmTkftph1JdVwUixbeKHzhySkfkU71Dt93oPsm3BK9QMgXQEZ+Dkonj8a3i78U/aUjqZWBdi8yCnMx66xjYXc5EPSmrvbykBZeGpwGlSPS8EsC9yN4tuvPJPXipKHIXLY5HRi69ziE0Q5fa4doxyMWC31lk7lucwV9DSZFllVvtXCOEZFewhFpS+pqYdsAWXf3QE95e0RSsO/ggv9ZZx5LZvIM8nszRX/pgYhIRHqW9RsRkfZpzpT7DJYBdD94JMY8Sb++g/1eT14mxhywt9DIqjrwBoVHfOHN4SH4NDwpZSPSlgF2X14hOQgcQpXo/aIg0zjQ7hMJG4xkS42MtxZeFJyOkJYFdwr6wpYBeE8WkUyDXlMsIdGjFuYc6SVBWjKW1NPClgF6b9aSjDW+SkjsEXwuvCS0F4IpqIUtA/i+sAaeSPKeXKISe9LCmUo7tpAv/BlXKqVYRNoyCO7REST3yqUq0R24Xpirkz4K7oOQmlrZWZZBco8uJfm5XKoSe/KFy8kXXhyallLZWZZBdJ/uJDkSsqZYYg++MJcaioh0imhhyyC7R++SDCfZIJerRHdaWESkU+Rc2DII71UFyTiS5+WylehKC3NE2qfmpUTXDssgvlc/JPm1XLISnbUwR6S3qwVYEx5B/+uQBE5y/IuEO7m1y+UrESGxlf5VefxSCsSxLPKWie77QyFb10pAn3WuCPqG6T/SB04VNJLMgt5IXkIiZSAJvCt4lMthJD55KSQkgVMTH5AUkiyUl0JCEjg1wSP15pL8Vl4KCUng1MWNJDNIauWlkJAETk18aZjUT8pLISEJnLo4B3ryh8yllpAETlE8DxngkpAETmnwmTEHuC6Vl0JCEjh1wU0ChkCfmighIQmcgqgimU5ylbwUEpLAqYtbSEaSrJGXQkISODWxmeQseRkkJIFTF7KhvIQksLyeEhJywUlISAJLSEhIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAktISAJLSEhIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAktISEgCS0hIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAktISEgCS0hIAktISEgCS0hISAJLSEgCS0hISAJLSEhIAqc6rPISyHUrL0Tqok1eAnmdEwmbvARxxbck2SSHkRxDMoNkGoldXpo+o47kA5LnSBbIyyEJbBaaSV4yhJFDchDJLJK5JFNJMuVligqrSd4geY3kQ3k5JIH7A40krxgCQxuPIdmPZCbJJENTD3ZSqySfkSwzyLqQpF4uH0ngZEOQZI0hjxk/cxqkHmUIa+kpJENJSgbgNWgg2UTyOcmXJOtIVhqbnYQkcMrBT/KNIbuDSTyhE5lZiknKSEaQFCSx5bGRZAvJDpKtJNsMs3i1oXElJIEHPLYZ0t39KyTJNXztIpJSg9QcTMsgSTfEQ+I2tL3D+Mp/z0dfXZ1GaCQhQ3iDCZD4SLwkHSStJC2GsEatMN5nrWH6Vht/J2Ei/l+AAQBtCLuLotItaAAAAABJRU5ErkJggg==\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Positivity\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_line_height\":\"1.2\",\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"The practice of being or tendency to be positive or optimistic in attitude\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith \\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0386-937-3050</p>\\n<p>Nannette \\u00a0(Nan) Wring \\u00a0386-972-0693</p>\\n<p>Email: \\u00a0<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(457,129,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(458,130,'_wp_attached_file','2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15.webp'),
(459,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15.webp\";s:8:\"filesize\";i:755724;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676632;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17904;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:665886;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:665886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(460,131,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(255, 255, 255) transparent transparent transparent\",\"anchor_border_color_alt\":\"#f4cb09   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Section\",\"_m\":{\"e\":2},\"section_bg_color\":\"#eff3f8\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"20vmin 0px 20vmin 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_bg_color\":\"#ececf4\",\"layout_row_box_shadow_color\":\"rgba(18, 23, 63, 0.16)\",\"layout_row_box_shadow_dimensions\":\"0em 1.35em 2.75em 0em\",\"layout_row_gap_column\":\"2px\",\"layout_row_gap_row\":\"2px\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"20.5em\",\"layout_row_layout_lg\":\"20.5em\",\"layout_row_layout_md\":\"20.5em\",\"layout_row_layout_sm\":\"20.5em\",\"layout_row_layout_xl\":\"20.5em\",\"layout_row_layout_xs\":\"20.5em\",\"layout_row_padding\":\"!0px\",\"layout_row_text_align\":\"center\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-972-0693\",\"image_link\":true,\"image_src\":\"88:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coordinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-972-0693\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Nannette (Nan) Wring\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-937-3050\",\"image_link\":true,\"image_src\":\"125:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coodinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-937-3050\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Keith Smith\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"600\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"mailto:info@treasuredpetchauffeursllc.com\",\"image_link\":true,\"image_src\":\"130:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Contact\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"mailto:info@treasuredpetchauffeursllc.com?subject=Treasured Pet Chauffeurs Quote\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a>\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-1h c1-b c1-1j c1-1k c1-1l c1-6z c1-70 c1-71 c1-72 c1-73 c1-74 c1-75 c1-76 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTENT_MEDIA_HEADLINE1_RENDERED\\\" data-typography=\\\"HeadingDelta\\\">REQUEST A QUOTE</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-77 c1-1g c1-1h c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-7w c1-7x c1-7y c1-7z c1-6f c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Treasured Pet Chauffeurs LLC</p>\\n<p>Travel Coordinators:</p>\\n<p>Keith Smith \\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0386-937-3050</p>\\n<p>Nannette \\u00a0(Nan) Wring \\u00a0386-972-0693</p>\\n<p>Email: \\u00a0<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a></p>\\n\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(461,131,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(463,132,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we\\u2019ll do our best to accommodate your schedule.</p>\\n<p>We aim to respond to all quote requests within 24 hours. If you don\\u2019t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we\\u2019ll be happy to assist you. (It happens more often than you\\u2019d think!)</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(255, 255, 255) transparent transparent transparent\",\"anchor_border_color_alt\":\"#f4cb09   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"We are here to help\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"You can edit your response until we begin working on the quote by clicking the \\\"Edit Response\\\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_transform\":\"capitalize\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"110:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Section\",\"_m\":{\"e\":2},\"section_bg_color\":\"#05b6d6\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"20vmin 0px 20vmin 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_bg_color\":\"#ececf4\",\"layout_row_box_shadow_color\":\"rgba(18, 23, 63, 0.16)\",\"layout_row_box_shadow_dimensions\":\"0em 1.35em 2.75em 0em\",\"layout_row_gap_column\":\"2px\",\"layout_row_gap_row\":\"2px\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"20.5em\",\"layout_row_layout_lg\":\"20.5em\",\"layout_row_layout_md\":\"20.5em\",\"layout_row_layout_sm\":\"20.5em\",\"layout_row_layout_xl\":\"20.5em\",\"layout_row_layout_xs\":\"20.5em\",\"layout_row_padding\":\"!0px\",\"layout_row_text_align\":\"center\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-972-0693\",\"image_link\":true,\"image_src\":\"88:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coordinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-972-0693\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Nannette (Nan) Wring\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"tel:386-937-3050\",\"image_link\":true,\"image_src\":\"125:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Travel Coodinator\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"tel:386-937-3050\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Keith Smith\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"600\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_label\":\"Column\",\"_m\":{\"e\":2},\"bg_lower_color\":\"#ffffff\",\"effects_provider\":true,\"layout_column_bg_color\":\"#ffffff\",\"layout_column_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_column_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_column_flex_align\":\"stretch\",\"layout_column_flex_direction\":\"row\",\"layout_column_flex_wrap\":false,\"layout_column_flexbox\":true,\"layout_column_href\":\"#teamwork\",\"layout_column_padding\":\"!0px\",\"layout_column_tag\":\"a\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Content\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_transform\":\"scale3d(1, 1, 1)\",\"effects_transform_alt\":\"scale3d(1.05, 1.05, 1)\",\"layout_div_bg_color\":\"#ffffff\",\"layout_div_border_radius\":\"5px\",\"layout_div_box_shadow_color_alt\":\"rgba(18, 23, 63, 0.33)\",\"layout_div_box_shadow_dimensions\":\"!0em 0.65em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"45px\",\"layout_div_width\":\"100%\",\"layout_div_z_index\":\"1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_alt\":\"Graphic\",\"image_display\":\"block\",\"image_height\":270,\"image_href\":\"mailto:info@treasuredpetchauffeursllc.com\",\"image_link\":true,\"image_src\":\"130:full\",\"image_width\":240,\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"1.563em\",\"text_content\":\"Contact\",\"text_font_family\":\"google:poppins\",\"text_font_weight\":\"700\",\"text_href\":\"mailto:info@treasuredpetchauffeursllc.com?subject=Treasured Pet Chauffeurs Quote\",\"text_line_height\":\"1.2\",\"text_link\":true,\"text_margin\":\"0.64em 0em 0.107em 0em\",\"text_tag\":\"h3\",\"text_text_color\":\"#12173f\",\"_modules\":[]},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<a class=\\\"x-el x-el-a c1-1 c1-27 c1-28 c1-1d c1-1e c1-29 c1-2a c1-61 c1-b c1-2g c1-1l c1-2h c1-2i c1-2j c1-2k\\\" href=\\\"mailto:info@treasuredpetchauffeursllc.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">info@treasuredpetchauffeursllc.com</a>\",\"text_font_family\":\"google:barlow\",\"text_font_weight\":\"500\",\"text_line_height\":\"1.6\",\"text_max_width\":\"15em\",\"text_text_color\":\"#3d4059\",\"_modules\":[]}]},{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_label\":\"Shadow\",\"_m\":{\"e\":1},\"effects_alt\":true,\"effects_opacity\":\"0\",\"effects_transform_alt\":\"scale(1.05)\",\"layout_div_border_radius\":\"5px\",\"layout_div_bottom\":\"0px\",\"layout_div_box_shadow_color\":\"rgba(18, 23, 63, 0.22)\",\"layout_div_box_shadow_dimensions\":\"0em 1em 1.85em 0em\",\"layout_div_flex_align\":\"center\",\"layout_div_flex_justify\":\"center\",\"layout_div_flexbox\":true,\"layout_div_left\":\"0px\",\"layout_div_margin\":\"!0px\",\"layout_div_padding\":\"!0px\",\"layout_div_pointer_events\":\"none-all\",\"layout_div_position\":\"absolute\",\"layout_div_right\":\"0px\",\"layout_div_top\":\"0px\",\"layout_div_z_index\":\"2\",\"_modules\":[{\"_type\":\"icon\",\"_bp_base\":\"4_4\",\"icon\":\"l-link\",\"icon_color\":\"transparent\",\"icon_font_size\":\"2em\",\"icon_height\":\"1em\",\"icon_width\":\"1em\",\"_modules\":[]}]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=2]\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(464,132,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(466,133,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Luxury Transportation\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(467,133,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(468,134,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Luxury Transportation\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Divider\",\"_m\":{\"e\":2},\"bg_lower_parallax_size\":\"125%\",\"bg_lower_type\":\"img\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"!45px 0px 45px 0px\",\"_modules\":[{\"_type\":\"layout-div\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"layout_div_bg_color\":\"#fd7021\",\"layout_div_border_radius\":\"2px\",\"layout_div_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_div_height\":\"88vh\",\"layout_div_margin\":\"0px auto 0px auto\",\"layout_div_max_height\":\"30em\",\"layout_div_max_width\":\"1400px\",\"layout_div_min_height\":\"28em\",\"layout_div_overflow_x\":\"hidden\",\"layout_div_overflow_y\":\"hidden\",\"layout_div_padding\":\"!0px\",\"layout_div_width\":\"calc(100% - 6vmin)\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"effects_offset_bottom\":\"20%\",\"effects_offset_top\":\"20%\",\"effects_scroll\":true,\"effects_transform_enter\":\"scale3d(1.005, 1.005, 1)\",\"effects_transform_exit\":\"scale3d(1.2, 1.2, 1)\",\"image_alt\":\"Hero Image\",\"image_display\":\"block\",\"image_height\":2000,\"image_object_fit\":\"cover\",\"image_object_position\":\"center\",\"image_src\":\"86:full\",\"image_styled_height\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":3000,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#ffffff\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Ready to schedule your pet\\u2019s journey? Request a quote today and let Treasured Pet Chauffeurs take care of the details! Just fill out our form with your pet\\u2019s travel needs, and we\\u2019ll get back to you within 24 hours to discuss availability and pricing.\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"#000000\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"#05b6d6\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(469,134,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(470,135,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services Defined\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"section_bg_color\":\"#ffffff\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,\"100%\",null,null,null]},\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_row_border_radius\":\"0px\",\"layout_row_border_style\":\"none\",\"layout_row_border_width\":\"0px\",\"layout_row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_row_gap_column\":\"1rem\",\"layout_row_gap_row\":\"1rem\",\"layout_row_global_container\":true,\"layout_row_grow\":true,\"layout_row_layout\":\"49.83% 50.17%\",\"layout_row_layout_lg\":\"50% 50%\",\"layout_row_layout_md\":\"50% 50%\",\"layout_row_layout_sm\":\"100%\",\"layout_row_layout_xl\":\"50% 50%\",\"layout_row_layout_xs\":\"100%\",\"layout_row_margin\":\"0px auto 0px auto\",\"layout_row_padding\":\"4em 0px 4em 0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"0px\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Services\",\"text_font_family\":\"google:manrope\",\"text_font_size\":\"2em\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_margin\":\"0em 0em 0em 0em\",\"text_padding\":\"0em 0em 0.423em 0em\",\"text_tag\":\"h2\",\"text_text_color\":\"#04b6d5\",\"text_type\":\"headline\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Luxury Transportation\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"car-side\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Private, two driver team with the goal of keeping your pet(s) safe and happy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_align\":\"left\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Your Pet is Protected\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"dog\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We exceed USDA-Aphis standards\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"class\":\"img_left\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"image_bg_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_bg_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_color\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_border_color_alt\":\"global-color:edcdf6931a896dba554d993c0d7ad034\",\"image_border_width\":\"0px\",\"image_box_shadow_color\":\"global-color:be0c14fc24d7f701408b3ed4b5ed9e57\",\"image_box_shadow_color_alt\":\"global-color:f39106752e57b29a1bb95bf06c78165e\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":400,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0.101em 0px 0px 0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_retina\":false,\"image_src\":\"86:full\",\"image_styled_max_width\":\"100%\",\"image_styled_width\":\"100%\",\"image_width\":480,\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"class\":\"right_col\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"layout_column_border_radius\":\"0px\",\"layout_column_border_style\":\"none\",\"layout_column_border_width\":\"0px\",\"layout_column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"layout_column_padding\":\"5em 0px 0px 5em\",\"looper_provider_custom_schema\":\"\",\"looper_provider_custom_values\":\"\",\"looper_provider_filter\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Climate Controlled Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"air-conditioner\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet\\u2019s comfort and safety\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stay connected with your Pet\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"mobile-screen-button\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Text, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Pet Pampering\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hands-holding-diamond\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We create a personalized experience for every pet, catering to their special needs.\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Stress Free Trip\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"peace\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Straight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Hygiene &amp; Safety\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"kit-medical\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"New fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"class\":\"icon_section\",\"effects_transform_enter\":\"\",\"effects_transform_exit\":\"\",\"effects_type_scroll\":\"animation\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"One on One Pet Transport\",\"text_content_margin\":\"0px\",\"text_flex_justify\":\"flex-start\",\"text_font_family\":\"google:roboto\",\"text_font_size\":\"20px\",\"text_font_weight\":\"700\",\"text_graphic\":true,\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"van-shuttle\",\"text_graphic_icon_bg_color\":\"#05b6d6\",\"text_graphic_icon_border_radius\":\"6px 6px 6px 6px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_color\":\"#fff\",\"text_graphic_icon_font_size\":\"1.6em\",\"text_graphic_icon_height\":\"50px\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"50px\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_graphic_margin\":\"1em 1em 1em 1em\",\"text_margin\":\"0em\",\"text_padding\":\"1em 1em 1em 1em\",\"text_subheadline\":true,\"text_subheadline_content\":\"No other pets will travel with your pets\",\"text_subheadline_font_family\":\"google:roboto\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"p\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"<strong>What about Exotic Pets?</strong>\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"We provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"113:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Services\",\"_m\":{\"e\":2},\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_color\":\"#05b6d6\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Request a Quote\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(247, 247, 247)\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"Ready to schedule your pet\\u2019s journey? Request a quote today and let Treasured Pet Chauffeurs take care of the details! Just fill out our form with your pet\\u2019s travel needs, and we\\u2019ll get back to you within 24 hours to discuss availability and pricing.\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"#e4e1df transparent transparent transparent\",\"anchor_border_color_alt\":\"#e4e1df   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#95918e\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_href\":\"treasuredpetchauffeursllc.com/request-a-quote\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"#f3cb0a\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]}]'),
(471,135,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(474,136,'_wp_attached_file','2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53.webp'),
(475,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53.webp\";s:8:\"filesize\";i:539292;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:486286;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13850;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:503860;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:503860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(476,137,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message!\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"136:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=1]\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h4 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">Email: info@treasuredpetchauffeursllc.com</h4>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<p>Travel Coordinators:</p>\\n<p>Nannette Wring &nbsp;386-972-0693</p>\\n<p>Keith Smith &nbsp;&nbsp;&nbsp;386-937-3050</p>\\n</div>\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(477,137,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(478,138,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message!\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"136:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=1]\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h3 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\"><span style=\\\"color: #ffffff;\\\">Travel Coordinators:</span></h3>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<h4><span style=\\\"color: #ffffff;\\\">Nannette Wring&nbsp; (386) 972-0693</span></h4>\\n<h4><span style=\\\"color: #ffffff;\\\">Keith Smith&nbsp; &nbsp; (386) 937-3050</span></h4>\\n<h4><span style=\\\"color: #ffffff;\\\">info@treasuredpetchauffeursllc.com</span></h4>\\n</div>\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(479,138,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(481,139,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message!\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"136:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=1]\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\"></h3>\\n<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\"></h3>\\n<h3 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\"><span style=\\\"color: #ffffff;\\\">Travel Coordinators:</span></h3>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<h4><span style=\\\"color: #ffffff;\\\">Nannette Wring\\u00a0 (386) 972-0693</span></h4>\\n<h4><span style=\\\"color: #ffffff;\\\">Keith Smith\\u00a0 \\u00a0 (386) 937-3050</span></h4>\\n<h4><span style=\\\"color: #ffffff;\\\">info@treasuredpetchauffeursllc.com</span></h4>\\n</div>\",\"text_text_color\":\"rgb(255, 255, 255)\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(482,139,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(484,140,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message!\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"136:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=1]\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">&nbsp;</h3>\\n<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">&nbsp;</h3>\\n<h3 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\"><span style=\\\"color: #000000;\\\">Travel Coordinators:</span></h3>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<h4><span style=\\\"color: #000000;\\\">Nannette Wring&nbsp; (386) 972-0693</span></h4>\\n<h4><span style=\\\"color: #000000;\\\">Keith Smith&nbsp; &nbsp; (386) 937-3050</span></h4>\\n<h4><span style=\\\"color: #000000;\\\">info@treasuredpetchauffeursllc.com</span></h4>\\n</div>\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Mission\",\"_m\":{\"e\":2},\"bg_lower_image\":\"104:full\",\"bg_lower_type\":\"image\",\"section_base_font_size\":\"calc(12px + 1vmin)\",\"section_bg_advanced\":true,\"section_bg_color\":\"#f6cc06\",\"section_bottom_separator_color\":\"#f7cd0a\",\"section_bottom_separator_height\":\"97px\",\"section_bottom_separator_inset\":\"1px\",\"section_bottom_separator_type\":\"angle-out\",\"section_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"section_margin\":\"!0em\",\"section_padding\":\"calc(3em + 5vmin) 1rem calc(3em + 5vmin) 1rem\",\"section_top_separator_height\":\"89px\",\"section_top_separator_inset\":\"2px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[null,null,\"100%\",null,null]},\"_label\":\"Row\",\"_m\":{\"e\":2},\"layout_row_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_row_gap_column\":\"2rem\",\"layout_row_gap_row\":\"1em\",\"layout_row_layout\":\"36% 64%\",\"layout_row_layout_lg\":\"36% 64%\",\"layout_row_layout_xl\":\"36% 64%\",\"layout_row_max_width\":\"1080px\",\"layout_row_padding\":\"!0px\",\"layout_row_width\":\"84%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_base_font_size\":\"2.441em\",\"text_content\":\"Welcome to Treasured Pet Chauffeurs\",\"text_font_family\":\"google:manrope\",\"text_font_weight\":\"600\",\"text_letter_spacing\":\"-0.025em\",\"text_line_height\":\"1.15\",\"text_tag\":\"h2\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_margin\":\"0px 0px 0px 0px\",\"image_src\":\"85:full\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"effects_delay_scroll\":\"100ms\",\"effects_offset_bottom\":\"25%\",\"effects_offset_top\":\"25%\",\"effects_scroll\":true,\"layout_column_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_column_padding\":\"!0px\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<p>Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;</p>\",\"text_font_weight\":\"500\",\"text_letter_spacing\":\"0.015em\",\"text_line_height\":\"1.85\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"anchor_base_font_size\":\"14px\",\"anchor_bg_color\":\"rgba(255, 255, 255, 0)\",\"anchor_border_color\":\"rgb(0, 0, 0) transparent transparent transparent\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)   \",\"anchor_border_radius\":\"!0.35em\",\"anchor_border_style\":\"dotted solid solid solid\",\"anchor_border_width\":\"1px 0px 0px 0px\",\"anchor_box_shadow_dimensions\":\"!0em 0.15em 0.65em 0em\",\"anchor_flex_align\":\"baseline\",\"anchor_flex_direction\":\"row-reverse\",\"anchor_flex_justify\":\"flex-end\",\"anchor_graphic\":true,\"anchor_graphic_icon\":\"o-arrow-right\",\"anchor_graphic_icon_alt\":\"o-arrow-right\",\"anchor_graphic_icon_color\":\"#f6cc06\",\"anchor_graphic_icon_color_alt\":\"#000000\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_margin\":\"0px 0px 0px 0.8em\",\"anchor_margin\":\"1.953em 0em 0em 0em\",\"anchor_padding\":\"2.441em 0em 0em 0em\",\"anchor_primary_font_family\":\"google:manrope\",\"anchor_primary_font_weight\":\"600\",\"anchor_primary_letter_spacing\":\"0.265em\",\"anchor_primary_line_height\":\"1.1\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"rgb(255, 255, 255)\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_text_margin\":\"!5px\",\"anchor_text_primary_content\":\"Request a quote\",\"anchor_width\":\"100%\",\"effects_animation_alt\":\"bounce\",\"effects_duration\":\"0ms\",\"effects_duration_animation_alt\":\"2000ms\",\"_modules\":[]}]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Certifications\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#05b6d6\",\"section_padding\":\"0px 0px 0px 0px\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_bg_color\":\"#f4c808\",\"text_content\":\"Our Certifications\",\"text_font_size\":\"3.25em\",\"text_margin\":\"-0em -0em -1.048em -0em\",\"text_padding\":\"0em\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"layout_column_text_align\":\"center\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"image_src\":\"101:full\",\"_modules\":[]}]}]}]}]'),
(485,140,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(487,141,'_cornerstone_data','[{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_label\":\"Exotic Pets\",\"_m\":{\"e\":2},\"bg_border_radius\":\"inherit\",\"section_bg_color\":\"#f6f9fc\",\"section_border_style\":\"none\",\"section_border_width\":\"0px\",\"section_bottom_separator_location\":\"bottom\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_margin\":\"0em\",\"section_padding\":\"122px 0px 122px 0px\",\"section_top_separator_location\":\"top\",\"section_z_index\":\"1\",\"undefined\":3200,\"_modules\":[{\"_type\":\"layout-grid\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_grid_template_columns\":[null,\"4rem 1fr 4rem\",null,null,null],\"layout_grid_template_rows\":[\"1fr 4rem 1fr\",\"1fr 4rem 1.5fr\",null,null,null]},\"_label\":\"Grid\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_grid_border_style\":\"none\",\"layout_grid_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"layout_grid_gap_column\":\"0px\",\"layout_grid_gap_row\":\"0px\",\"layout_grid_global_container\":true,\"layout_grid_justify_content\":\"space-between\",\"layout_grid_margin\":\"0px auto 0px auto\",\"layout_grid_padding\":\"!0px\",\"layout_grid_template_columns\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_lg\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_md\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_sm\":\"4rem 1fr 4rem\",\"layout_grid_template_columns_xl\":\"1fr 4rem 1fr\",\"layout_grid_template_columns_xs\":\"4rem 1fr 4rem\",\"layout_grid_template_rows\":\"4rem auto 6rem\",\"layout_grid_template_rows_lg\":\"4rem auto 6rem\",\"layout_grid_template_rows_md\":\"4rem auto 6rem\",\"layout_grid_template_rows_sm\":\"1fr 4rem 1.5fr\",\"layout_grid_template_rows_xl\":\"4rem auto 6rem\",\"layout_grid_template_rows_xs\":\"1fr 4rem 1fr\",\"_modules\":[{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"1\",null,null,null]},\"_label\":\"Cell: Text\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_color\":\"#ffffff\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"-2rem 2rem 0rem 0rem\",\"layout_cell_column_end\":\"4\",\"layout_cell_column_end_lg\":\"4\",\"layout_cell_column_end_md\":\"4\",\"layout_cell_column_end_sm\":\"4\",\"layout_cell_column_end_xl\":\"4\",\"layout_cell_column_end_xs\":\"4\",\"layout_cell_column_start\":\"2\",\"layout_cell_column_start_lg\":\"2\",\"layout_cell_column_start_md\":\"2\",\"layout_cell_column_start_sm\":\"2\",\"layout_cell_column_start_xl\":\"2\",\"layout_cell_column_start_xs\":\"2\",\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"3rem 3rem 3rem 3rem\",\"layout_cell_row_end\":\"3\",\"layout_cell_row_end_lg\":\"3\",\"layout_cell_row_end_md\":\"3\",\"layout_cell_row_end_sm\":\"3\",\"layout_cell_row_end_xl\":\"3\",\"layout_cell_row_end_xs\":\"3\",\"layout_cell_row_start\":\"2\",\"layout_cell_row_start_lg\":\"2\",\"layout_cell_row_start_md\":\"2\",\"layout_cell_row_start_sm\":\"1\",\"layout_cell_row_start_xl\":\"2\",\"layout_cell_row_start_xs\":\"1\",\"layout_cell_z_index\":\"2\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"text_border_radius\":\"0em\",\"text_border_style\":\"none\",\"text_border_width\":\"0px\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_content\":\"Send us a message!\",\"text_content_margin\":\"0px\",\"text_flex_align\":\"flex-start\",\"text_flex_direction\":\"column\",\"text_font_size\":\"1.5625em\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_image_alt\":\"Keyboard Shortcuts\",\"text_graphic_image_height\":96,\"text_graphic_image_width\":96,\"text_graphic_margin\":\"0rem 0rem 0.5rem 0rem\",\"text_graphic_type\":\"image\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"Experience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"1.25em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_spacing\":\"0.25rem\",\"text_subheadline_text_color\":\"rgb(0, 0, 0)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_color\":\"#05b6d6\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"_modules\":[]}]},{\"_type\":\"layout-cell\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_cell_row_start\":[null,\"2\",null,null,null]},\"_label\":\"Cell: Image\",\"_m\":{\"e\":1},\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"136:full\",\"bg_lower_parallax_size\":\"140%\",\"bg_lower_type\":\"image\",\"bg_upper_color\":\"rgba(85, 90, 191, 0.77)\",\"layout_cell_align_self_lg\":\"auto\",\"layout_cell_align_self_md\":\"auto\",\"layout_cell_align_self_sm\":\"auto\",\"layout_cell_align_self_xl\":\"auto\",\"layout_cell_align_self_xs\":\"auto\",\"layout_cell_bg_advanced\":true,\"layout_cell_bg_color\":\"#000000\",\"layout_cell_border_color\":\"#f4cb09\",\"layout_cell_border_color_alt\":\"#f4cb09\",\"layout_cell_border_radius\":\"!0px 0px 0px 0px\",\"layout_cell_border_width\":\"3px\",\"layout_cell_box_shadow_color\":\"#05b6d6\",\"layout_cell_box_shadow_dimensions\":\"0.5rem 0.5rem 0rem 0rem\",\"layout_cell_column_end\":\"3\",\"layout_cell_column_end_lg\":\"3\",\"layout_cell_column_end_md\":\"3\",\"layout_cell_column_end_sm\":\"3\",\"layout_cell_column_end_xl\":\"3\",\"layout_cell_column_end_xs\":\"3\",\"layout_cell_column_start\":\"1\",\"layout_cell_column_start_lg\":\"1\",\"layout_cell_column_start_md\":\"1\",\"layout_cell_column_start_sm\":\"1\",\"layout_cell_column_start_xl\":\"1\",\"layout_cell_column_start_xs\":\"1\",\"layout_cell_flex_justify\":\"flex-end\",\"layout_cell_flexbox\":true,\"layout_cell_justify_self_lg\":\"auto\",\"layout_cell_justify_self_md\":\"auto\",\"layout_cell_justify_self_sm\":\"auto\",\"layout_cell_justify_self_xl\":\"auto\",\"layout_cell_justify_self_xs\":\"auto\",\"layout_cell_padding\":\"!0px\",\"layout_cell_row_end\":\"4\",\"layout_cell_row_end_lg\":\"4\",\"layout_cell_row_end_md\":\"4\",\"layout_cell_row_end_sm\":\"4\",\"layout_cell_row_end_xl\":\"4\",\"layout_cell_row_end_xs\":\"4\",\"layout_cell_row_start\":\"1\",\"layout_cell_row_start_lg\":\"1\",\"layout_cell_row_start_md\":\"1\",\"layout_cell_row_start_sm\":\"2\",\"layout_cell_row_start_xl\":\"1\",\"layout_cell_row_start_xs\":\"2\",\"layout_cell_z_index\":\"1\",\"undefined\":880,\"_modules\":[]}]}]},{\"_type\":\"section\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"bg_lower_image\":\"107:full\",\"bg_lower_type\":\"image\",\"section_bg_advanced\":true,\"section_bg_color\":\"#07adcb\",\"section_z_index\":\"1\",\"_modules\":[{\"_type\":\"layout-row\",\"_bp_base\":\"4_4\",\"_bp_data4_4\":{\"layout_row_layout\":[\"100%\",null,null,null,null]},\"_m\":{\"e\":2},\"layout_row_global_container\":true,\"layout_row_layout\":\"50% 50%\",\"_modules\":[{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"[ninja_form id=1]\",\"_modules\":[]}]},{\"_type\":\"layout-column\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_modules\":[{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"text_content\":\"<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">&nbsp;</h3>\\n<h3 role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\">&nbsp;</h3>\\n<h3 class=\\\"x-el x-el-h4 c1-56 c1-2 c1-1d c1-1e c1-5d c1-3m c1-3n c1-1g c1-6u c1-b c1-1j c1-1k c1-1l c1-6v c1-6w c1-6x c1-6y c1-6z c1-70 c1-71 c1-72 c1-1m c1-1t c1-1u c1-1v\\\" role=\\\"heading\\\" aria-level=\\\"4\\\" data-ux=\\\"ContentHeading\\\" data-aid=\\\"CONTACT_INTRO_HEADING_REND\\\" data-typography=\\\"HeadingDelta\\\"><span style=\\\"color: #000000;\\\">Travel Coordinators:</span></h3>\\n<div class=\\\"x-el c1-1 c1-2 c1-1d c1-1e c1-73 c1-1g c1-6u c1-74 c1-75 c1-76 c1-77 c1-78 c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f c1-7g c1-7h c1-7i c1-7j c1-7k c1-7l c1-7m c1-7n c1-7o c1-7p c1-7q c1-7r c1-7s c1-7t c1-7u c1-7v c1-b c1-1j c1-c c1-1l c1-d c1-e c1-f c1-g x-rt\\\" data-ux=\\\"ContentText\\\" data-aid=\\\"CONTACT_INTRO_DESC_REND\\\" data-typography=\\\"BodyAlpha\\\">\\n<h4><span style=\\\"color: #000000;\\\">Nannette Wring&nbsp; (386) 972-0693</span></h4>\\n<h4><span style=\\\"color: #000000;\\\">Keith Smith&nbsp; &nbsp; (386) 937-3050</span></h4>\\n<h4><span style=\\\"color: #000000;\\\">info@treasuredpetchauffeursllc.com</span></h4>\\n</div>\",\"text_text_color\":\"rgb(0, 0, 0)\",\"_modules\":[]}]}]}]}]'),
(488,141,'_cornerstone_settings','{\"customCSS\":\"\",\"customJS\":\"\",\"layoutSingle\":\"default\",\"layoutHeader\":\"default\",\"layoutFooter\":\"default\",\"responsive_text\":[]}'),
(492,142,'_edit_lock','1723411416:2'),
(493,143,'_wp_attached_file','2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2.webp'),
(494,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2.webp\";s:8:\"filesize\";i:644468;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:571078;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15872;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:574984;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:574984;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(497,144,'_cornerstone_data',NULL),
(498,144,'_cornerstone_settings',NULL),
(499,142,'_edit_last','2'),
(500,142,'_x_entry_body_css_class',''),
(501,142,'_x_post_layout','off'),
(502,142,'_x_entry_alternate_index_title',''),
(503,142,'_x_entry_bg_image_full',''),
(504,142,'_x_entry_bg_image_full_fade','750'),
(505,142,'_x_entry_bg_image_full_duration','7500'),
(506,142,'_x_quote_quote',''),
(507,142,'_x_quote_cite',''),
(508,142,'_x_link_url',''),
(509,142,'_x_video_aspect_ratio','16:9'),
(510,142,'_x_video_m4v',''),
(511,142,'_x_video_ogv',''),
(512,142,'_x_video_embed',''),
(513,142,'_x_audio_mp3',''),
(514,142,'_x_audio_ogg',''),
(515,142,'_x_audio_embed',''),
(521,146,'_cornerstone_data',NULL),
(522,146,'_cornerstone_settings',NULL),
(525,147,'_cornerstone_data',NULL),
(526,147,'_cornerstone_settings',NULL),
(527,148,'_edit_lock','1723411401:2'),
(528,149,'_wp_attached_file','2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6.webp'),
(529,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6.webp\";s:8:\"filesize\";i:675262;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:601692;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13994;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:605926;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:605926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(532,150,'_cornerstone_data',NULL),
(533,150,'_cornerstone_settings',NULL),
(534,148,'_edit_last','2'),
(535,148,'_x_entry_body_css_class',''),
(536,148,'_x_post_layout','off'),
(537,148,'_x_entry_alternate_index_title',''),
(538,148,'_x_entry_bg_image_full',''),
(539,148,'_x_entry_bg_image_full_fade','750'),
(540,148,'_x_entry_bg_image_full_duration','7500'),
(541,148,'_x_quote_quote',''),
(542,148,'_x_quote_cite',''),
(543,148,'_x_link_url',''),
(544,148,'_x_video_aspect_ratio','16:9'),
(545,148,'_x_video_m4v',''),
(546,148,'_x_video_ogv',''),
(547,148,'_x_video_embed',''),
(548,148,'_x_audio_mp3',''),
(549,148,'_x_audio_ogg',''),
(550,148,'_x_audio_embed',''),
(551,151,'_edit_lock','1723411386:2'),
(552,152,'_wp_attached_file','2024/08/verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a.webp'),
(553,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:113:\"2024/08/verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a.webp\";s:8:\"filesize\";i:580534;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:525748;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14728;}s:13:\"entry-cropped\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:526226;}s:23:\"entry-cropped-fullwidth\";a:5:{s:4:\"file\";s:113:\"verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a-770x671.webp\";s:5:\"width\";i:770;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:526226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(556,153,'_cornerstone_data',NULL),
(557,153,'_cornerstone_settings',NULL),
(558,151,'_edit_last','2'),
(559,151,'_x_entry_body_css_class',''),
(560,151,'_x_post_layout','off'),
(561,151,'_x_entry_alternate_index_title',''),
(562,151,'_x_entry_bg_image_full',''),
(563,151,'_x_entry_bg_image_full_fade','750'),
(564,151,'_x_entry_bg_image_full_duration','7500'),
(565,151,'_x_quote_quote',''),
(566,151,'_x_quote_cite',''),
(567,151,'_x_link_url',''),
(568,151,'_x_video_aspect_ratio','16:9'),
(569,151,'_x_video_m4v',''),
(570,151,'_x_video_ogv',''),
(571,151,'_x_video_embed',''),
(572,151,'_x_audio_mp3',''),
(573,151,'_x_audio_ogg',''),
(574,151,'_x_audio_embed',''),
(575,37,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"bar\":[\"m11-0\"],\"dynamic-content\":[]},\"el:e2\":{\"container\":[\"m11-1\",\"m11-2\",\"m11-3\",\"m11-4\"],\"dynamic-content\":[]},\"el:e4\":{\"container\":[\"m11-1\",\"m11-2\",\"m11-5\",\"m11-6\"],\"dynamic-content\":[]},\"el:e6\":{\"container\":[\"m11-1\",\"m11-4\",\"m11-5\",\"m11-7\"],\"dynamic-content\":[]},\"el:e8\":{\"container\":[\"m11-1\",\"m11-3\",\"m11-4\",\"m11-8\"],\"dynamic-content\":[]},\"el:e3\":{\"image\":[\"m11-9\"],\"dynamic-content\":[]},\"el:e5\":{\"image\":[\"m11-a\"],\"dynamic-content\":[]},\"el:e7\":{\"menu\":[\"m11-b\",\"m11-c\"],\"dropdown\":[\"m11-e\"],\"top-links\":[\"m11-f\",\"m11-g\",\"m11-h\",\"m11-i\",\"m11-j\",\"m11-k\",\"m11-l\",\"m11-m\"],\"sub-links\":[\"m11-f\",\"m11-g\",\"m11-h\",\"m11-i\",\"m11-j\",\"m11-n\"],\"dynamic-content\":[]},\"el:e10\":{\"menu\":[\"m11-b\",\"m11-d\"],\"menu-links\":[\"m11-f\",\"m11-g\",\"m11-i\",\"m11-j\",\"m11-l\",\"m11-p\",\"m11-s\"],\"anchor\":[\"m11-g\",\"m11-h\",\"m11-j\",\"m11-q\",\"m11-r\"],\"modal\":[\"m11-t\"],\"dynamic-content\":[]},\"el:e9\":{\"anchor\":[\"m11-f\",\"m11-j\",\"m11-l\",\"m11-m\",\"m11-o\",\"m11-p\",\"m11-q\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]},\"el:e11\":{\"dynamic-content\":[]},\"el:e12\":{\"dynamic-content\":[]},\"el:e13\":{\"dynamic-content\":[]}},\"tss\":\" .m11-0.x-bar{height:100px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:16px;background-color:rgba(255, 255, 255, 0);box-shadow:0em 0.19em 2em 0px hsla(0, 0%, 0%, 0.11);z-index:9999;} .m11-0 .x-bar-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-grow:0;flex-shrink:1;flex-basis:100%;height:100px;max-width:1200px;} .m11-0.x-bar-outer-spacers:after,.m11-0.x-bar-outer-spacers:before{flex-basis:2em;width:2em!important;height:2em;} .m11-0.x-bar-space{font-size:16px;height:100px;} .m11-1.x-bar-container{display:flex;flex-direction:row;align-items:center;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;z-index:1;} .m11-2.x-bar-container{justify-content:flex-start;} .m11-3.x-bar-container{flex-grow:1;flex-basis:0%;} .m11-4.x-bar-container{flex-shrink:0;} .m11-5.x-bar-container{flex-grow:0;flex-basis:auto;} .m11-6.x-bar-container{flex-shrink:1;} .m11-7.x-bar-container{justify-content:space-between;} .m11-8.x-bar-container{justify-content:flex-end;} .m11-9.x-image{font-size:1.2em;} .m11-a.x-image{font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:transparent;} .m11-c{font-size:1rem;display:flex;flex-direction:row;justify-content:space-around;align-items:stretch;align-self:stretch;flex-grow:0;flex-shrink:0;flex-basis:auto;} .m11-c > li,.m11-c > li > a{flex-grow:0;flex-shrink:1;flex-basis:auto;} .m11-d{font-size:1em;} .m11-e .x-dropdown {width:14em;font-size:16px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;box-shadow:0em 0.15em 2em 0em rgba(0, 0, 0, 0.15);transition-duration:500ms,500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m11-e .x-dropdown:not(.x-active) {transition-delay:0s,0s,500ms;} .m11-f.x-anchor .x-anchor-text {margin-top:5px;margin-bottom:5px;margin-left:5px;} .m11-f.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1em;font-style:normal;line-height:1;} .m11-g.x-anchor {border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m11-i.x-anchor {font-size:1em;} .m11-j.x-anchor {background-color:transparent;} .m11-j.x-anchor .x-anchor-content {display:flex;flex-direction:row;justify-content:center;align-items:center;} .m11-k.x-anchor .x-anchor-content {padding-top:0em;padding-right:1.25em;padding-bottom:0em;padding-left:1.25em;} .m11-l.x-anchor .x-anchor-text {margin-right:5px;} .m11-l.x-anchor .x-anchor-text-primary {font-weight:%%post tss-fw%%google:lato|700%%\\/post%%;letter-spacing:0.035em;margin-right:calc(0.035em * -1);} .m11-m.x-anchor .x-anchor-text-primary {color:#62656e;} .m11-m.x-anchor:hover .x-anchor-text-primary,.m11-m.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m11-m.x-anchor .x-anchor-text-primary {color:#fc5475;} .m11-n.x-anchor .x-anchor-content {padding-top:0.75em;padding-right:0.75em;padding-bottom:0.75em;padding-left:0.75em;} .m11-n.x-anchor .x-anchor-text {margin-right:auto;} .m11-n.x-anchor .x-anchor-text-primary {font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;color:rgba(0, 0, 0, 0.35);} .m11-n.x-anchor:hover .x-anchor-text-primary,.m11-n.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m11-n.x-anchor .x-anchor-text-primary {color:rgba(0, 0, 0, 0.75);} .m11-n.x-anchor .x-anchor-sub-indicator {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;font-size:1em;color:rgba(0, 0, 0, 0.35);} .m11-n.x-anchor:hover .x-anchor-sub-indicator,.m11-n.x-anchor[class*=\\\"active\\\"] .x-anchor-sub-indicator,[data-x-effect-provider*=\\\"colors\\\"]:hover .m11-n.x-anchor .x-anchor-sub-indicator {color:rgba(0, 0, 0, 0.75);} .m11-o.x-anchor {border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#fc5475;border-right-color:#fc5475;border-bottom-color:#fc5475;border-left-color:#fc5475;} .m11-o.x-anchor .x-anchor-content {padding-top:0.4em;padding-right:1.5em;padding-bottom:0.4em;padding-left:1.5em;} .m11-o.x-anchor:hover,.m11-o.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m11-o.x-anchor {background-color:hsla(348, 97%, 66%, 0.06);} .m11-o.x-anchor .x-anchor-text-primary {text-align:center;} .m11-p.x-anchor {border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;} .m11-q.x-anchor {font-size:1rem;} .m11-r.x-anchor {width:2.75em;height:2.75em;margin-top:0em;margin-right:0em;margin-bottom:0em;margin-left:1em;} .m11-r.x-anchor .x-graphic {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;} .m11-r.x-anchor .x-graphic-icon {font-size:1.25em;width:1em;color:rgba(0, 0, 0, 1);border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;height:1em;line-height:1em;background-color:transparent;} .m11-r.x-anchor:hover .x-graphic-icon,.m11-r.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .m11-r.x-anchor .x-graphic-icon {color:rgba(0, 0, 0, 0.5);} .m11-r.x-anchor .x-toggle {color:rgb(252, 84, 117);} .m11-r.x-anchor:hover .x-toggle,.m11-r.x-anchor[class*=\\\"active\\\"] .x-toggle,[data-x-effect-provider*=\\\"colors\\\"]:hover .m11-r.x-anchor .x-toggle {color:rgb(98, 101, 110);} .m11-r.x-anchor .x-toggle-burger {width:11em;margin-top:3em;margin-right:0;margin-bottom:3em;margin-left:0;font-size:2px;} .m11-r.x-anchor .x-toggle-burger-bun-t {transform:translate3d(0, calc(3em * -1), 0);} .m11-r.x-anchor .x-toggle-burger-bun-b {transform:translate3d(0, 3em, 0);} .m11-s.x-anchor .x-anchor-content {padding-top:0.5em;padding-right:0.5em;padding-bottom:0.5em;padding-left:0.5em;} .m11-s.x-anchor:hover,.m11-s.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m11-s.x-anchor {background-color:hsla(0, 0%, 100%, 0.15);} .m11-s.x-anchor .x-anchor-text-primary {color:#ffffff;} .m11-s > .is-primary {width:0.5em;height:0.5em;border-top-left-radius:0.5em;border-top-right-radius:0.5em;border-bottom-right-radius:0.5em;border-bottom-left-radius:0.5em;color:transparent;transform-origin:50% 50%;} .m11-s > .is-secondary {width:0.5em;height:0.5em;border-top-left-radius:0.5em;border-top-right-radius:0.5em;border-bottom-right-radius:0.5em;border-bottom-left-radius:0.5em;color:transparent;transform-origin:50% 50%;} .m11-t{transition-duration:500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m11-t .x-modal-content-scroll-area{font-size:calc(1.5vw + 16px);padding-top:0;padding-right:calc(1em * 2);padding-bottom:0;padding-left:calc(1em * 2);} .m11-t:not(.x-active){transition-delay:0s,500ms;} .m11-t .x-modal-bg{background-color:hsla(348, 97%, 66%, 0.9);} .m11-t .x-modal-close{width:calc(1em * 2);height:calc(1em * 2);font-size:1em;color:#ffffff;} .m11-t .x-modal-close:focus,.m11-t .x-modal-close:hover{color:rgba(255, 255, 255, 0.55);} .m11-t .x-modal-content{max-width:12em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;transition-duration:500ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);}\",\"element_css\":\"         \"}}'),
(576,7,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"bar\":[\"m7-0\",\"m7-1\"],\"dynamic-content\":[]},\"el:e4\":{\"bar\":[\"m7-0\",\"m7-2\"],\"dynamic-content\":[]},\"el:e2\":{\"container\":[\"m7-3\",\"m7-4\",\"m7-5\"],\"dynamic-content\":[]},\"el:e5\":{\"container\":[\"m7-3\",\"m7-6\",\"m7-7\"],\"dynamic-content\":[]},\"el:e9\":{\"container\":[\"m7-3\",\"m7-4\",\"m7-7\",\"m7-8\"],\"dynamic-content\":[]},\"el:e3\":{\"image\":[\"m7-9\"],\"dynamic-content\":[]},\"el:e6\":{\"text-headline\":[\"m7-a\",\"m7-b\",\"m7-c\"],\"dynamic-content\":[]},\"el:e10\":{\"text-headline\":[\"m7-a\",\"m7-b\",\"m7-d\"],\"dynamic-content\":[]},\"el:e12\":{\"text-headline\":[\"m7-b\",\"m7-d\",\"m7-e\"],\"dynamic-content\":[]},\"el:e7\":{\"menu\":[\"m7-f\"],\"dropdown\":[\"m7-g\"],\"top-links\":[\"m7-h\",\"m7-i\",\"m7-j\",\"m7-k\",\"m7-l\",\"m7-m\"],\"sub-links\":[\"m7-h\",\"m7-i\",\"m7-j\",\"m7-m\",\"m7-n\",\"m7-o\",\"m7-p\"],\"dynamic-content\":[]},\"el:e11\":{\"anchor\":[\"m7-h\",\"m7-i\",\"m7-k\",\"m7-p\",\"m7-q\",\"m7-r\"],\"modal\":[\"m7-u\"],\"dynamic-content\":[]},\"el:e13\":{\"anchor\":[\"m7-i\",\"m7-j\",\"m7-n\",\"m7-r\",\"m7-s\"],\"dynamic-content\":[]},\"el:e14\":{\"anchor\":[\"m7-i\",\"m7-j\",\"m7-n\",\"m7-r\",\"m7-s\"],\"dynamic-content\":[]},\"el:e15\":{\"anchor\":[\"m7-i\",\"m7-j\",\"m7-n\",\"m7-r\",\"m7-s\"],\"dynamic-content\":[]},\"el:e16\":{\"anchor\":[\"m7-i\",\"m7-j\",\"m7-n\",\"m7-r\",\"m7-s\"],\"dynamic-content\":[]},\"el:e8\":{\"text-standard\":[\"m7-t\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .m7-0.x-bar{height:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1rem;background-color:#f4f4f4;z-index:9999;} .m7-0 .x-bar-content{display:flex;flex-direction:row;flex-grow:0;flex-shrink:1;flex-basis:100%;height:auto;} .m7-0.x-bar-outer-spacers:after,.m7-0.x-bar-outer-spacers:before{flex-basis:2rem;width:2rem!important;height:2rem;} .m7-0.x-bar-space{font-size:1rem;} .m7-1.x-bar{padding-top:4rem;padding-right:0rem;padding-bottom:1.5rem;padding-left:0rem;} .m7-1 .x-bar-content{justify-content:center;align-items:center;max-width:2200px;} .m7-2.x-bar{padding-top:0em;padding-right:0em;padding-bottom:2em;padding-left:0em;} .m7-2 .x-bar-content{justify-content:space-between;align-items:stretch;flex-wrap:wrap;align-content:stretch;max-width:1200px;} .m7-3.x-bar-container{display:flex;flex-grow:1;font-size:1em;z-index:1;} .m7-4.x-bar-container{flex-direction:row;} .m7-5.x-bar-container{justify-content:center;align-items:center;flex-shrink:0;flex-basis:0%;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;text-align:center;} .m7-6.x-bar-container{flex-direction:column;align-items:stretch;flex-basis:160px;padding-right:2rem;} .m7-7.x-bar-container{justify-content:flex-start;flex-shrink:1;border-top-width:1px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:#363636;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;padding-top:2rem;padding-bottom:2rem;padding-left:0rem;} .m7-8.x-bar-container{align-items:flex-start;flex-wrap:wrap;align-content:flex-start;flex-basis:460px;padding-right:0rem;} .m7-9.x-image{display:block;font-size:1em;max-width:75%;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:transparent;} .m7-a.x-text{margin-top:0rem;} .m7-b.x-text{margin-right:0rem;margin-bottom:1rem;margin-left:0rem;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1rem;} .m7-b.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:opensans%%\\/post%%;font-style:normal;font-weight:%%post tss-fw%%google:opensans|600%%\\/post%%;line-height:1;letter-spacing:0.1em;margin-right:calc(0.1em * -1);text-transform:uppercase;color:#222222;} .m7-c.x-text{padding-top:0em;padding-right:0em;padding-bottom:2em;padding-left:0em;} .m7-c.x-text .x-text-content-text-primary{font-size:1.6em;text-align:center;} .m7-d.x-text .x-text-content-text-primary{font-size:1em;} .m7-e.x-text{width:100%;margin-top:2rem;} .m7-f{margin-top:-0.4rem;margin-right:0rem;margin-bottom:-0.4rem;margin-left:0rem;font-size:1rem;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;align-self:stretch;flex-grow:0;flex-shrink:0;flex-basis:auto;} .m7-f > li,.m7-f > li > a{flex-grow:0;flex-shrink:1;flex-basis:auto;} .m7-g .x-dropdown {width:14em;font-size:16px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;box-shadow:0em 0.15em 2em 0em rgba(0, 0, 0, 0.15);transition-duration:500ms,500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m7-g .x-dropdown:not(.x-active) {transition-delay:0s,0s,500ms;} .m7-h.x-anchor {font-size:1em;} .m7-h.x-anchor .x-anchor-text-primary {font-size:1em;font-style:normal;line-height:1;} .m7-i.x-anchor {border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m7-i.x-anchor .x-anchor-content {display:flex;flex-direction:row;align-items:center;} .m7-j.x-anchor {background-color:transparent;} .m7-k.x-anchor .x-anchor-content {justify-content:flex-start;} .m7-k.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:opensans%%\\/post%%;font-weight:%%post tss-fw%%google:opensans|400%%\\/post%%;} .m7-l.x-anchor .x-anchor-content {padding-top:0.4rem;padding-right:0rem;padding-bottom:0.4rem;padding-left:0rem;} .m7-l.x-anchor .x-anchor-text-primary {color:#222222;} .m7-l.x-anchor:hover .x-anchor-text-primary,.m7-l.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m7-l.x-anchor .x-anchor-text-primary {color:#999999;} .m7-m.x-anchor .x-anchor-sub-indicator {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;font-size:1em;color:rgba(0, 0, 0, 1);} .m7-m.x-anchor:hover .x-anchor-sub-indicator,.m7-m.x-anchor[class*=\\\"active\\\"] .x-anchor-sub-indicator,[data-x-effect-provider*=\\\"colors\\\"]:hover .m7-m.x-anchor .x-anchor-sub-indicator {color:rgba(0, 0, 0, 0.5);} .m7-n.x-anchor .x-anchor-content {justify-content:center;} .m7-o.x-anchor .x-anchor-content {padding-top:0.75em;padding-right:0.75em;padding-bottom:0.75em;padding-left:0.75em;} .m7-o.x-anchor .x-anchor-text {margin-top:5px;margin-bottom:5px;margin-left:5px;} .m7-o.x-anchor .x-anchor-text-primary {font-family:inherit;font-weight:%%post tss-fw%%inherit|400%%\\/post%%;color:rgba(0, 0, 0, 1);} .m7-o.x-anchor:hover .x-anchor-text-primary,.m7-o.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m7-o.x-anchor .x-anchor-text-primary {color:rgba(0, 0, 0, 0.5);} .m7-p.x-anchor .x-anchor-text {margin-right:auto;} .m7-q.x-anchor {width:100%;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:white;box-shadow:0em 0.15em 0.5em 0em rgba(0, 0, 0, 0.05);} .m7-q.x-anchor .x-anchor-content {padding-top:0.25em;padding-right:0.25em;padding-bottom:0.25em;padding-left:0.25em;} .m7-q.x-anchor .x-anchor-text {margin-top:0em;margin-bottom:0.175em;margin-left:auto;} .m7-q.x-anchor .x-anchor-text-primary {text-align:center;color:#999999;} .m7-q.x-anchor:hover .x-anchor-text-primary,.m7-q.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m7-q.x-anchor .x-anchor-text-primary {color:#222222;} .m7-q.x-anchor .x-graphic {margin-top:0px;margin-right:0em;margin-bottom:-1px;margin-left:0px;} .m7-q.x-anchor .x-graphic-icon {width:2.5em;color:white;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;height:2.5em;line-height:2.5em;background-color:#999999;} .m7-q.x-anchor:hover .x-graphic-icon,.m7-q.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .m7-q.x-anchor .x-graphic-icon {background-color:#222222;} .m7-q.x-anchor .x-toggle {color:rgba(0, 0, 0, 1);} .m7-q.x-anchor:hover .x-toggle,.m7-q.x-anchor[class*=\\\"active\\\"] .x-toggle,[data-x-effect-provider*=\\\"colors\\\"]:hover .m7-q.x-anchor .x-toggle {color:rgba(0, 0, 0, 0.5);} .m7-q.x-anchor .x-toggle-burger {width:12em;margin-top:3.25em;margin-right:0;margin-bottom:3.25em;margin-left:0;font-size:0.1em;} .m7-q.x-anchor .x-toggle-burger-bun-t {transform:translate3d(0, calc(3.25em * -1), 0);} .m7-q.x-anchor .x-toggle-burger-bun-b {transform:translate3d(0, 3.25em, 0);} .m7-r.x-anchor .x-graphic-icon {font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m7-s.x-anchor {width:1em;height:1em;margin-top:0em;margin-right:0.25em;margin-bottom:0em;margin-left:0em;font-size:1.5rem;} .m7-s.x-anchor .x-graphic-icon {width:1em;color:#999999;height:1em;line-height:1em;background-color:transparent;} .m7-s.x-anchor:hover .x-graphic-icon,.m7-s.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .m7-s.x-anchor .x-graphic-icon {color:#222222;} .m7-t.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:5em;padding-right:0em;padding-bottom:0em;padding-left:0em;font-family:inherit;font-size:1em;font-style:normal;font-weight:inherit;line-height:inherit;letter-spacing:0em;text-align:center;text-transform:none;color:rgba(0, 0, 0, 1);} .m7-t.x-text > :first-child{margin-top:0;} .m7-t.x-text > :last-child{margin-bottom:0;} .m7-u{transition-duration:500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m7-u .x-modal-content-scroll-area{font-size:16px;padding-top:0;padding-right:calc(1.5em * 1);padding-bottom:0;padding-left:calc(1.5em * 1);} .m7-u:not(.x-active){transition-delay:0s,500ms;} .m7-u .x-modal-bg{background-color:hsla(0, 0%, 95%, 0.95);} .m7-u .x-modal-close{width:calc(1em * 1);height:calc(1em * 1);font-size:1.5em;color:rgba(255, 255, 255, 0.5);} .m7-u .x-modal-close:focus,.m7-u .x-modal-close:hover{color:#ffffff;} .m7-u .x-modal-content{max-width:28em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em;background-color:#ffffff;box-shadow:0em 0.15em 1.5em 0em hsla(0, 0%, 0%, 0.1);transition-duration:500ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);}\",\"element_css\":\"               \"}}'),
(577,16,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"section\":[\"mg-0\",\"mg-1\",\"mg-2\"],\"dynamic-content\":[]},\"el:e9\":{\"section\":[\"mg-0\",\"mg-2\",\"mg-3\",\"mg-4\"],\"dynamic-content\":[]},\"el:e14\":{\"section\":[\"mg-0\",\"mg-2\",\"mg-4\",\"mg-5\",\"mg-6\"],\"dynamic-content\":[]},\"el:e37\":{\"section\":[\"mg-0\",\"mg-4\",\"mg-7\"],\"dynamic-content\":[]},\"el:e41\":{\"section\":[\"mg-0\",\"mg-2\",\"mg-4\",\"mg-6\",\"mg-8\"],\"dynamic-content\":[]},\"el:e3\":{\"effects\":[\"mg-9\",\"mg-a\"],\"layout-column\":[\"mg-p\"],\"dynamic-content\":[]},\"el:e6\":{\"effects\":[\"mg-a\",\"mg-b\"],\"layout-column\":[\"mg-p\"],\"dynamic-content\":[]},\"el:e8\":{\"effects\":[\"mg-c\"],\"anchor\":[\"mg-1d\"],\"dynamic-content\":[]},\"el:e17\":{\"effects\":[\"mg-d\",\"mg-e\"],\"layout-div\":[\"mg-1i\",\"mg-1j\"],\"dynamic-content\":[]},\"el:e24\":{\"effects\":[\"mg-d\",\"mg-e\"],\"layout-div\":[\"mg-1i\",\"mg-1j\"],\"dynamic-content\":[]},\"el:e31\":{\"effects\":[\"mg-d\",\"mg-e\"],\"layout-div\":[\"mg-1i\",\"mg-1j\"],\"dynamic-content\":[]},\"el:e21\":{\"effects\":[\"mg-e\",\"mg-f\"],\"layout-div\":[\"mg-1i\",\"mg-1k\"],\"dynamic-content\":[]},\"el:e28\":{\"effects\":[\"mg-e\",\"mg-f\"],\"layout-div\":[\"mg-1i\",\"mg-1k\"],\"dynamic-content\":[]},\"el:e35\":{\"effects\":[\"mg-e\",\"mg-f\"],\"layout-div\":[\"mg-1i\",\"mg-1k\"],\"dynamic-content\":[]},\"el:e2\":{\"layout-row\":[\"mg-g\",\"mg-h\"],\"layout-row-columns\":[\"mg-k\"],\"dynamic-content\":[]},\"el:e15\":{\"layout-row\":[\"mg-g\",\"mg-i\"],\"layout-row-columns\":[\"mg-l\"],\"dynamic-content\":[]},\"el:e38\":{\"layout-row\":[\"mg-g\",\"mg-j\"],\"layout-row-columns\":[\"mg-m\",\"mg-n\"],\"dynamic-content\":[]},\"el:e43\":{\"layout-row\":[\"mg-g\",\"mg-j\"],\"layout-row-columns\":[\"mg-m\",\"mg-o\"],\"dynamic-content\":[]},\"el:e16\":{\"layout-column\":[\"mg-p\",\"mg-q\"],\"dynamic-content\":[]},\"el:e23\":{\"layout-column\":[\"mg-p\",\"mg-q\"],\"dynamic-content\":[]},\"el:e30\":{\"layout-column\":[\"mg-p\",\"mg-q\"],\"dynamic-content\":[]},\"el:e39\":{\"layout-column\":[\"mg-p\"],\"dynamic-content\":[]},\"el:e44\":{\"layout-column\":[\"mg-p\",\"mg-r\"],\"dynamic-content\":[]},\"el:e4\":{\"text-headline\":[\"mg-s\",\"mg-t\",\"mg-u\",\"mg-v\"],\"dynamic-content\":[]},\"el:e12\":{\"text-headline\":[\"mg-s\",\"mg-t\",\"mg-w\",\"mg-x\"],\"dynamic-content\":[]},\"el:e19\":{\"text-headline\":[\"mg-t\",\"mg-v\",\"mg-x\",\"mg-y\"],\"dynamic-content\":[]},\"el:e26\":{\"text-headline\":[\"mg-t\",\"mg-v\",\"mg-x\",\"mg-y\"],\"dynamic-content\":[]},\"el:e33\":{\"text-headline\":[\"mg-t\",\"mg-v\",\"mg-x\",\"mg-y\"],\"dynamic-content\":[]},\"el:e5\":{\"image\":[\"mg-z\"],\"dynamic-content\":[]},\"el:e18\":{\"image\":[\"mg-z\",\"mg-10\"],\"dynamic-content\":[]},\"el:e25\":{\"image\":[\"mg-z\",\"mg-10\"],\"dynamic-content\":[]},\"el:e32\":{\"image\":[\"mg-z\",\"mg-10\"],\"dynamic-content\":[]},\"el:e45\":{\"image\":[\"mg-z\"],\"dynamic-content\":[]},\"el:e7\":{\"text-standard\":[\"mg-11\",\"mg-12\",\"mg-13\",\"mg-14\",\"mg-15\"],\"dynamic-content\":[]},\"el:e20\":{\"text-standard\":[\"mg-11\",\"mg-12\",\"mg-16\",\"mg-17\",\"mg-18\"],\"dynamic-content\":[]},\"el:e27\":{\"text-standard\":[\"mg-11\",\"mg-12\",\"mg-16\",\"mg-18\",\"mg-19\"],\"dynamic-content\":[]},\"el:e34\":{\"text-standard\":[\"mg-11\",\"mg-12\",\"mg-16\",\"mg-17\",\"mg-18\"],\"dynamic-content\":[]},\"el:e40\":{\"text-standard\":[\"mg-11\",\"mg-12\",\"mg-13\",\"mg-18\",\"mg-1a\",\"mg-1b\"],\"dynamic-content\":[]},\"el:e42\":{\"text-standard\":[\"mg-12\",\"mg-13\",\"mg-15\",\"mg-18\",\"mg-1a\",\"mg-1c\"],\"dynamic-content\":[]},\"el:e10\":{\"layout-grid\":[\"mg-1e\"],\"dynamic-content\":[]},\"el:e11\":{\"layout-cell\":[\"mg-1f\",\"mg-1g\"],\"dynamic-content\":[]},\"el:e13\":{\"layout-cell\":[\"mg-1g\",\"mg-1h\"],\"dynamic-content\":[]},\"el:e22\":{\"icon\":[\"mg-1l\"],\"dynamic-content\":[]},\"el:e29\":{\"icon\":[\"mg-1l\"],\"dynamic-content\":[]},\"el:e36\":{\"icon\":[\"mg-1l\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .mg-0.x-section{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .mg-1.x-section{padding-top:calc(3em + 5vmin);padding-right:1rem;padding-bottom:calc(3em + 5vmin);padding-left:1rem;font-size:calc(12px + 1vmin);background-color:#07adcb;} .mg-2.x-section{z-index:1;} .mg-3.x-section{padding-top:122px;padding-bottom:122px;background-color:#f6f9fc;} .mg-4.x-section{padding-right:0px;padding-left:0px;} .mg-5.x-section{padding-top:20vmin;padding-bottom:20vmin;} .mg-6.x-section{background-color:#05b6d6;} .mg-7.x-section{padding-top:65px;padding-bottom:65px;z-index:auto;} .mg-8.x-section{padding-top:0px;padding-bottom:0px;} :where(body:not(.tco-disable-effects)) .mg-9:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-delay:0ms;transition-delay:0ms;} :where(body:not(.tco-disable-effects)) .mg-a:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-duration:1000ms;animation-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);transition-duration:1000ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .mg-a:is(.x-effect-enter){opacity:1;transform:translate(0px, 0px);} :where(body:not(.tco-disable-effects)) .mg-a:is(.x-effect-exit){opacity:0;transform:translate(0px, 1rem);} :where(body:not(.tco-disable-effects)) .mg-b:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-delay:100ms;transition-delay:100ms;} .mg-c{transition-duration:0ms;} .mg-c .x-anchor-text-primary {transition-duration:0ms;} .mg-c .x-anchor-text-secondary {transition-duration:0ms;} .mg-c .x-graphic-child {transition-duration:0ms;} .mg-d{transform:scale3d(1, 1, 1);} :where(body:not(.tco-disable-effects)) .mg-d:hover,:where(body:not(.tco-disable-effects)) [data-x-effect-provider*=\\\"effects\\\"]:hover .mg-d{transform:scale3d(1.05, 1.05, 1);} :where(body:not(.tco-disable-effects)) .mg-e:hover,:where(body:not(.tco-disable-effects)) [data-x-effect-provider*=\\\"effects\\\"]:hover .mg-e{opacity:1;} .mg-f{opacity:0;} :where(body:not(.tco-disable-effects)) .mg-f:hover,:where(body:not(.tco-disable-effects)) [data-x-effect-provider*=\\\"effects\\\"]:hover .mg-f{transform:scale(1.05);} .mg-g.x-row{z-index:auto;margin-right:auto;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;font-size:1em;} .mg-g > .x-row-inner{flex-direction:row;justify-content:flex-start;align-items:stretch;align-content:stretch;} .mg-h.x-row{width:84%;max-width:1080px;} .mg-h > .x-row-inner{margin-top:calc(((1em \\/ 2) + 1px) * -1);margin-right:calc(((2rem \\/ 2) + 1px) * -1);margin-bottom:calc(((1em \\/ 2) + 1px) * -1);margin-left:calc(((2rem \\/ 2) + 1px) * -1);} .mg-h > .x-row-inner > *{margin-top:calc(1em \\/ 2);margin-bottom:calc(1em \\/ 2);margin-right:calc(2rem \\/ 2);margin-left:calc(2rem \\/ 2);} .mg-i.x-row{text-align:center;background-color:#ececf4;box-shadow:0em 1.35em 2.75em 0em rgba(18, 23, 63, 0.16);} .mg-i > .x-row-inner{margin-top:calc(((2px \\/ 2) + 1px) * -1);margin-right:calc(((2px \\/ 2) + 1px) * -1);margin-bottom:calc(((2px \\/ 2) + 1px) * -1);margin-left:calc(((2px \\/ 2) + 1px) * -1);} .mg-i > .x-row-inner > *{flex-grow:1;margin-top:calc(2px \\/ 2);margin-bottom:calc(2px \\/ 2);margin-right:calc(2px \\/ 2);margin-left:calc(2px \\/ 2);} .mg-j > .x-row-inner{margin-top:calc(((20px \\/ 2) + 1px) * -1);margin-right:calc(((20px \\/ 2) + 1px) * -1);margin-bottom:calc(((20px \\/ 2) + 1px) * -1);margin-left:calc(((20px \\/ 2) + 1px) * -1);} .mg-j > .x-row-inner > *{margin-top:calc(20px \\/ 2);margin-bottom:calc(20px \\/ 2);margin-right:calc(20px \\/ 2);margin-left:calc(20px \\/ 2);} .mg-k{--gap:2rem;} .mg-k > .x-row-inner > *:nth-child(2n - 0) \\/** 66b92b9976211 *\\/{flex-basis:calc(64% - clamp(0px, var(--gap), 9999px));} .mg-k > .x-row-inner > *:nth-child(2n - 1) \\/** 66b92b9976211 *\\/{flex-basis:calc(36% - clamp(0px, var(--gap), 9999px));} .mg-l{--gap:2px;} .mg-l > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92b99aee7e *\\/{flex-basis:calc(20.5em - clamp(0px, var(--gap), 9999px));} .mg-m{--gap:20px;} .mg-n > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92b99f020c *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));} .mg-o > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92b9a07f1b *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));} .mg-p.x-col{z-index:1;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;} .mg-q.x-col{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;background-color:#ffffff;} .mg-r.x-col{text-align:center;} .mg-t.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .mg-t.x-text .x-text-content-text-primary{font-style:normal;} .mg-u.x-text{font-size:2.441em;} .mg-u.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:manrope%%\\/post%%;font-weight:%%post tss-fw%%google:manrope|600%%\\/post%%;line-height:1.15;letter-spacing:-0.025em;margin-right:calc(-0.025em * -1);text-align:center;color:rgb(0, 0, 0);} .mg-v.x-text .x-text-content-text-primary{font-size:1em;text-transform:none;} .mg-w.x-text{font-size:1em;} .mg-w.x-text .x-text-content-text-primary{font-family:inherit;font-size:1.5625em;font-weight:%%post tss-fw%%inherit|700%%\\/post%%;line-height:1.4;text-transform:capitalize;color:#05b6d6;} .mg-w.x-text .x-text-content-text-subheadline{margin-top:0.25rem;font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1.25em;font-style:italic;font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;line-height:1.55;letter-spacing:0em;text-transform:none;color:rgb(0, 0, 0);} .mg-x.x-text .x-text-content-text-primary{letter-spacing:0em;} .mg-y.x-text{margin-top:0.64em;margin-right:0em;margin-bottom:0.107em;margin-left:0em;font-size:1.563em;} .mg-y.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:poppins%%\\/post%%;font-weight:%%post tss-fw%%google:poppins|700%%\\/post%%;line-height:1.2;color:#12173f;} .mg-z.x-image{font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .mg-10.x-image{display:block;} .mg-11.x-text{font-size:1em;text-transform:none;} .mg-12.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-style:normal;} .mg-12.x-text > :first-child{margin-top:0;} .mg-12.x-text > :last-child{margin-bottom:0;} .mg-13.x-text{font-family:inherit;} .mg-14.x-text{font-weight:%%post tss-fw%%inherit|500%%\\/post%%;line-height:1.85;letter-spacing:0.015em;} .mg-15.x-text{color:rgb(255, 255, 255);} .mg-16.x-text{max-width:15em;font-family:%%post tss-ff%%google:barlow%%\\/post%%;line-height:1.6;} .mg-17.x-text{font-weight:%%post tss-fw%%google:barlow|500%%\\/post%%;color:#3d4059;} .mg-18.x-text{letter-spacing:0em;} .mg-19.x-text{font-weight:%%post tss-fw%%google:barlow|600%%\\/post%%;color:rgb(0, 0, 0);} .mg-1a.x-text{font-weight:inherit;line-height:inherit;} .mg-1b.x-text{color:rgba(0, 0, 0, 1);} .mg-1c.x-text{margin-top:0em;margin-right:0em;margin-bottom:-1.048em;margin-left:0em;font-size:3.25em;text-align:center;text-transform:uppercase;background-color:#f4c808;} .mg-1d.x-anchor {width:100%;margin-top:1.953em;margin-right:0em;margin-bottom:0em;margin-left:0em;border-top-width:1px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:dotted;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;font-size:14px;background-color:rgba(255, 255, 255, 0);} .mg-1d.x-anchor .x-anchor-content {display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:baseline;padding-top:2.441em;padding-right:0em;padding-bottom:0em;padding-left:0em;} .mg-1d.x-anchor:hover,.mg-1d.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .mg-1d.x-anchor {border-top-color:rgb(0, 0, 0);border-right-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);border-left-color:rgb(0, 0, 0);} .mg-1d.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:manrope%%\\/post%%;font-size:1em;font-style:normal;font-weight:%%post tss-fw%%google:manrope|600%%\\/post%%;line-height:1.1;letter-spacing:0.265em;margin-right:calc(0.265em * -1);text-transform:uppercase;color:rgb(0, 0, 0);} .mg-1d.x-anchor:hover .x-anchor-text-primary,.mg-1d.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .mg-1d.x-anchor .x-anchor-text-primary {color:rgb(255, 255, 255);} .mg-1d.x-anchor .x-graphic {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8em;} .mg-1d.x-anchor .x-graphic-icon {font-size:1em;width:auto;color:rgb(255, 255, 255);border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;height:1em;line-height:1em;} .mg-1d.x-anchor:hover .x-graphic-icon,.mg-1d.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .mg-1d.x-anchor .x-graphic-icon {color:#000000;} .mg-1e.x-grid{grid-gap:0px 0px;justify-content:space-between;align-content:start;justify-items:stretch;align-items:stretch;z-index:auto;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;grid-template-columns:1fr 4rem 1fr;grid-template-rows:4rem auto 6rem;} .mg-1f.x-cell{grid-column-start:2;grid-column-end:4;grid-row-start:2;grid-row-end:3;z-index:2;padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem;background-color:#ffffff;box-shadow:-2rem 2rem 0rem 0rem #05b6d6;} .mg-1g.x-cell{justify-self:auto;align-self:auto;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#f4cb09;border-right-color:#f4cb09;border-bottom-color:#f4cb09;border-left-color:#f4cb09;font-size:1em;} .mg-1h.x-cell{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:4;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;z-index:1;background-color:#000000;box-shadow:0.5rem 0.5rem 0rem 0rem #05b6d6;} .mg-1i{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center;flex-grow:0;flex-shrink:1;flex-basis:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;font-size:1em;} .mg-1j{z-index:1;width:100%;padding-top:45px;padding-right:45px;padding-bottom:45px;padding-left:45px;background-color:#ffffff;} .mg-1k{position:absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:2;box-shadow:0em 1em 1.85em 0em rgba(18, 23, 63, 0.22);} div.mg-1k {pointer-events:none;} .mg-1l{width:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;height:1em;line-height:1em;font-size:2em;color:transparent;}@media screen and (max-width: 978px){ .mg-k > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92b9976302 *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));}}@media screen and (max-width: 766px){ .mg-1e.x-grid{grid-template-columns:4rem 1fr 4rem;} .mg-1f.x-cell{grid-row-start:1;} .mg-1h.x-cell{grid-row-start:2;}}@media screen and (min-width: 480px) and (max-width: 766px){ .mg-1e.x-grid{grid-template-rows:1fr 4rem 1.5fr;}}@media screen and (max-width: 479px){ .mg-1e.x-grid{grid-template-rows:1fr 4rem 1fr;}}\",\"element_css\":\"                                            \"}}'),
(580,151,'_thumbnail_id','152'),
(583,148,'_thumbnail_id','149'),
(586,142,'_thumbnail_id','143'),
(587,22,'_wp_old_date','2024-07-05'),
(588,23,'_wp_old_date','2024-07-05'),
(589,28,'_wp_old_date','2024-07-05'),
(590,24,'_wp_old_date','2024-07-05'),
(591,6,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"bar\":[\"m6-0\",\"m6-1\"],\"dynamic-content\":[]},\"el:e12\":{\"bar\":[\"m6-1\",\"m6-2\",\"m6-3\"],\"dynamic-content\":[]},\"el:e14\":{\"bar\":[\"m6-1\",\"m6-3\",\"m6-4\"],\"dynamic-content\":[]},\"el:e2\":{\"container\":[\"m6-5\",\"m6-6\",\"m6-7\",\"m6-8\",\"m6-9\",\"m6-a\"],\"dynamic-content\":[]},\"el:e4\":{\"container\":[\"m6-5\",\"m6-6\",\"m6-7\",\"m6-a\",\"m6-b\",\"m6-c\"],\"dynamic-content\":[]},\"el:e6\":{\"container\":[\"m6-5\",\"m6-6\",\"m6-9\",\"m6-a\",\"m6-b\",\"m6-d\"],\"dynamic-content\":[]},\"el:e8\":{\"container\":[\"m6-5\",\"m6-6\",\"m6-8\",\"m6-9\",\"m6-a\",\"m6-e\"],\"dynamic-content\":[]},\"el:e13\":{\"container\":[\"m6-5\",\"m6-b\",\"m6-c\",\"m6-f\",\"m6-g\"],\"dynamic-content\":[]},\"el:e15\":{\"container\":[\"m6-5\",\"m6-a\",\"m6-b\",\"m6-c\",\"m6-f\",\"m6-h\"],\"dynamic-content\":[]},\"el:e3\":{\"image\":[\"m6-i\"],\"dynamic-content\":[]},\"el:e5\":{\"image\":[\"m6-j\"],\"dynamic-content\":[]},\"el:e7\":{\"menu\":[\"m6-k\",\"m6-l\"],\"dropdown\":[\"m6-n\"],\"top-links\":[\"m6-o\",\"m6-p\",\"m6-q\",\"m6-r\",\"m6-s\",\"m6-t\",\"m6-u\",\"m6-v\",\"m6-w\",\"m6-x\",\"m6-y\"],\"sub-links\":[\"m6-o\",\"m6-p\",\"m6-q\",\"m6-r\",\"m6-s\",\"m6-t\",\"m6-v\",\"m6-x\",\"m6-z\",\"m6-10\"],\"dynamic-content\":[]},\"el:e11\":{\"menu\":[\"m6-k\",\"m6-m\"],\"menu-links\":[\"m6-o\",\"m6-p\",\"m6-r\",\"m6-s\",\"m6-t\",\"m6-v\",\"m6-w\",\"m6-x\",\"m6-y\",\"m6-12\",\"m6-19\"],\"anchor\":[\"m6-p\",\"m6-q\",\"m6-s\",\"m6-t\",\"m6-13\",\"m6-15\",\"m6-18\"],\"modal\":[\"m6-1c\"],\"dynamic-content\":[]},\"el:e9\":{\"anchor\":[\"m6-o\",\"m6-s\",\"m6-t\",\"m6-v\",\"m6-w\",\"m6-x\",\"m6-y\",\"m6-11\",\"m6-12\",\"m6-13\",\"m6-14\"],\"dynamic-content\":[]},\"el:e10\":{\"anchor\":[\"m6-o\",\"m6-p\",\"m6-r\",\"m6-t\",\"m6-15\",\"m6-16\",\"m6-17\"],\"dynamic-content\":[]},\"el:e18\":{\"anchor\":[\"m6-o\",\"m6-p\",\"m6-t\",\"m6-v\",\"m6-w\",\"m6-z\",\"m6-12\",\"m6-13\",\"m6-14\",\"m6-1a\"],\"dynamic-content\":[]},\"el:e19\":{\"anchor\":[\"m6-o\",\"m6-p\",\"m6-r\",\"m6-t\",\"m6-15\",\"m6-16\",\"m6-1b\"],\"dynamic-content\":[]},\"el:e16\":{\"text-headline\":[\"m6-1d\"],\"dynamic-content\":[]},\"el:e17\":{\"text-standard\":[\"m6-1e\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]},\"el:e20\":{\"dynamic-content\":[]},\"el:e21\":{\"dynamic-content\":[]},\"el:e22\":{\"dynamic-content\":[]}},\"tss\":\" .m6-0.x-bar{height:100px;background-color:rgba(255, 255, 255, 0);box-shadow:0em 0.19em 2em 0px hsla(0, 0%, 0%, 0.11);z-index:9999;} .m6-0 .x-bar-content{justify-content:space-between;height:100px;max-width:1200px;} .m6-0.x-bar-space{height:100px;} .m6-1.x-bar{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:16px;} .m6-1 .x-bar-content{display:flex;flex-direction:row;align-items:center;flex-grow:0;flex-shrink:1;flex-basis:100%;} .m6-1.x-bar-outer-spacers:after,.m6-1.x-bar-outer-spacers:before{flex-basis:2em;width:2em!important;height:2em;} .m6-1.x-bar-space{font-size:16px;} .m6-2.x-bar{height:1000px;} .m6-2 .x-bar-content{height:1000px;} .m6-2.x-bar-space{height:1000px;} .m6-3.x-bar{background-color:#05b6d6;z-index:9998;} .m6-3 .x-bar-content{justify-content:center;} .m6-4.x-bar{height:280px;} .m6-4 .x-bar-content{height:280px;} .m6-4.x-bar-space{height:280px;} .m6-5.x-bar-container{display:flex;align-items:center;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;z-index:1;} .m6-6.x-bar-container{flex-direction:row;} .m6-7.x-bar-container{justify-content:flex-start;} .m6-8.x-bar-container{flex-grow:1;flex-basis:0%;} .m6-9.x-bar-container{flex-shrink:0;} .m6-b.x-bar-container{flex-grow:0;flex-basis:auto;} .m6-c.x-bar-container{flex-shrink:1;} .m6-d.x-bar-container{justify-content:space-between;} .m6-e.x-bar-container{justify-content:flex-end;} .m6-f.x-bar-container{flex-direction:column;justify-content:center;margin-right:0px;margin-left:0px;} .m6-g.x-bar-container{width:100%;margin-top:8px;margin-bottom:0px;padding-top:73px;padding-right:0px;padding-bottom:0px;padding-left:0px;} .m6-h.x-bar-container{margin-top:-50px;margin-bottom:-30px;} .m6-i.x-image{font-size:1.2em;} .m6-j.x-image{font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:transparent;} .m6-l{font-size:1rem;display:flex;flex-direction:row;justify-content:space-around;align-items:stretch;align-self:stretch;flex-grow:0;flex-shrink:0;flex-basis:auto;} .m6-l > li,.m6-l > li > a{flex-grow:0;flex-shrink:1;flex-basis:auto;} .m6-m{font-size:1em;} .m6-n .x-dropdown {width:14em;font-size:16px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-color:#ffffff;box-shadow:0em 0.15em 2em 0em rgba(0, 0, 0, 0.15);transition-duration:500ms,500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m6-n .x-dropdown:not(.x-active) {transition-delay:0s,0s,500ms;} .m6-p.x-anchor {border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m6-r.x-anchor {font-size:1em;} .m6-s.x-anchor {background-color:transparent;} .m6-t.x-anchor .x-anchor-content {display:flex;flex-direction:row;justify-content:center;align-items:center;} .m6-u.x-anchor .x-anchor-content {padding-top:0em;padding-right:1.25em;padding-bottom:0em;padding-left:1.25em;} .m6-u.x-anchor .x-anchor-text-primary {color:#62656e;} .m6-u.x-anchor:hover .x-anchor-text-primary,.m6-u.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-u.x-anchor .x-anchor-text-primary {color:#fc5475;} .m6-v.x-anchor .x-anchor-text {margin-top:5px;margin-bottom:5px;margin-left:5px;} .m6-v.x-anchor .x-anchor-text-primary {font-size:1em;font-style:normal;line-height:1;} .m6-w.x-anchor .x-anchor-text {margin-right:5px;} .m6-x.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:lato%%\\/post%%;} .m6-y.x-anchor .x-anchor-text-primary {font-weight:%%post tss-fw%%google:lato|700%%\\/post%%;letter-spacing:0.035em;margin-right:calc(0.035em * -1);} .m6-z.x-anchor .x-anchor-content {padding-top:0.75em;padding-bottom:0.75em;} .m6-10.x-anchor .x-anchor-content {padding-right:0.75em;padding-left:0.75em;} .m6-10.x-anchor .x-anchor-text {margin-right:auto;} .m6-10.x-anchor .x-anchor-text-primary {font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;color:rgba(0, 0, 0, 0.35);} .m6-10.x-anchor:hover .x-anchor-text-primary,.m6-10.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-10.x-anchor .x-anchor-text-primary {color:rgba(0, 0, 0, 0.75);} .m6-10.x-anchor .x-anchor-sub-indicator {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;font-size:1em;color:rgba(0, 0, 0, 0.35);} .m6-10.x-anchor:hover .x-anchor-sub-indicator,.m6-10.x-anchor[class*=\\\"active\\\"] .x-anchor-sub-indicator,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-10.x-anchor .x-anchor-sub-indicator {color:rgba(0, 0, 0, 0.75);} .m6-11.x-anchor {border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(0, 0, 0);border-right-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);border-left-color:rgb(0, 0, 0);} .m6-11.x-anchor .x-anchor-content {padding-top:0.4em;padding-right:1.5em;padding-bottom:0.4em;padding-left:1.5em;} .m6-11.x-anchor:hover,.m6-11.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-11.x-anchor {background-color:hsla(348, 97%, 66%, 0.06);} .m6-11.x-anchor .x-anchor-text-primary {color:rgb(0, 0, 0);} .m6-11.x-anchor:hover .x-anchor-text-primary,.m6-11.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-11.x-anchor .x-anchor-text-primary {color:#05b6d6;} .m6-12.x-anchor {border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;} .m6-13.x-anchor {font-size:1rem;} .m6-14.x-anchor .x-anchor-text-primary {text-align:center;} .m6-15.x-anchor {width:2.75em;height:2.75em;} .m6-15.x-anchor .x-graphic {margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;} .m6-15.x-anchor .x-graphic-icon {font-size:1.25em;color:rgba(0, 0, 0, 1);border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m6-16.x-anchor {border-top-left-radius:100em;border-top-right-radius:100em;border-bottom-right-radius:100em;border-bottom-left-radius:100em;box-shadow:0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);} .m6-16.x-anchor .x-graphic-icon {width:auto;} .m6-17.x-anchor {background-color:#05b6d6;} .m6-17.x-anchor:hover,.m6-17.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-17.x-anchor {background-color:#f6cc06;} .m6-17.x-anchor:hover .x-graphic-icon,.m6-17.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-17.x-anchor .x-graphic-icon {color:rgb(255, 255, 255);} .m6-18.x-anchor {margin-top:0em;margin-right:0em;margin-bottom:0em;margin-left:1em;} .m6-18.x-anchor .x-graphic-icon {width:1em;height:1em;line-height:1em;background-color:transparent;} .m6-18.x-anchor:hover .x-graphic-icon,.m6-18.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-18.x-anchor .x-graphic-icon {color:rgba(0, 0, 0, 0.5);} .m6-18.x-anchor .x-toggle {color:rgb(252, 84, 117);} .m6-18.x-anchor:hover .x-toggle,.m6-18.x-anchor[class*=\\\"active\\\"] .x-toggle,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-18.x-anchor .x-toggle {color:rgb(98, 101, 110);} .m6-18.x-anchor .x-toggle-burger {width:11em;margin-top:3em;margin-right:0;margin-bottom:3em;margin-left:0;font-size:2px;} .m6-18.x-anchor .x-toggle-burger-bun-t {transform:translate3d(0, calc(3em * -1), 0);} .m6-18.x-anchor .x-toggle-burger-bun-b {transform:translate3d(0, 3em, 0);} .m6-19.x-anchor .x-anchor-content {padding-top:0.5em;padding-right:0.5em;padding-bottom:0.5em;padding-left:0.5em;} .m6-19.x-anchor:hover,.m6-19.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-19.x-anchor {background-color:hsla(0, 0%, 100%, 0.15);} .m6-19.x-anchor .x-anchor-text-primary {color:#ffffff;} .m6-19 > .is-primary {width:0.5em;height:0.5em;border-top-left-radius:0.5em;border-top-right-radius:0.5em;border-bottom-right-radius:0.5em;border-bottom-left-radius:0.5em;color:transparent;transform-origin:50% 50%;} .m6-19 > .is-secondary {width:0.5em;height:0.5em;border-top-left-radius:0.5em;border-top-right-radius:0.5em;border-bottom-right-radius:0.5em;border-bottom-left-radius:0.5em;color:transparent;transform-origin:50% 50%;} .m6-1a.x-anchor {width:100%;max-width:12em;background-color:rgb(0, 0, 0);box-shadow:0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.5);} .m6-1a.x-anchor .x-anchor-content {padding-right:1em;padding-left:1em;} .m6-1a.x-anchor:hover,.m6-1a.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-1a.x-anchor {background-color:#04b4d4;box-shadow:0em 0.15em 0.65em 0em rgba(255, 255, 255, 0.5);} .m6-1a.x-anchor .x-anchor-text-primary {font-family:inherit;font-weight:%%post tss-fw%%inherit|700%%\\/post%%;letter-spacing:0.125em;margin-right:calc(0.125em * -1);text-transform:uppercase;color:rgb(255, 255, 255);} .m6-1a.x-anchor:hover .x-anchor-text-primary,.m6-1a.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-1a.x-anchor .x-anchor-text-primary {color:rgba(255, 255, 255, 0.75);} .m6-1b.x-anchor {background-color:rgba(255, 255, 255, 1);} .m6-1b.x-anchor:hover .x-graphic-icon,.m6-1b.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .m6-1b.x-anchor .x-graphic-icon {color:#3b5998;} .m6-1c{transition-duration:500ms,0s;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m6-1c .x-modal-content-scroll-area{font-size:calc(1.5vw + 16px);padding-top:0;padding-right:calc(1em * 2);padding-bottom:0;padding-left:calc(1em * 2);} .m6-1c:not(.x-active){transition-delay:0s,500ms;} .m6-1c .x-modal-bg{background-color:hsla(348, 97%, 66%, 0.9);} .m6-1c .x-modal-close{width:calc(1em * 2);height:calc(1em * 2);font-size:1em;color:#ffffff;} .m6-1c .x-modal-close:focus,.m6-1c .x-modal-close:hover{color:rgba(255, 255, 255, 0.55);} .m6-1c .x-modal-content{max-width:12em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;transition-duration:500ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m6-1d.x-text{margin-top:-2.5em;margin-right:0em;margin-bottom:0vw;margin-left:0em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:0.03em;padding-right:0em;padding-bottom:0em;padding-left:0em;font-size:calc(2.25vw + 32px);} .m6-1d.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1em;font-style:normal;font-weight:%%post tss-fw%%google:lato|700%%\\/post%%;line-height:1.1;letter-spacing:0.035em;margin-right:calc(0.035em * -1);text-align:center;text-transform:uppercase;color:rgb(255, 255, 255);text-shadow:-1px 3px 0px rgb(0, 0, 0);} .m6-1d.x-text .x-text-content-text-subheadline{margin-bottom:0.5em;font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:0.35em;font-style:normal;font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;line-height:1;letter-spacing:0.25em;margin-right:calc(0.25em * -1);text-align:center;text-transform:uppercase;color:rgb(255, 255, 255);} .m6-1e.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:1.754em;padding-right:0em;padding-bottom:1em;padding-left:0em;font-family:inherit;font-size:1em;font-style:normal;font-weight:inherit;line-height:inherit;letter-spacing:0em;text-transform:uppercase;color:rgb(255, 255, 255);background-color:rgba(255, 255, 255, 0);} .m6-1e.x-text > :first-child{margin-top:0;} .m6-1e.x-text > :last-child{margin-bottom:0;}\",\"element_css\":\"                  \"}}'),
(592,2,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"section\":[\"m2-0\",\"m2-1\",\"m2-2\",\"m2-3\"],\"dynamic-content\":[]},\"el:e9\":{\"section\":[\"m2-0\",\"m2-3\",\"m2-4\",\"m2-5\"],\"dynamic-content\":[]},\"el:e23\":{\"section\":[\"m2-0\",\"m2-3\",\"m2-5\",\"m2-6\",\"m2-7\"],\"dynamic-content\":[]},\"el:e28\":{\"section\":[\"m2-0\",\"m2-3\",\"m2-5\",\"m2-8\"],\"dynamic-content\":[]},\"el:e33\":{\"section\":[\"m2-0\",\"m2-1\",\"m2-7\",\"m2-9\"],\"dynamic-content\":[]},\"el:e3\":{\"effects\":[\"m2-a\",\"m2-b\"],\"layout-column\":[\"m2-o\",\"m2-p\"],\"dynamic-content\":[]},\"el:e35\":{\"effects\":[\"m2-a\",\"m2-b\"],\"layout-column\":[\"m2-o\",\"m2-p\"],\"dynamic-content\":[]},\"el:e6\":{\"effects\":[\"m2-b\",\"m2-c\"],\"layout-column\":[\"m2-o\",\"m2-p\"],\"dynamic-content\":[]},\"el:e37\":{\"effects\":[\"m2-b\",\"m2-c\"],\"layout-column\":[\"m2-o\",\"m2-p\"],\"dynamic-content\":[]},\"el:e8\":{\"effects\":[\"m2-d\"],\"anchor\":[\"m2-1c\",\"m2-1d\"],\"dynamic-content\":[]},\"el:e39\":{\"effects\":[\"m2-d\"],\"anchor\":[\"m2-1c\",\"m2-1e\"],\"dynamic-content\":[]},\"el:e2\":{\"layout-row\":[\"m2-e\",\"m2-f\",\"m2-g\"],\"layout-row-columns\":[\"m2-j\",\"m2-k\"],\"dynamic-content\":[]},\"el:e10\":{\"layout-row\":[\"m2-e\",\"m2-h\"],\"layout-row-columns\":[\"m2-l\"],\"dynamic-content\":[]},\"el:e25\":{\"layout-row\":[\"m2-e\",\"m2-g\",\"m2-i\"],\"layout-row-columns\":[\"m2-m\"],\"dynamic-content\":[]},\"el:e34\":{\"layout-row\":[\"m2-e\",\"m2-f\",\"m2-g\"],\"layout-row-columns\":[\"m2-j\",\"m2-n\"],\"dynamic-content\":[]},\"el:e11\":{\"layout-column\":[\"m2-o\",\"m2-p\"],\"dynamic-content\":[]},\"el:e16\":{\"layout-column\":[\"m2-o\",\"m2-q\"],\"dynamic-content\":[]},\"el:e26\":{\"layout-column\":[\"m2-o\",\"m2-p\",\"m2-r\"],\"dynamic-content\":[]},\"el:e4\":{\"text-headline\":[\"m2-s\",\"m2-t\",\"m2-u\",\"m2-v\",\"m2-w\"],\"dynamic-content\":[]},\"el:e12\":{\"text-headline\":[\"m2-s\",\"m2-u\",\"m2-v\",\"m2-x\"],\"dynamic-content\":[]},\"el:e13\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\",\"m2-10\"],\"dynamic-content\":[]},\"el:e14\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\"],\"dynamic-content\":[]},\"el:e17\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\"],\"dynamic-content\":[]},\"el:e18\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\"],\"dynamic-content\":[]},\"el:e19\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\"],\"dynamic-content\":[]},\"el:e20\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\"],\"dynamic-content\":[]},\"el:e21\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\"],\"dynamic-content\":[]},\"el:e22\":{\"text-headline\":[\"m2-s\",\"m2-y\",\"m2-z\"],\"dynamic-content\":[]},\"el:e31\":{\"text-headline\":[\"m2-s\",\"m2-t\",\"m2-z\",\"m2-11\",\"m2-12\"],\"dynamic-content\":[]},\"el:e36\":{\"text-headline\":[\"m2-s\",\"m2-t\",\"m2-u\",\"m2-w\",\"m2-11\",\"m2-13\"],\"dynamic-content\":[]},\"el:e5\":{\"image\":[\"m2-14\",\"m2-15\"],\"dynamic-content\":[]},\"el:e15\":{\"image\":[\"m2-14\",\"m2-16\"],\"dynamic-content\":[]},\"el:e27\":{\"image\":[\"m2-14\",\"m2-15\"],\"dynamic-content\":[]},\"el:e7\":{\"text-standard\":[\"m2-17\",\"m2-18\",\"m2-19\"],\"dynamic-content\":[]},\"el:e38\":{\"text-standard\":[\"m2-17\",\"m2-18\",\"m2-1b\"],\"dynamic-content\":[]},\"el:e24\":{\"text-standard\":[\"m2-18\",\"m2-1a\",\"m2-1b\"],\"dynamic-content\":[]},\"el:e29\":{\"layout-grid\":[\"m2-1f\"],\"dynamic-content\":[]},\"el:e30\":{\"layout-cell\":[\"m2-1g\",\"m2-1h\"],\"dynamic-content\":[]},\"el:e32\":{\"layout-cell\":[\"m2-1h\",\"m2-1i\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .m2-0.x-section{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m2-1.x-section{padding-top:calc(3em + 5vmin);padding-right:1rem;padding-bottom:calc(3em + 5vmin);padding-left:1rem;font-size:calc(12px + 1vmin);} .m2-2.x-section{background-color:#f6cc06;} .m2-3.x-section{z-index:1;} .m2-4.x-section{padding-top:45px;padding-bottom:45px;background-color:#ffffff;} .m2-5.x-section{padding-right:0px;padding-left:0px;} .m2-6.x-section{padding-top:0px;padding-bottom:0px;} .m2-7.x-section{background-color:#05b6d6;} .m2-8.x-section{padding-top:122px;padding-bottom:122px;background-color:#f6f9fc;} .m2-9.x-section{z-index:auto;} :where(body:not(.tco-disable-effects)) .m2-a:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-delay:0ms;transition-delay:0ms;} :where(body:not(.tco-disable-effects)) .m2-b:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-duration:1000ms;animation-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);transition-duration:1000ms;transition-timing-function:cubic-bezier(0.400, 0.000, 0.200, 1.000);} .m2-b:is(.x-effect-enter){opacity:1;transform:translate(0px, 0px);} :where(body:not(.tco-disable-effects)) .m2-b:is(.x-effect-exit){opacity:0;transform:translate(0px, 1rem);} :where(body:not(.tco-disable-effects)) .m2-c:is(.x-effect-exit, .x-effect-entering, .x-effect-exiting) {animation-delay:100ms;transition-delay:100ms;} .m2-d{transition-duration:0ms;} .m2-d .x-anchor-text-primary {transition-duration:0ms;} .m2-d .x-anchor-text-secondary {transition-duration:0ms;} .m2-d .x-graphic-child {transition-duration:0ms;} .m2-e.x-row{z-index:auto;margin-right:auto;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;} .m2-e > .x-row-inner{flex-direction:row;justify-content:flex-start;align-items:stretch;align-content:stretch;} .m2-f.x-row{width:84%;max-width:1080px;} .m2-f > .x-row-inner{margin-top:calc(((1em \\/ 2) + 1px) * -1);margin-right:calc(((2rem \\/ 2) + 1px) * -1);margin-bottom:calc(((1em \\/ 2) + 1px) * -1);margin-left:calc(((2rem \\/ 2) + 1px) * -1);} .m2-f > .x-row-inner > *{margin-top:calc(1em \\/ 2);margin-bottom:calc(1em \\/ 2);margin-right:calc(2rem \\/ 2);margin-left:calc(2rem \\/ 2);} .m2-g.x-row{padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;} .m2-h.x-row{margin-top:0px;margin-bottom:0px;padding-top:4em;padding-right:0px;padding-bottom:4em;padding-left:0px;} .m2-h > .x-row-inner{margin-top:calc((1rem \\/ 2) * -1);margin-right:calc((1rem \\/ 2) * -1);margin-bottom:calc((1rem \\/ 2) * -1);margin-left:calc((1rem \\/ 2) * -1);} .m2-h > .x-row-inner > *{flex-grow:1;margin-top:calc(1rem \\/ 2);margin-bottom:calc(1rem \\/ 2);margin-right:calc(1rem \\/ 2);margin-left:calc(1rem \\/ 2);} .m2-i > .x-row-inner{margin-top:calc(((20px \\/ 2) + 1px) * -1);margin-right:calc(((20px \\/ 2) + 1px) * -1);margin-bottom:calc(((20px \\/ 2) + 1px) * -1);margin-left:calc(((20px \\/ 2) + 1px) * -1);} .m2-i > .x-row-inner > *{margin-top:calc(20px \\/ 2);margin-bottom:calc(20px \\/ 2);margin-right:calc(20px \\/ 2);margin-left:calc(20px \\/ 2);} .m2-j{--gap:2rem;} .m2-k > .x-row-inner > *:nth-child(2n - 0) \\/** 66b92c16ad530 *\\/{flex-basis:calc(64% - clamp(0px, var(--gap), 9999px));} .m2-k > .x-row-inner > *:nth-child(2n - 1) \\/** 66b92c16ad530 *\\/{flex-basis:calc(36% - clamp(0px, var(--gap), 9999px));} .m2-l{--gap:1rem;} .m2-l > .x-row-inner > *:nth-child(2n - 0) \\/** 66b92c16cc068 *\\/{flex-basis:calc(50.17% - clamp(0px, var(--gap), 9999px));} .m2-l > .x-row-inner > *:nth-child(2n - 1) \\/** 66b92c16cc068 *\\/{flex-basis:calc(49.83% - clamp(0px, var(--gap), 9999px));} .m2-m{--gap:20px;} .m2-m > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92c17190fb *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));} .m2-n > .x-row-inner > *:nth-child(2n - 0) \\/** 66b92c173d777 *\\/{flex-basis:calc(64% - clamp(0px, var(--gap), 9999px));} .m2-n > .x-row-inner > *:nth-child(2n - 1) \\/** 66b92c173d777 *\\/{flex-basis:calc(36% - clamp(0px, var(--gap), 9999px));} .m2-o.x-col{z-index:1;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;} .m2-q.x-col{padding-top:5em;padding-right:0px;padding-bottom:0px;padding-left:5em;} .m2-r.x-col{text-align:center;} .m2-s.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m2-s.x-text .x-text-content-text-primary{font-style:normal;text-transform:none;} .m2-u.x-text{font-size:2.441em;} .m2-u.x-text .x-text-content-text-primary{line-height:1.15;letter-spacing:-0.025em;margin-right:calc(-0.025em * -1);color:rgb(0, 0, 0);} .m2-v.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:manrope%%\\/post%%;font-weight:%%post tss-fw%%google:manrope|600%%\\/post%%;} .m2-w.x-text .x-text-content-text-primary{font-size:1em;} .m2-x.x-text{padding-top:0em;padding-right:0em;padding-bottom:0.423em;padding-left:0em;} .m2-x.x-text .x-text-content-text-primary{font-size:2em;} .m2-y.x-text{padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;} .m2-y.x-text .x-text-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;} .m2-y.x-text .x-text-content-text-primary{font-family:%%post tss-ff%%google:roboto%%\\/post%%;font-size:20px;font-weight:%%post tss-fw%%google:roboto|700%%\\/post%%;color:rgba(0, 0, 0, 1);} .m2-y.x-text .x-text-content-text-subheadline{margin-top:0.35em;font-family:%%post tss-ff%%google:roboto%%\\/post%%;font-size:1em;font-style:normal;font-weight:%%post tss-fw%%google:roboto|400%%\\/post%%;line-height:1.4;color:rgba(0, 0, 0, 1);} .m2-y.x-text .x-graphic {margin-top:1em;margin-right:1em;margin-bottom:1em;margin-left:1em;} .m2-y.x-text .x-graphic-icon {font-size:1.6em;width:50px;color:#fff;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;height:50px;line-height:50px;background-color:#05b6d6;} .m2-z.x-text{font-size:1em;} .m2-z.x-text .x-text-content-text-primary{line-height:1.4;letter-spacing:0em;} .m2-z.x-text .x-text-content-text-subheadline{letter-spacing:0em;text-transform:none;} .m2-10.x-text .x-text-content-text-primary{text-align:left;} .m2-11.x-text .x-text-content-text-primary{font-family:inherit;} .m2-12.x-text .x-text-content-text-primary{font-size:1.5625em;font-weight:%%post tss-fw%%inherit|700%%\\/post%%;color:#05b6d6;} .m2-12.x-text .x-text-content-text-subheadline{margin-top:0.25rem;font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1.25em;font-style:italic;font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;line-height:1.55;color:rgb(0, 0, 0);} .m2-13.x-text .x-text-content-text-primary{font-weight:%%post tss-fw%%inherit|600%%\\/post%%;} .m2-14.x-image{font-size:1em;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;} .m2-16.x-image{width:100%;max-width:100%;margin-top:0.101em;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:%%post tss-color%%global-color:f39106752e57b29a1bb95bf06c78165e%%\\/post%%;} .m2-16.x-image img{width:100%;} .m2-16.x-image:hover,.m2-16.x-image[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m2-16.x-image{background-color:%%post tss-color%%global-color:edcdf6931a896dba554d993c0d7ad034%%\\/post%%;} .m2-17.x-text{font-size:1em;font-weight:%%post tss-fw%%inherit|500%%\\/post%%;line-height:1.85;letter-spacing:0.015em;text-transform:none;} .m2-18.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-family:inherit;font-style:normal;} .m2-18.x-text > :first-child{margin-top:0;} .m2-18.x-text > :last-child{margin-bottom:0;} .m2-19.x-text{color:rgb(0, 0, 0);} .m2-1a.x-text{margin-top:0em;margin-right:0em;margin-bottom:-1.048em;margin-left:0em;font-size:3.25em;font-weight:inherit;line-height:inherit;letter-spacing:0em;text-align:center;text-transform:uppercase;background-color:#f4c808;} .m2-1b.x-text{color:rgb(255, 255, 255);} .m2-1c.x-anchor {width:100%;margin-top:1.953em;margin-right:0em;margin-bottom:0em;margin-left:0em;border-top-width:1px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:dotted;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(0, 0, 0);border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;font-size:14px;background-color:rgba(255, 255, 255, 0);} .m2-1c.x-anchor .x-anchor-content {display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:baseline;padding-top:2.441em;padding-right:0em;padding-bottom:0em;padding-left:0em;} .m2-1c.x-anchor .x-anchor-text-primary {font-family:%%post tss-ff%%google:manrope%%\\/post%%;font-size:1em;font-style:normal;font-weight:%%post tss-fw%%google:manrope|600%%\\/post%%;line-height:1.1;letter-spacing:0.265em;margin-right:calc(0.265em * -1);text-transform:uppercase;color:rgb(0, 0, 0);} .m2-1c.x-anchor:hover .x-anchor-text-primary,.m2-1c.x-anchor[class*=\\\"active\\\"] .x-anchor-text-primary,[data-x-effect-provider*=\\\"colors\\\"]:hover .m2-1c.x-anchor .x-anchor-text-primary {color:rgb(255, 255, 255);} .m2-1c.x-anchor .x-graphic {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8em;} .m2-1c.x-anchor .x-graphic-icon {font-size:1em;width:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;height:1em;line-height:1em;} .m2-1c.x-anchor:hover .x-graphic-icon,.m2-1c.x-anchor[class*=\\\"active\\\"] .x-graphic-icon,[data-x-effect-provider*=\\\"colors\\\"]:hover .m2-1c.x-anchor .x-graphic-icon {color:#000000;} .m2-1d.x-anchor:hover,.m2-1d.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m2-1d.x-anchor {border-top-color:rgb(0, 0, 0);border-right-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);border-left-color:rgb(0, 0, 0);} .m2-1d.x-anchor .x-graphic-icon {color:#f6cc06;} .m2-1e.x-anchor:hover,.m2-1e.x-anchor[class*=\\\"active\\\"],[data-x-effect-provider*=\\\"colors\\\"]:hover .m2-1e.x-anchor {border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);} .m2-1e.x-anchor .x-graphic-icon {color:rgb(255, 255, 255);} .m2-1f.x-grid{grid-gap:0px 0px;justify-content:space-between;align-content:start;justify-items:stretch;align-items:stretch;z-index:auto;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;grid-template-columns:1fr 4rem 1fr;grid-template-rows:4rem auto 6rem;} .m2-1g.x-cell{grid-column-start:2;grid-column-end:4;grid-row-start:2;grid-row-end:3;z-index:2;padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem;background-color:#ffffff;box-shadow:-2rem 2rem 0rem 0rem #05b6d6;} .m2-1h.x-cell{justify-self:auto;align-self:auto;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#f4cb09;border-right-color:#f4cb09;border-bottom-color:#f4cb09;border-left-color:#f4cb09;font-size:1em;} .m2-1i.x-cell{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:4;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;z-index:1;background-color:#000000;box-shadow:0.5rem 0.5rem 0rem 0rem #05b6d6;}@media screen and (max-width: 978px){ .m2-k > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92c16ad62a *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));} .m2-n > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92c173d86b *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));}}@media screen and (max-width: 766px){ .m2-l > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92c16cc15e *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));} .m2-1f.x-grid{grid-template-columns:4rem 1fr 4rem;} .m2-1g.x-cell{grid-row-start:1;} .m2-1i.x-cell{grid-row-start:2;}}@media screen and (min-width: 480px) and (max-width: 766px){ .m2-1f.x-grid{grid-template-rows:1fr 4rem 1.5fr;}}@media screen and (max-width: 479px){ .m2-1f.x-grid{grid-template-rows:1fr 4rem 1fr;}}\",\"element_css\":\"                                      \"}}'),
(593,14,'_cs_generated_tss','{\"v\":{\"containers\":{\"el:e1\":{\"section\":[\"me-0\",\"me-1\"],\"dynamic-content\":[]},\"el:e6\":{\"section\":[\"me-0\",\"me-2\"],\"dynamic-content\":[]},\"el:e2\":{\"layout-grid\":[\"me-3\"],\"dynamic-content\":[]},\"el:e3\":{\"layout-cell\":[\"me-4\",\"me-5\"],\"dynamic-content\":[]},\"el:e5\":{\"layout-cell\":[\"me-5\",\"me-6\"],\"dynamic-content\":[]},\"el:e4\":{\"text-headline\":[\"me-7\"],\"dynamic-content\":[]},\"el:e7\":{\"layout-row\":[\"me-8\"],\"layout-row-columns\":[\"me-9\"],\"dynamic-content\":[]},\"el:e8\":{\"layout-column\":[\"me-a\"],\"dynamic-content\":[]},\"el:e10\":{\"layout-column\":[\"me-a\"],\"dynamic-content\":[]},\"el:e9\":{\"text-standard\":[\"me-b\",\"me-c\"],\"dynamic-content\":[]},\"el:e11\":{\"text-standard\":[\"me-b\",\"me-d\"],\"dynamic-content\":[]},\"el:e0\":{\"dynamic-content\":[]}},\"tss\":\" .me-0.x-section{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-right:0px;padding-left:0px;z-index:1;} .me-1.x-section{padding-top:122px;padding-bottom:122px;background-color:#f6f9fc;} .me-2.x-section{padding-top:65px;padding-bottom:65px;background-color:#07adcb;} .me-3.x-grid{grid-gap:0px 0px;justify-content:space-between;align-content:start;justify-items:stretch;align-items:stretch;z-index:auto;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;grid-template-columns:1fr 4rem 1fr;grid-template-rows:4rem auto 6rem;} .me-4.x-cell{grid-column-start:2;grid-column-end:4;grid-row-start:2;grid-row-end:3;z-index:2;padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem;background-color:#ffffff;box-shadow:-2rem 2rem 0rem 0rem #05b6d6;} .me-5.x-cell{justify-self:auto;align-self:auto;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#f4cb09;border-right-color:#f4cb09;border-bottom-color:#f4cb09;border-left-color:#f4cb09;font-size:1em;} .me-6.x-cell{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:4;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;z-index:1;background-color:#000000;box-shadow:0.5rem 0.5rem 0rem 0rem #05b6d6;} .me-7.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;} .me-7.x-text .x-text-content-text-primary{font-family:inherit;font-size:1.5625em;font-style:normal;font-weight:%%post tss-fw%%inherit|700%%\\/post%%;line-height:1.4;letter-spacing:0em;text-transform:none;color:#05b6d6;} .me-7.x-text .x-text-content-text-subheadline{margin-top:0.25rem;font-family:%%post tss-ff%%google:lato%%\\/post%%;font-size:1.25em;font-style:italic;font-weight:%%post tss-fw%%google:lato|400%%\\/post%%;line-height:1.55;letter-spacing:0em;text-transform:none;color:rgb(0, 0, 0);} .me-8.x-row{z-index:auto;margin-right:auto;margin-left:auto;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;font-size:1em;} .me-8 > .x-row-inner{flex-direction:row;justify-content:flex-start;align-items:stretch;align-content:stretch;margin-top:calc(((20px \\/ 2) + 1px) * -1);margin-right:calc(((20px \\/ 2) + 1px) * -1);margin-bottom:calc(((20px \\/ 2) + 1px) * -1);margin-left:calc(((20px \\/ 2) + 1px) * -1);} .me-8 > .x-row-inner > *{margin-top:calc(20px \\/ 2);margin-bottom:calc(20px \\/ 2);margin-right:calc(20px \\/ 2);margin-left:calc(20px \\/ 2);} .me-9{--gap:20px;} .me-9 > .x-row-inner > *:nth-child(2n - 0) \\/** 66b92c2aeaf7b *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .me-9 > .x-row-inner > *:nth-child(2n - 1) \\/** 66b92c2aeaf7b *\\/{flex-basis:calc(50% - clamp(0px, var(--gap), 9999px));} .me-a.x-col{z-index:1;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-size:1em;} .me-b.x-text{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-family:inherit;font-size:1em;font-style:normal;font-weight:inherit;line-height:inherit;letter-spacing:0em;text-transform:none;} .me-b.x-text > :first-child{margin-top:0;} .me-b.x-text > :last-child{margin-bottom:0;} .me-c.x-text{color:rgba(0, 0, 0, 1);} .me-d.x-text{color:rgb(0, 0, 0);}@media screen and (max-width: 766px){ .me-3.x-grid{grid-template-columns:4rem 1fr 4rem;} .me-4.x-cell{grid-row-start:1;} .me-6.x-cell{grid-row-start:2;}}@media screen and (min-width: 480px) and (max-width: 766px){ .me-3.x-grid{grid-template-rows:1fr 4rem 1.5fr;}}@media screen and (max-width: 479px){ .me-3.x-grid{grid-template-rows:1fr 4rem 1fr;} .me-9 > .x-row-inner > *:nth-child(1n - 0) \\/** 66b92c2aeb084 *\\/{flex-basis:calc(100% - clamp(0px, var(--gap), 9999px));}}\",\"element_css\":\"          \"}}'),
(594,142,'_cs_states_cache',''),
(595,148,'_cs_states_cache',''),
(596,151,'_cs_states_cache','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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`)
) ENGINE=InnoDB AUTO_INCREMENT=154 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 */;
INSERT INTO `wp_posts` VALUES
(2,1,'2024-07-04 15:26:54','2024-07-04 15:26:54','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Luxury Transportation\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"25\" ][cs_element_layout_column _id=\"26\" ][cs_element_image _id=\"27\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"28\" ][cs_element_layout_grid _id=\"29\" ][cs_element_layout_cell _id=\"30\" ][cs_element_headline _id=\"31\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"32\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"33\" ][cs_element_layout_row _id=\"34\" ][cs_element_layout_column _id=\"35\" ][cs_element_headline _id=\"36\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]Ready to schedule your pet’s journey? Request a quote today and let Treasured Pet Chauffeurs take care of the details! Just fill out our form with your pet’s travel needs, and we’ll get back to you within 24 hours to discuss availability and pricing.\\n\\n[/cs_content_seo][cs_element_button _id=\"39\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','publish','closed','closed','','home','','','2024-08-11 20:46:52','2024-08-11 20:46:52','',0,'http://dev.treasuredpetchauffeursllc.com/?page_id=2',0,'page','',0),
(3,1,'2024-07-04 15:26:54','2024-07-04 15:26:54','<!-- 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: http://dev.treasuredpetchauffeursllc.com.</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','','','2024-07-04 15:26:54','2024-07-04 15:26:54','',0,'http://dev.treasuredpetchauffeursllc.com/?page_id=3',0,'page','',0),
(4,0,'2024-07-04 15:26:54','2024-07-04 15:26:54','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-07-04 15:26:54','2024-07-04 15:26:54','',0,'http://dev.treasuredpetchauffeursllc.com/2024/07/04/navigation/',0,'wp_navigation','',0),
(6,1,'2024-07-05 18:29:35','2024-07-05 18:29:35','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[{\"group\":true,\"condition\":\"single:front-page\",\"value\":\"\"}],\"layout_type\":\"header\",\"assignment_priority\":0,\"general_featured_image\":\"\",\"multi_region\":false},\"regions\":{\"top\":[{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_base_font_size\":\"16px\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"rgba(255, 255, 255, 0)\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"hsla(0, 0%, 0%, 0.11)\",\"bar_box_shadow_dimensions\":\"0em 0.19em 2em 0px\",\"bar_content_max_length\":\"1200px\",\"bar_outer_spacing\":\"2em\",\"bar_padding\":\"0em\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"bg_lower_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_bp\":\"md sm xs\",\"hide_login\":\"\",\"title\":\"Desktop Logo\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"image_font_size\":\"1.2em\",\"image_object_fit\":\"contain\",\"image_src\":\"85:full\",\"image_type\":\"scaling\",\"_modules\":[]}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_border_radius\":\"0px\",\"container_border_width\":\"0px\",\"container_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"container_margin\":\"0px\",\"container_padding\":\"0px\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_bp\":\"lg xl\",\"hide_login\":\"\",\"title\":\"Mobile Logo\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"hide_login\":\"\",\"image_bg_color_alt\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_border_width\":\"0px\",\"image_box_shadow_color_alt\":\"transparent\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":64,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_src\":\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/23-logo-sm.png\",\"image_width\":84}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"0 0 auto\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_z_index\":\"1\",\"hide_bp\":\"md sm xs\",\"hide_login\":\"\",\"title\":\"Desktop Navigation\",\"_modules\":[{\"_type\":\"nav-inline\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_style\":\"none\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_padding\":\"0em 1.25em 0em 1.25em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_color\":\"#62656e\",\"anchor_primary_text_color_alt\":\"#fc5475\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator\":false,\"anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_border_radius\":\"0em\",\"dropdown_border_style\":\"none\",\"dropdown_border_width\":\"0px\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"hide_login\":\"\",\"menu\":\"menu:2\",\"menu_base_font_size\":\"1rem\",\"menu_margin\":\"0px\",\"sub_anchor_bg_color_alt\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_primary_font_family\":\"google:lato\",\"sub_anchor_primary_font_weight\":\"400\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_font_family\":\"google:lato\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\"}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-end\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"CTA and Mobile Navigation\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_base_font_size\":\"1rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"hsla(348, 97%, 66%, 0.06)\",\"anchor_border_color\":\"rgb(0, 0, 0)\",\"anchor_border_color_alt\":\"rgb(0, 0, 0)\",\"anchor_border_radius\":\"4px\",\"anchor_border_width\":\"2px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_href\":\"https://treasuredpetchauffeursllc.com/request-a-quote/\",\"anchor_padding\":\"0.4em 1.5em 0.4em 1.5em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_color\":\"rgb(0, 0, 0)\",\"anchor_primary_text_color_alt\":\"#05b6d6\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"5px 5px 5px 5px\",\"anchor_text_primary_content\":\"Hire Us\",\"hide_login\":\"\"},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_bg_color\":\"#05b6d6\",\"anchor_bg_color_alt\":\"#f6cc06\",\"anchor_graphic_icon\":\"facebook\",\"anchor_graphic_icon_color_alt\":\"rgb(255, 255, 255)\",\"_modules\":[]},{\"_type\":\"nav-modal\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_bg_color_alt\":\"hsla(0, 0%, 100%, 0.15)\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.5em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle\":true,\"anchor_primary_particle_border_radius\":\"0.5em\",\"anchor_primary_particle_color\":\"transparent\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_height\":\"0.5em\",\"anchor_primary_particle_location\":\"c_l\",\"anchor_primary_particle_scale\":\"scale-x_y\",\"anchor_primary_particle_style\":\"box-shadow: 0.5em 0 0 0 #fff;\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_particle_width\":\"0.5em\",\"anchor_primary_text_color\":\"#ffffff\",\"anchor_primary_text_color_alt\":\"\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle\":true,\"anchor_secondary_particle_border_radius\":\"0.5em\",\"anchor_secondary_particle_color\":\"transparent\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_height\":\"0.5em\",\"anchor_secondary_particle_location\":\"c_r\",\"anchor_secondary_particle_scale\":\"scale-x_y\",\"anchor_secondary_particle_style\":\"box-shadow: -0.5em 0 0 0 #fff;\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_particle_width\":\"0.5em\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator\":false,\"anchor_sub_indicator_icon\":\"angle-down\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"hide_bp\":\"lg xl\",\"hide_login\":\"\",\"menu_margin\":\"0px\",\"modal_base_font_size\":\"calc(1.5vw + 16px)\",\"modal_bg_color\":\"hsla(348, 97%, 66%, 0.9)\",\"modal_close_color\":\"#ffffff\",\"modal_close_color_alt\":\"rgba(255, 255, 255, 0.55)\",\"modal_content_bg_color\":\"transparent\",\"modal_content_border_radius\":\"0em\",\"modal_content_border_style\":\"none\",\"modal_content_border_width\":\"0px\",\"modal_content_box_shadow_color\":\"transparent\",\"modal_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"modal_content_max_width\":\"12em\",\"modal_content_padding\":\"0em\",\"toggle_anchor_base_font_size\":\"1rem\",\"toggle_anchor_bg_color\":\"transparent\",\"toggle_anchor_bg_color_alt\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"0em\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_box_shadow_color\":\"transparent\",\"toggle_anchor_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon\":\"hand-pointer-o\",\"toggle_anchor_graphic_icon_alt\":\"hand-spock-o\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_height\":\"2.75em\",\"toggle_anchor_margin\":\"0em 0em 0em 1em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_primary_font_family\":\"google:lato\",\"toggle_anchor_primary_font_weight\":\"400\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_font_family\":\"google:lato\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_particle_delay\":\"0\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_width\":\"2.75em\",\"toggle_burger_width\":\"11em\",\"toggle_color\":\"rgb(252, 84, 117)\",\"toggle_color_alt\":\"rgb(98, 101, 110)\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.75em\",\"toggle_more_size\":\"0.35em\",\"toggle_more_spacing\":\"1.75em\"}]}]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_base_font_size\":\"16px\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"#05b6d6\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_border_width\":\"0px\",\"bar_box_shadow_color\":\"hsla(0, 0%, 0%, 0.11)\",\"bar_box_shadow_dimensions\":\"!0em 0.25em 2em 0px\",\"bar_height\":\"1000px\",\"bar_outer_spacing\":\"2em\",\"bar_padding\":\"calc(7.5vw + 25px) 25px 130px 25px\",\"bar_row_flex_justify\":\"center\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bar_z_index\":\"9998\",\"bg_border_radius\":\"inherit\",\"bg_lower_image\":\"84:full\",\"bg_lower_image_size\":\"contain\",\"bg_lower_type\":\"image\",\"bg_upper_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 2\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_upper_image\":\"82:full\",\"bg_upper_image_size\":\"contain\",\"bg_upper_type\":\"image\",\"container_bg_advanced\":true,\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_margin\":\"8px 0px 0px 0px\",\"container_padding\":\"73px 0px 0px 0px\",\"container_row_flex_direction\":\"column\",\"container_row_flex_justify\":\"center\",\"container_width\":\"100%\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[]}]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_base_font_size\":\"16px\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"#05b6d6\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_border_width\":\"0px\",\"bar_box_shadow_color\":\"hsla(0, 0%, 0%, 0.11)\",\"bar_box_shadow_dimensions\":\"!0em 0.25em 2em 0px\",\"bar_height\":\"280px\",\"bar_outer_spacing\":\"2em\",\"bar_padding\":\"calc(7.5vw + 25px) 25px 130px 25px\",\"bar_row_flex_justify\":\"center\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bar_z_index\":\"9998\",\"bg_border_radius\":\"inherit\",\"bg_lower_image_size\":\"contain\",\"bg_lower_type\":\"image\",\"bg_upper_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 2\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"bg_upper_image_size\":\"contain\",\"bg_upper_type\":\"image\",\"container_bg_advanced\":true,\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_margin\":\"-50px 0px -30px 0px\",\"container_padding\":\"0px 0px 0px 0px\",\"container_row_flex_direction\":\"column\",\"container_row_flex_justify\":\"center\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"hide_login\":\"\",\"text_base_font_size\":\"calc(2.25vw + 32px)\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Compassionate, Experienced, luxury pet transportation\",\"text_font_family\":\"google:lato\",\"text_font_weight\":\"700\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.035em\",\"text_line_height\":\"1.1\",\"text_margin\":\"-2.5em 0em 0vw 0em\",\"text_padding\":\"0.03em 0em 0em 0em\",\"text_subheadline\":true,\"text_subheadline_content\":\"\",\"text_subheadline_font_family\":\"google:lato\",\"text_subheadline_font_size\":\"0.35em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_letter_spacing\":\"0.25em\",\"text_subheadline_line_height\":\"1\",\"text_subheadline_reverse\":true,\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_text_align\":\"center\",\"text_subheadline_text_color\":\"rgb(255, 255, 255)\",\"text_subheadline_text_transform\":\"uppercase\",\"text_text_align\":\"center\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_shadow_color\":\"rgb(0, 0, 0)\",\"text_text_shadow_dimensions\":\"-1px 3px 0px\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"text_bg_color\":\"rgba(255, 255, 255, 0)\",\"text_content\":\"<p>Helping you take care of your furry friends one trip at a time.. using &nbsp;pet approved animal loving humans...</p>\",\"text_padding\":\"1.754em 0em 1em 0em\",\"text_text_color\":\"rgb(255, 255, 255)\",\"text_text_transform\":\"uppercase\",\"_modules\":[]},{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_base_font_size\":\"1rem\",\"anchor_bg_color\":\"rgb(0, 0, 0)\",\"anchor_bg_color_alt\":\"#04b4d4\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none\",\"anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.5)\",\"anchor_box_shadow_color_alt\":\"rgba(255, 255, 255, 0.5)\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_href\":\"/contact\",\"anchor_max_width\":\"12em\",\"anchor_padding\":\"0.75em 1em 0.75em 1em\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.125em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_color\":\"rgb(255, 255, 255)\",\"anchor_primary_text_color_alt\":\"rgba(255, 255, 255, 0.75)\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"5px 5px 5px 5px\",\"anchor_width\":\"100%\",\"hide_login\":\"\"}]}]},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"_modules\":[]}],\"right\":[],\"bottom\":[],\"left\":[]}}','Header','','tco-data','closed','closed','','untitled-header','','','2024-08-11 21:12:28','2024-08-11 21:12:28','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=cs_header&#038;p=6',0,'cs_header','',0),
(7,1,'2024-07-05 18:29:53','2024-07-05 18:29:53','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[{\"group\":true,\"condition\":\"site:entire-site\",\"value\":\"\"}],\"layout_type\":\"footer\",\"assignment_priority\":0,\"general_featured_image\":\"\"},\"regions\":{\"footer\":[{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"bar_base_font_size\":\"1rem\",\"bar_bg_color\":\"#f4f4f4\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_content_max_length\":\"2200px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"4rem 0rem 1.5rem 0rem\",\"bar_row_flex_justify\":\"center\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"center\",\"container_text_align\":\"center\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"hide_login\":\"\",\"image_alt\":\"Logo\",\"image_bg_color_alt\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_display\":\"block\",\"image_height\":150,\"image_href\":\"{{dc:global:home_url}}\",\"image_link\":true,\"image_src\":\"85:full\",\"image_styled_max_width\":\"75%\",\"image_width\":794}]}]},{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"bar_base_font_size\":\"1rem\",\"bar_bg_color\":\"#f4f4f4\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"transparent\",\"bar_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_content_max_length\":\"1200px\",\"bar_height\":\"auto\",\"bar_outer_spacing\":\"2rem\",\"bar_padding\":\"0em 0em 2em 0em\",\"bar_row_flex_align\":\"stretch\",\"bar_row_flex_wrap\":true,\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"hide_login\":\"\",\"title\":\"Bar 2\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_border_color\":\"#363636 transparent transparent transparent\",\"container_border_style\":\"solid none none none\",\"container_border_width\":\"1px 0px 0px 0px\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 1 160px\",\"container_margin\":\"!0px\",\"container_padding\":\"2rem 2rem 2rem 0rem\",\"container_row_flex_align\":\"stretch\",\"container_row_flex_direction\":\"column\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"Container 1\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"MENU\\n\",\"text_font_family\":\"google:opensans\",\"text_font_size\":\"1.6em\",\"text_font_weight\":\"600\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.1em\",\"text_line_height\":\"1\",\"text_margin\":\"0rem 0rem 1rem 0rem\",\"text_padding\":\"0em 0em 2em 0em\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_align\":\"center\",\"text_text_color\":\"#222222\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"nav-inline\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_flex_justify\":\"flex-start\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.4rem 0rem 0.4rem 0rem\",\"anchor_primary_font_family\":\"google:opensans\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_color\":\"#222222\",\"anchor_primary_text_color_alt\":\"#999999\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_margin\":\"0px\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_border_radius\":\"0em\",\"dropdown_border_style\":\"none\",\"dropdown_border_width\":\"0px\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"hide_login\":\"\",\"menu\":\"menu:2\",\"menu_base_font_size\":\"1rem\",\"menu_margin\":\"-0.4rem 0rem -0.4rem 0rem\",\"menu_row_flex_align\":\"flex-start\",\"menu_row_flex_wrap\":true,\"sub_anchor_bg_color_alt\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_primary_font_weight\":\"400\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\"},{\"_type\":\"text\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"footer\",\"text_content\":\"Copyright 2024 &copy; <a href=\\\"/\\\">Treasured Pet Chauffeurs</a>. All Rights Reerved. Website and Marketing by <a href=\\\"https://verobeach.marketing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vero Beach Marketing</a>.\",\"text_padding\":\"5em 0em 0em 0em\",\"text_text_align\":\"center\",\"_modules\":[]}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"footer\",\"bg_border_radius\":\"inherit\",\"container_border_color\":\"#363636 transparent transparent transparent\",\"container_border_style\":\"solid none none none\",\"container_border_width\":\"1px 0px 0px 0px\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 1 460px\",\"container_margin\":\"!0px\",\"container_padding\":\"2rem 0rem 2rem 0rem\",\"container_row_flex_align\":\"flex-start\",\"container_row_flex_justify\":\"flex-start\",\"container_row_flex_wrap\":true,\"container_z_index\":\"1\",\"hide_bp\":\"lg md sm xl xs\",\"hide_login\":\"\",\"title\":\"Container 5\",\"_modules\":[{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Newsletter\",\"text_font_family\":\"google:opensans\",\"text_font_weight\":\"600\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.1em\",\"text_line_height\":\"1\",\"text_margin\":\"0rem 0rem 1rem 0rem\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#222222\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\"},{\"_type\":\"content-area-modal\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"hide_login\":\"\",\"modal_bg_color\":\"hsla(0, 0%, 95%, 0.95)\",\"modal_close_color_alt\":\"#ffffff\",\"modal_close_dimensions\":\"1\",\"modal_close_font_size\":\"1.5em\",\"modal_content\":\"<div style=\\\"padding: 25px; line-height: 1.4; text-align: center;\\\">Add your newsletter embed code here.</div>\",\"modal_content_bg_color\":\"#ffffff\",\"modal_content_border_radius\":\"3px\",\"modal_content_border_style\":\"none\",\"modal_content_border_width\":\"0px\",\"modal_content_box_shadow_color\":\"hsla(0, 0%, 0%, 0.1)\",\"modal_content_box_shadow_dimensions\":\"0em 0.15em 1.5em 0em\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"3px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.05)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.05)\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"toggle_anchor_flex_justify\":\"flex-start\",\"toggle_anchor_graphic_has_toggle\":false,\"toggle_anchor_graphic_icon\":\"paper-plane\",\"toggle_anchor_graphic_icon_alt\":\"paper-plane\",\"toggle_anchor_graphic_icon_bg_color\":\"#999999\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"#222222\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"2px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_color\":\"white\",\"toggle_anchor_graphic_icon_color_alt\":\"white\",\"toggle_anchor_graphic_icon_font_size\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"2.5em\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_width\":\"2.5em\",\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_margin\":\"0px 0em -1px 0px\",\"toggle_anchor_graphic_type\":\"icon\",\"toggle_anchor_has_link_control\":true,\"toggle_anchor_height\":\"auto\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0.25em\",\"toggle_anchor_primary_font_family\":\"google:opensans\",\"toggle_anchor_primary_font_weight\":\"400\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_color\":\"#999999\",\"toggle_anchor_primary_text_color_alt\":\"#222222\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_particle_delay\":\"0\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_text\":true,\"toggle_anchor_text_margin\":\"0em auto 0.175em auto\",\"toggle_anchor_text_primary_content\":\"Join the List\",\"toggle_anchor_width\":\"100%\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.25em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.75em\",\"toggle_more_size\":\"0.35em\",\"toggle_more_spacing\":\"1.75em\"},{\"_type\":\"headline\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"hide_login\":\"\",\"text_base_font_size\":\"1rem\",\"text_border_radius\":\"!0em\",\"text_border_style\":\"none\",\"text_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"text_content\":\"Connect\",\"text_font_family\":\"google:opensans\",\"text_font_weight\":\"600\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_image_height\":48,\"text_graphic_image_width\":48,\"text_letter_spacing\":\"0.1em\",\"text_line_height\":\"1\",\"text_margin\":\"2rem 0rem 1rem 0rem\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_tag\":\"h2\",\"text_text_color\":\"#222222\",\"text_text_transform\":\"uppercase\",\"text_type\":\"headline\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_speed\":\"50ms\",\"text_width\":\"100%\"},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1.5rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon\":\"facebook-square\",\"anchor_graphic_icon_alt\":\"facebook-square\",\"anchor_graphic_icon_alt_enable\":true,\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"#999999\",\"anchor_graphic_icon_color_alt\":\"#222222\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_interaction\":\"x-anchor-flip-y\",\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"1em\",\"anchor_margin\":\"0em 0.25em 0em 0em\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"1em\",\"hide_login\":\"\"},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1.5rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon\":\"twitter-square\",\"anchor_graphic_icon_alt\":\"twitter-square\",\"anchor_graphic_icon_alt_enable\":true,\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"#999999\",\"anchor_graphic_icon_color_alt\":\"#222222\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_interaction\":\"x-anchor-flip-y\",\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"1em\",\"anchor_margin\":\"0em 0.25em 0em 0em\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"1em\",\"hide_login\":\"\"},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1.5rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon\":\"envelope-square\",\"anchor_graphic_icon_alt\":\"envelope-square\",\"anchor_graphic_icon_alt_enable\":true,\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"#999999\",\"anchor_graphic_icon_color_alt\":\"#222222\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_interaction\":\"x-anchor-flip-y\",\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"1em\",\"anchor_margin\":\"0em 0.25em 0em 0em\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"1em\",\"hide_login\":\"\"},{\"_type\":\"social\",\"_bp_base\":\"4_4\",\"_region\":\"footer\",\"anchor_base_font_size\":\"1.5rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon\":\"rss-square\",\"anchor_graphic_icon_alt\":\"rss-square\",\"anchor_graphic_icon_alt_enable\":true,\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"#999999\",\"anchor_graphic_icon_color_alt\":\"#222222\",\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_graphic_interaction\":\"x-anchor-flip-y\",\"anchor_graphic_margin\":\"0px\",\"anchor_height\":\"1em\",\"anchor_margin\":\"0em 0.25em 0em 0em\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_width\":\"1em\",\"hide_login\":\"\"}]}]}]}}','Footer','','tco-data','closed','closed','','untitled-footer','','','2024-08-11 18:00:33','2024-08-11 18:00:33','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=cs_footer&#038;p=7',0,'cs_footer','',0),
(9,1,'2024-07-05 18:33:07','2024-07-05 18:33:07','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://dev.treasuredpetchauffeursllc.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2024-07-05 18:33:07','2024-07-05 18:33:07','',2,'https://dev.treasuredpetchauffeursllc.com/?p=9',0,'revision','',0),
(10,1,'2024-07-05 18:35:10','2024-07-05 18:35:10','','List','','publish','closed','closed','','list','','','2024-07-05 18:35:11','2024-07-05 18:35:11','',0,'https://dev.treasuredpetchauffeursllc.com/?page_id=10',0,'page','',0),
(11,1,'2024-07-05 18:35:10','2024-07-05 18:35:10','','List','','inherit','closed','closed','','10-revision-v1','','','2024-07-05 18:35:10','2024-07-05 18:35:10','',10,'https://dev.treasuredpetchauffeursllc.com/?p=11',0,'revision','',0),
(12,1,'2024-07-05 18:35:27','2024-07-05 18:35:27','','Photo Gallery','','publish','closed','closed','','photo-gallery','','','2024-07-05 18:35:28','2024-07-05 18:35:28','',0,'https://dev.treasuredpetchauffeursllc.com/?page_id=12',0,'page','',0),
(13,1,'2024-07-05 18:35:27','2024-07-05 18:35:27','','Photo Gallery','','inherit','closed','closed','','12-revision-v1','','','2024-07-05 18:35:27','2024-07-05 18:35:27','',12,'https://dev.treasuredpetchauffeursllc.com/?p=13',0,'revision','',0),
(14,1,'2024-07-05 18:35:42','2024-07-05 18:35:42','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Send us a message!\\n\\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"5\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_text _id=\"9\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_text _id=\"11\" ][cs_content_seo]&nbsp;\n&nbsp;\nTravel Coordinators:\n\nNannette Wring&nbsp; (386) 972-0693\nKeith Smith&nbsp; &nbsp; (386) 937-3050\ninfo@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','publish','closed','closed','','contact','','','2024-08-11 20:58:11','2024-08-11 20:58:11','',0,'https://dev.treasuredpetchauffeursllc.com/?page_id=14',0,'page','',0),
(15,1,'2024-07-05 18:35:42','2024-07-05 18:35:42','','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-07-05 18:35:42','2024-07-05 18:35:42','',14,'https://dev.treasuredpetchauffeursllc.com/?p=15',0,'revision','',0),
(16,1,'2024-07-05 18:36:03','2024-07-05 18:36:03','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_layout_div _id=\"17\" ][cs_element_image _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Travel Coordinator\\n\\n[/cs_content_seo][cs_element_text _id=\"20\" ][cs_content_seo]Nannette (Nan) Wring\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"21\" ][cs_element_icon _id=\"22\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_layout_div _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_headline _id=\"26\" ][cs_content_seo]Travel Coodinator\\n\\n[/cs_content_seo][cs_element_text _id=\"27\" ][cs_content_seo]Keith Smith\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"28\" ][cs_element_icon _id=\"29\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"30\" ][cs_element_layout_div _id=\"31\" ][cs_element_image _id=\"32\" ][cs_element_headline _id=\"33\" ][cs_content_seo]Contact\\n\\n[/cs_content_seo][cs_element_text _id=\"34\" ][cs_content_seo]info@treasuredpetchauffeursllc.com\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"35\" ][cs_element_icon _id=\"36\" ][/cs_element_layout_div][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"37\" ][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"43\" ][cs_element_layout_column _id=\"44\" ][cs_element_image _id=\"45\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','publish','closed','closed','','request-a-quote','','','2024-08-11 20:47:57','2024-08-11 20:47:57','',0,'https://dev.treasuredpetchauffeursllc.com/?page_id=16',0,'page','',0),
(17,1,'2024-07-05 18:36:03','2024-07-05 18:36:03','','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-07-05 18:36:03','2024-07-05 18:36:03','',16,'https://dev.treasuredpetchauffeursllc.com/?p=17',0,'revision','',0),
(18,1,'2024-07-05 18:36:16','2024-07-05 18:36:16','','Blog','','publish','closed','closed','','blog','','','2024-07-05 18:36:16','2024-07-05 18:36:16','',0,'https://dev.treasuredpetchauffeursllc.com/?page_id=18',0,'page','',0),
(19,1,'2024-07-05 18:36:16','2024-07-05 18:36:16','','Blog','','inherit','closed','closed','','18-revision-v1','','','2024-07-05 18:36:16','2024-07-05 18:36:16','',18,'https://dev.treasuredpetchauffeursllc.com/?p=19',0,'revision','',0),
(20,1,'2024-07-05 18:36:43','2024-07-05 18:36:43','','Reviews','','publish','closed','closed','','reviews','','','2024-07-05 18:36:44','2024-07-05 18:36:44','',0,'https://dev.treasuredpetchauffeursllc.com/?page_id=20',0,'page','',0),
(21,1,'2024-07-05 18:36:43','2024-07-05 18:36:43','','Reviews','','inherit','closed','closed','','20-revision-v1','','','2024-07-05 18:36:43','2024-07-05 18:36:43','',20,'https://dev.treasuredpetchauffeursllc.com/?p=21',0,'revision','',0),
(22,1,'2024-08-11 21:24:29','2024-07-05 18:39:41','','Home','','publish','closed','closed','','home','','','2024-08-11 21:24:29','2024-08-11 21:24:29','',0,'https://dev.treasuredpetchauffeursllc.com/?p=22',1,'nav_menu_item','',0),
(23,1,'2024-08-11 21:24:29','2024-07-05 18:39:41',' ','','','publish','closed','closed','','23','','','2024-08-11 21:24:29','2024-08-11 21:24:29','',0,'https://dev.treasuredpetchauffeursllc.com/?p=23',2,'nav_menu_item','',0),
(24,1,'2024-08-11 21:24:29','2024-07-05 18:39:41',' ','','','publish','closed','closed','','24','','','2024-08-11 21:24:29','2024-08-11 21:24:29','',0,'https://dev.treasuredpetchauffeursllc.com/?p=24',4,'nav_menu_item','',0),
(28,1,'2024-08-11 21:24:29','2024-07-05 18:39:41',' ','','','publish','closed','closed','','28','','','2024-08-11 21:24:29','2024-08-11 21:24:29','',0,'https://dev.treasuredpetchauffeursllc.com/?p=28',3,'nav_menu_item','',0),
(34,3,'2024-08-07 13:35:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-08-07 13:35:12','0000-00-00 00:00:00','',0,'https://dev.treasuredpetchauffeursllc.com/?p=34',0,'post','',0),
(35,1,'2024-08-07 13:49:20','2024-08-07 13:49:20','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-07 13:49:20','2024-08-07 13:49:20','',2,'https://dev.treasuredpetchauffeursllc.com/?p=35',0,'revision','',0),
(36,1,'2024-08-07 13:52:24','2024-08-07 13:52:24','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"25\" ][cs_element_layout_column _id=\"26\" ][cs_element_text _id=\"27\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"28\" ][cs_element_text _id=\"29\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"30\" ][cs_element_layout_row _id=\"31\" ][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"34\" ][cs_element_layout_column _id=\"35\" ][cs_element_text _id=\"36\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"43\" ][cs_element_layout_column _id=\"44\" ][cs_element_text _id=\"45\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"46\" ][cs_element_text _id=\"47\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"48\" ][cs_element_layout_row _id=\"49\" ][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"52\" ][cs_element_layout_column _id=\"53\" ][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-07 13:52:24','2024-08-07 13:52:24','',2,'https://dev.treasuredpetchauffeursllc.com/?p=36',0,'revision','',0),
(37,1,'2024-08-07 13:52:51','2024-08-07 13:52:51','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[{\"group\":true,\"condition\":\"site:entire-site\",\"value\":\"\"}],\"layout_type\":\"header\",\"assignment_priority\":0,\"general_featured_image\":\"\",\"multi_region\":false},\"regions\":{\"top\":[{\"_type\":\"bar\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"_region\":\"top\",\"bar_base_font_size\":\"16px\",\"bar_bg_advanced\":true,\"bar_bg_color\":\"rgba(255, 255, 255, 0)\",\"bar_border_radius\":\"!0px 0px 0px 0px\",\"bar_box_shadow_color\":\"hsla(0, 0%, 0%, 0.11)\",\"bar_box_shadow_dimensions\":\"0em 0.19em 2em 0px\",\"bar_content_max_length\":\"1200px\",\"bar_outer_spacing\":\"2em\",\"bar_padding\":\"0em\",\"bar_scroll_buttons_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"bar_width\":\"15em\",\"bg_border_radius\":\"inherit\",\"bg_lower_type\":\"image\",\"hide_login\":\"\",\"title\":\"Bar 1\",\"_modules\":[{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_bp\":\"md sm xs\",\"hide_login\":\"\",\"title\":\"Desktop Logo\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"image_font_size\":\"1.2em\",\"image_object_fit\":\"contain\",\"image_src\":\"85:full\",\"image_type\":\"scaling\",\"_modules\":[]}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_border_radius\":\"0px\",\"container_border_width\":\"0px\",\"container_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"container_margin\":\"0px\",\"container_padding\":\"0px\",\"container_row_flex_justify\":\"flex-start\",\"container_z_index\":\"1\",\"hide_bp\":\"lg xl\",\"hide_login\":\"\",\"title\":\"Mobile Logo\",\"_modules\":[{\"_type\":\"image\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"hide_login\":\"\",\"image_bg_color_alt\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_border_width\":\"0px\",\"image_box_shadow_color_alt\":\"transparent\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_height\":64,\"image_inner_border_radius\":\"0em\",\"image_margin\":\"0px\",\"image_outer_border_radius\":\"0em\",\"image_padding\":\"0px\",\"image_src\":\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/23-logo-sm.png\",\"image_width\":84}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"0 0 auto\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_z_index\":\"1\",\"hide_bp\":\"md sm xs\",\"hide_login\":\"\",\"title\":\"Desktop Navigation\",\"_modules\":[{\"_type\":\"nav-inline\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_style\":\"none\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_padding\":\"0em 1.25em 0em 1.25em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_color\":\"#62656e\",\"anchor_primary_text_color_alt\":\"#fc5475\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator\":false,\"anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_border_radius\":\"0em\",\"dropdown_border_style\":\"none\",\"dropdown_border_width\":\"0px\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"hide_login\":\"\",\"menu\":\"menu:2\",\"menu_base_font_size\":\"1rem\",\"menu_margin\":\"0px\",\"sub_anchor_bg_color_alt\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_primary_font_family\":\"google:lato\",\"sub_anchor_primary_font_weight\":\"400\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_font_family\":\"google:lato\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\"}]},{\"_type\":\"container\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":2},\"_region\":\"top\",\"bg_border_radius\":\"inherit\",\"container_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"container_flex\":\"1 0 0%\",\"container_margin\":\"!0px\",\"container_padding\":\"!0px\",\"container_row_flex_justify\":\"flex-end\",\"container_z_index\":\"1\",\"hide_login\":\"\",\"title\":\"CTA and Mobile Navigation\",\"_modules\":[{\"_type\":\"button\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_base_font_size\":\"1rem\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"hsla(348, 97%, 66%, 0.06)\",\"anchor_border_color\":\"#fc5475\",\"anchor_border_color_alt\":\"#fc5475\",\"anchor_border_radius\":\"4px\",\"anchor_border_width\":\"2px\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_box_shadow_dimensions\":\"!0em 0em 0em 0em\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_image_height\":48,\"anchor_graphic_image_width\":48,\"anchor_padding\":\"0.4em 1.5em 0.4em 1.5em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_color\":\"#62656e\",\"anchor_primary_text_color_alt\":\"#fc5475\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_text_primary_content\":\"Hire Us\",\"hide_login\":\"\"},{\"_type\":\"nav-modal\",\"_bp_base\":\"4_4\",\"_region\":\"top\",\"anchor_bg_color_alt\":\"hsla(0, 0%, 100%, 0.15)\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"4px\",\"anchor_border_style\":\"none\",\"anchor_border_width\":\"0px\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.5em\",\"anchor_primary_font_family\":\"google:lato\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_letter_spacing\":\"0.035em\",\"anchor_primary_particle\":true,\"anchor_primary_particle_border_radius\":\"0.5em\",\"anchor_primary_particle_color\":\"transparent\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_height\":\"0.5em\",\"anchor_primary_particle_location\":\"c_l\",\"anchor_primary_particle_scale\":\"scale-x_y\",\"anchor_primary_particle_style\":\"box-shadow: 0.5em 0 0 0 #fff;\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_particle_width\":\"0.5em\",\"anchor_primary_text_color\":\"#ffffff\",\"anchor_primary_text_color_alt\":\"\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_font_family\":\"google:lato\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_particle\":true,\"anchor_secondary_particle_border_radius\":\"0.5em\",\"anchor_secondary_particle_color\":\"transparent\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_height\":\"0.5em\",\"anchor_secondary_particle_location\":\"c_r\",\"anchor_secondary_particle_scale\":\"scale-x_y\",\"anchor_secondary_particle_style\":\"box-shadow: -0.5em 0 0 0 #fff;\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_particle_width\":\"0.5em\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator\":false,\"anchor_sub_indicator_icon\":\"angle-down\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"hide_bp\":\"lg xl\",\"hide_login\":\"\",\"menu_margin\":\"0px\",\"modal_base_font_size\":\"calc(1.5vw + 16px)\",\"modal_bg_color\":\"hsla(348, 97%, 66%, 0.9)\",\"modal_close_color\":\"#ffffff\",\"modal_close_color_alt\":\"rgba(255, 255, 255, 0.55)\",\"modal_content_bg_color\":\"transparent\",\"modal_content_border_radius\":\"0em\",\"modal_content_border_style\":\"none\",\"modal_content_border_width\":\"0px\",\"modal_content_box_shadow_color\":\"transparent\",\"modal_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"modal_content_max_width\":\"12em\",\"modal_content_padding\":\"0em\",\"toggle_anchor_base_font_size\":\"1rem\",\"toggle_anchor_bg_color\":\"transparent\",\"toggle_anchor_bg_color_alt\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"0em\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_box_shadow_color\":\"transparent\",\"toggle_anchor_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon\":\"hand-pointer-o\",\"toggle_anchor_graphic_icon_alt\":\"hand-spock-o\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_height\":\"2.75em\",\"toggle_anchor_margin\":\"0em 0em 0em 1em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_primary_font_family\":\"google:lato\",\"toggle_anchor_primary_font_weight\":\"400\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_font_family\":\"google:lato\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_particle_delay\":\"0\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_width\":\"2.75em\",\"toggle_burger_width\":\"11em\",\"toggle_color\":\"rgb(252, 84, 117)\",\"toggle_color_alt\":\"rgb(98, 101, 110)\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.75em\",\"toggle_more_size\":\"0.35em\",\"toggle_more_spacing\":\"1.75em\"}]}]}],\"right\":[],\"bottom\":[],\"left\":[]}}','Header - Pages','','tco-data','closed','closed','','header-copy','','','2024-08-11 19:40:04','2024-08-11 19:40:04','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=cs_header&#038;p=37',0,'cs_header','',0),
(38,1,'2024-08-07 14:04:58','2024-08-07 14:04:58','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-07 14:04:58','2024-08-07 14:04:58','',2,'https://dev.treasuredpetchauffeursllc.com/?p=38',0,'revision','',0),
(39,1,'2024-08-07 14:08:10','2024-08-07 14:08:10','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050\nNannette &nbsp;(Nan) Wring &nbsp;386-972-0693\nEmail: &nbsp;info@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote. &nbsp;Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.\nWe reply to all quote requests in about 24 hours. &nbsp;If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct. &nbsp;Please enter a new quote request with the correct information. &nbsp;This happens a lot...\nYou can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email. &nbsp;Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards, &nbsp;check, or methods agreed on prior. &nbsp;We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.\n&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]* Indicates required questionEmail*Your emailThis is a required questionFirst and Last Name*Please enter your first name, followed by 1 space and then your last name. &nbsp;We use this information in our quotes to address you as professionally as possible. &nbsp;Please do not put your pets name here. &nbsp;We will collect that information from you if you decide to book your trip.Your answerCell NumberPlease enter 10 digits/numbers. &nbsp;There is no need to put in dashes or dots or parenthesis. &nbsp;If we have questions about your trip when we work the quote, it\'s nice to get a quick answer via text if possible. &nbsp;Frequent typographical errors cause email to be returned, if we have a cell number, then we can text you if necessary. If you would rather communicate only over Email, please leave this blank.Your answerNumber of Dogs0123456Number of Cats0123456Number of Other Pets0123456Travel Information*Owner Vehicle - Many of our clients are relocating and need not only their pets moved but also their vehicle moved. &nbsp;We fly two drivers to your pickup city, they rest the night before at a local hotel and UBER to your location and drive your well maintained and recently detailed vehicle with good tires and a full size spare tire (No Run Flat Tires, no Donuts) to your new location. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Treasured Pet Chauffeurs Vehicle - We fly two of our drivers to your pickup city and they rent a mini-van at the airport and drive it to a hotel near your pickup location and rest for the night. &nbsp;They sterilize the vehicle and drive to your location for the pickup early in the morning. They drive it, stoping every 4 hours for fuel, food and exercise to your drop-off location then sterilize the van and return it at the airport and fly home.Owner VehicleTreasured Pet Chauffeurs VehiclePickup Address***CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. &nbsp;We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven needed for driver compensation and fuel costs. &nbsp;If you are in India, sorry, we can\'t move your rabbit...&nbsp; If you are in Hawaii, sorry we can&rsquo;t drive across the Pacific.&nbsp;Your answerDrop Off Address***CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code. &nbsp;We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven. We serve moves that are 500 miles or more and are unable to provide quotes for trips less than 500 miles and for trips outside the US.Your answerPickup Date*Please chose a future date. &nbsp;We understand that sometimes this is just an approximate date. &nbsp;Please understand that we are typically booked out about 40 to 50 days into the future so if your quote is for a date that is very different from your requested date, it just means that is our first available date.DateAnything Else We Should Know?We will ask you more detailed questions about each of your pets like personality, medications and special care instructions if you decide to book a trip, we don\'t need those details at this time for a quote. &nbsp;Please note that we are a PET ONLY transportation service, pet owners will need to explore other transportation options.Your answerTrip Type*One WayRound Trip\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-07 14:08:10','2024-08-07 14:08:10','',16,'https://dev.treasuredpetchauffeursllc.com/?p=39',0,'revision','',0),
(40,1,'2024-08-07 14:12:43','2024-08-07 14:12:43','[cs_content _p=\'40\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Mission Statement\n\n\"Delivering unparalleled comfort and care, our mission at Treasured Pet Chauffeurs &nbsp;is to provide a premium travel experience for your beloved pets. With our team of dedicated and compassionate drivers, we ensure that your furry companions are transported with the utmost love, safety, and attention, making every journey a stress-free and enjoyable\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_image _id=\"6\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"7\" ][cs_element_layout_row _id=\"8\" ][cs_element_layout_column _id=\"9\" ][cs_element_image _id=\"10\" ][/cs_element_layout_column][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Welcome\n\nIntroducing Treasured Pet Chauffeurs &ndash; Where Luxury Meets Care for Your Beloved Companions.\nAt Treasured Pet Chauffeurs, we understand that your pets are not just animals; they\'re cherished members of your family. Our premier luxury pet transportation service is designed to ensure a stress-free, safe, and comfortable journey for your furry friends. With our team of loving and competent drivers, your pets will experience a level of care that matches your own. Whether it\'s a permanent relocation &nbsp;or a &nbsp;seasonal move, &nbsp;we\'re here to provide a chauffeur service that goes beyond transportation &ndash; it\'s an experience tailored to the well-being and happiness of your treasured pets. Travel with peace of mind, knowing that your pets are in caring hands with Treasured Pet Chauffeurs.\nTreasured Pet Chauffeurs &nbsp;is a top-notch ground transportation option for pets. Treasured Pet Chauffeurs &nbsp;aims to make the transportation process as stress-free as possible for animals. Rather than traveling in a crate with other animals, each pet travels individually or with other pets from the same family in a van. Pets don&rsquo;t have to travel in a crate, and they can have their own blankets and toys to make the journey comfortable. The company can even use the owner&rsquo;s car to transport the pet &nbsp;making Treasured Pet Chauffeurs &nbsp;an excellent option for pet owners who may need to transport a vehicle to a destination or to relocate. Treasured Pet Chauffeurs frequently updates &nbsp;the family to add peace of mind. &nbsp;Treasured Pet drivers will drive continuously to make sure pets get to their destination as quickly as possible. &nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','About','','publish','closed','closed','','about','','','2024-08-07 14:17:46','2024-08-07 14:17:46','',0,'https://dev.treasuredpetchauffeursllc.com/blog-2/',0,'page','',0),
(41,1,'2024-08-07 14:12:43','2024-08-07 14:12:43','[cs_content _p=\'40\'][/cs_content]','Blog (Copy)','','inherit','closed','closed','','40-revision-v1','','','2024-08-07 14:12:43','2024-08-07 14:12:43','',40,'https://dev.treasuredpetchauffeursllc.com/?p=41',0,'revision','',0),
(42,1,'2024-08-07 14:15:16','2024-08-07 14:15:16','','','','inherit','open','closed','','screenshot-2024-08-07-at-10-11-48-am','','','2024-08-07 14:20:20','2024-08-07 14:20:20','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/Screenshot-2024-08-07-at-10.11.48 AM.png',0,'attachment','image/png',0),
(43,1,'2024-08-07 14:15:25','2024-08-07 14:15:25','','Screenshot 2024-08-07 at 10.12.18 AM','','inherit','open','closed','','screenshot-2024-08-07-at-10-12-18-am','','','2024-08-07 14:15:25','2024-08-07 14:15:25','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/Screenshot-2024-08-07-at-10.12.18 AM.png',0,'attachment','image/png',0),
(44,1,'2024-08-07 14:16:01','2024-08-07 14:16:01','','','','inherit','open','closed','','screenshot-2024-08-07-at-10-12-02-am','','','2024-08-07 14:17:39','2024-08-07 14:17:39','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/Screenshot-2024-08-07-at-10.12.02 AM.png',0,'attachment','image/png',0),
(45,1,'2024-08-07 14:16:10','2024-08-07 14:16:10','','','','inherit','open','closed','','screenshot-2024-08-07-at-10-11-55-am','','','2024-08-07 14:17:15','2024-08-07 14:17:15','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/Screenshot-2024-08-07-at-10.11.55 AM.png',0,'attachment','image/png',0),
(46,1,'2024-08-07 14:17:46','2024-08-07 14:17:46','[cs_content _p=\'40\'][/cs_content]','About','','inherit','closed','closed','','40-revision-v1','','','2024-08-07 14:17:46','2024-08-07 14:17:46','',40,'https://dev.treasuredpetchauffeursllc.com/?p=46',0,'revision','',0),
(47,1,'2024-08-07 14:17:46','2024-08-07 14:17:46','[cs_content _p=\'40\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Mission Statement\n\n\"Delivering unparalleled comfort and care, our mission at Treasured Pet Chauffeurs &nbsp;is to provide a premium travel experience for your beloved pets. With our team of dedicated and compassionate drivers, we ensure that your furry companions are transported with the utmost love, safety, and attention, making every journey a stress-free and enjoyable\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_image _id=\"6\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"7\" ][cs_element_layout_row _id=\"8\" ][cs_element_layout_column _id=\"9\" ][cs_element_image _id=\"10\" ][/cs_element_layout_column][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Welcome\n\nIntroducing Treasured Pet Chauffeurs &ndash; Where Luxury Meets Care for Your Beloved Companions.\nAt Treasured Pet Chauffeurs, we understand that your pets are not just animals; they\'re cherished members of your family. Our premier luxury pet transportation service is designed to ensure a stress-free, safe, and comfortable journey for your furry friends. With our team of loving and competent drivers, your pets will experience a level of care that matches your own. Whether it\'s a permanent relocation &nbsp;or a &nbsp;seasonal move, &nbsp;we\'re here to provide a chauffeur service that goes beyond transportation &ndash; it\'s an experience tailored to the well-being and happiness of your treasured pets. Travel with peace of mind, knowing that your pets are in caring hands with Treasured Pet Chauffeurs.\nTreasured Pet Chauffeurs &nbsp;is a top-notch ground transportation option for pets. Treasured Pet Chauffeurs &nbsp;aims to make the transportation process as stress-free as possible for animals. Rather than traveling in a crate with other animals, each pet travels individually or with other pets from the same family in a van. Pets don&rsquo;t have to travel in a crate, and they can have their own blankets and toys to make the journey comfortable. The company can even use the owner&rsquo;s car to transport the pet &nbsp;making Treasured Pet Chauffeurs &nbsp;an excellent option for pet owners who may need to transport a vehicle to a destination or to relocate. Treasured Pet Chauffeurs frequently updates &nbsp;the family to add peace of mind. &nbsp;Treasured Pet drivers will drive continuously to make sure pets get to their destination as quickly as possible. &nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','About','','inherit','closed','closed','','40-revision-v1','','','2024-08-07 14:17:46','2024-08-07 14:17:46','',40,'https://dev.treasuredpetchauffeursllc.com/?p=47',0,'revision','',0),
(48,1,'2024-08-07 14:19:29','2024-08-07 14:19:29','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]NINJA FORM\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_text _id=\"6\" ][cs_content_seo]Email:info@treasuredpetchauffeursllc.com\n\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\nTravel Coordinators:\nNannette Wring &nbsp;386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;386-937-3050\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-08-07 14:19:29','2024-08-07 14:19:29','',14,'https://dev.treasuredpetchauffeursllc.com/?p=48',0,'revision','',0),
(49,1,'2024-08-07 14:20:06','2024-08-07 14:20:06','','ravenwood-logo','','inherit','open','closed','','ravenwood-logo','','','2024-08-07 14:20:06','2024-08-07 14:20:06','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ravenwood-logo.png',0,'attachment','image/png',0),
(50,1,'2024-08-07 20:47:46','2024-08-07 20:47:46','{\"identifier\":\"element|bar\",\"preview\":\"\"}','TPC - Footer','','tco-data','closed','closed','','tpc-footer','','','2024-08-07 20:47:46','2024-08-07 20:47:46','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=cs_template&p=50',0,'cs_template','',0),
(51,1,'2024-08-08 10:05:17','0000-00-00 00:00:00','Thank you for reading this post, don\'t forget to subscribe!','Display a message after the 1st paragraph of posts','','draft','closed','closed','','','','','2024-08-08 10:05:17','0000-00-00 00:00:00','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=wpcode&p=51',0,'wpcode','',0),
(52,1,'2024-08-08 10:05:17','0000-00-00 00:00:00','add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});','Completely Disable Comments','','draft','closed','closed','','','','','2024-08-08 10:05:17','0000-00-00 00:00:00','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=wpcode&p=52',0,'wpcode','',0),
(53,1,'2024-08-08 10:08:31','2024-08-08 10:08:31','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_text _id=\"6\" ][cs_content_seo]Email:info@treasuredpetchauffeursllc.com\n\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\nTravel Coordinators:\nNannette Wring &nbsp;386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;386-937-3050\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-08-08 10:08:31','2024-08-08 10:08:31','',14,'https://dev.treasuredpetchauffeursllc.com/?p=53',0,'revision','',0),
(54,1,'2024-08-08 10:10:08','2024-08-08 10:10:08','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050\nNannette &nbsp;(Nan) Wring &nbsp;386-972-0693\nEmail: &nbsp;info@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote. &nbsp;Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.\nWe reply to all quote requests in about 24 hours. &nbsp;If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct. &nbsp;Please enter a new quote request with the correct information. &nbsp;This happens a lot...\nYou can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email. &nbsp;Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards, &nbsp;check, or methods agreed on prior. &nbsp;We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.\n&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo][ninja_form id=2]\n* Indicates required question\nEmail*\nYour email\nThis is a required question\nFirst and Last Name*\nPlease enter your first name, followed by 1 space and then your last name.  We use this information in our quotes to address you as professionally as possible.  Please do not put your pets name here.  We will collect that information from you if you decide to book your trip.\nYour answer\nCell Number\nPlease enter 10 digits/numbers.  There is no need to put in dashes or dots or parenthesis.  If we have questions about your trip when we work the quote, it\'s nice to get a quick answer via text if possible.  Frequent typographical errors cause email to be returned, if we have a cell number, then we can text you if necessary. If you would rather communicate only over Email, please leave this blank.\nYour answer\nNumber of Dogs\n0\n1\n2\n3\n4\n5\n6\nNumber of Cats\n0\n1\n2\n3\n4\n5\n6\nNumber of Other Pets\n0\n1\n2\n3\n4\n5\n6\nTravel Information*\nOwner Vehicle - Many of our clients are relocating and need not only their pets moved but also their vehicle moved.  We fly two drivers to your pickup city, they rest the night before at a local hotel and UBER to your location and drive your well maintained and recently detailed vehicle with good tires and a full size spare tire (No Run Flat Tires, no Donuts) to your new location.                                                                                                   Treasured Pet Chauffeurs Vehicle - We fly two of our drivers to your pickup city and they rent a mini-van at the airport and drive it to a hotel near your pickup location and rest for the night.  They sterilize the vehicle and drive to your location for the pickup early in the morning. They drive it, stoping every 4 hours for fuel, food and exercise to your drop-off location then sterilize the van and return it at the airport and fly home.\nOwner Vehicle\nTreasured Pet Chauffeurs Vehicle\nPickup Address*\n**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code.  We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven needed for driver compensation and fuel costs.  If you are in India, sorry, we can\'t move your rabbit...  If you are in Hawaii, sorry we can’t drive across the Pacific. \nYour answer\nDrop Off Address*\n**CONTINENTAL US ZIP CODE IS REQUIRED**: Please provide a valid US address with at least a zip code.  We understand that sometimes our clients don\'t know the exact address at the time they request a quote, however we cannot produce a valid quote without being able to calculate the miles driven. We serve moves that are 500 miles or more and are unable to provide quotes for trips less than 500 miles and for trips outside the US.\nYour answer\nPickup Date*\nPlease chose a future date.  We understand that sometimes this is just an approximate date.  Please understand that we are typically booked out about 40 to 50 days into the future so if your quote is for a date that is very different from your requested date, it just means that is our first available date.\nDate\nAnything Else We Should Know?\nWe will ask you more detailed questions about each of your pets like personality, medications and special care instructions if you decide to book a trip, we don\'t need those details at this time for a quote.  Please note that we are a PET ONLY transportation service, pet owners will need to explore other transportation options.\nYour answer\nTrip Type*\nOne Way\nRound Trip\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-08 10:10:08','2024-08-08 10:10:08','',16,'https://dev.treasuredpetchauffeursllc.com/?p=54',0,'revision','',0),
(55,1,'2024-08-08 10:22:56','2024-08-08 10:22:56','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050\nNannette &nbsp;(Nan) Wring &nbsp;386-972-0693\nEmail: &nbsp;info@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote. &nbsp;Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.\nWe reply to all quote requests in about 24 hours. &nbsp;If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct. &nbsp;Please enter a new quote request with the correct information. &nbsp;This happens a lot...\nYou can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email. &nbsp;Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards, &nbsp;check, or methods agreed on prior. &nbsp;We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.\n&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-08 10:22:56','2024-08-08 10:22:56','',16,'https://dev.treasuredpetchauffeursllc.com/?p=55',0,'revision','',0),
(56,2,'2024-08-11 14:32:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-08-11 14:32:59','0000-00-00 00:00:00','',0,'https://dev.treasuredpetchauffeursllc.com/?p=56',0,'post','',0),
(57,2,'2024-08-11 15:12:14','2024-08-11 15:12:14','','estudio-naranja-01-scaled','','inherit','open','closed','','estudio-naranja-01-scaled','','','2024-08-11 15:12:14','2024-08-11 15:12:14','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/estudio-naranja-01-scaled-1.jpg',0,'attachment','image/jpeg',0),
(58,2,'2024-08-11 15:12:16','2024-08-11 15:12:16','','estudio-naranja-02-scaled','','inherit','open','closed','','estudio-naranja-02-scaled','','','2024-08-11 15:12:16','2024-08-11 15:12:16','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/estudio-naranja-02-scaled-1.jpg',0,'attachment','image/jpeg',0),
(59,2,'2024-08-11 15:12:33','2024-08-11 15:12:33','','TreasuredPetMap','','inherit','open','closed','','treasuredpetmap','','','2024-08-11 15:12:33','2024-08-11 15:12:33','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/TreasuredPetMap.png',0,'attachment','image/png',0),
(60,2,'2024-08-11 15:22:12','2024-08-11 15:22:12','','treasuredpetchauffeursllc','','inherit','open','closed','','chauferedpets','','','2024-08-11 15:22:24','2024-08-11 15:22:24','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ChauferedPets.png',0,'attachment','image/png',0),
(61,2,'2024-08-11 15:23:44','2024-08-11 15:23:44','','kesclin-mckleskin-logo','','inherit','open','closed','','kesclin-mckleskin-logo','','','2024-08-11 15:23:44','2024-08-11 15:23:44','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/kesclin-mckleskin-logo.png',0,'attachment','image/png',0),
(62,2,'2024-08-11 15:23:45','2024-08-11 15:23:45','','kesclin-mckleskin-bg','','inherit','open','closed','','kesclin-mckleskin-bg','','','2024-08-11 15:23:45','2024-08-11 15:23:45','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/kesclin-mckleskin-bg.jpg',0,'attachment','image/jpeg',0),
(63,2,'2024-08-11 15:23:45','2024-08-11 15:23:45','','kesclin-mckleskin-tagline','','inherit','open','closed','','kesclin-mckleskin-tagline','','','2024-08-11 15:23:45','2024-08-11 15:23:45','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/kesclin-mckleskin-tagline.png',0,'attachment','image/png',0),
(64,2,'2024-08-11 15:37:18','2024-08-11 15:37:18','','petchauffer','','inherit','open','closed','','petchauffer','','','2024-08-11 15:37:18','2024-08-11 15:37:18','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/petchauffer.gif',0,'attachment','image/gif',0),
(65,2,'2024-08-11 15:40:28','2024-08-11 15:40:28','','chaiffr','','inherit','open','closed','','chaiffr','','','2024-08-11 15:40:28','2024-08-11 15:40:28','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/chaiffr.gif',0,'attachment','image/gif',0),
(66,2,'2024-08-11 16:04:05','2024-08-11 16:04:05','','chauffer','','inherit','open','closed','','chauffer','','','2024-08-11 16:04:05','2024-08-11 16:04:05','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/chauffer.gif',0,'attachment','image/gif',0),
(67,2,'2024-08-11 16:05:33','2024-08-11 16:05:33','','Chauffer','','inherit','open','closed','','chauffer-2','','','2024-08-11 16:05:33','2024-08-11 16:05:33','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/Chauffer-1.gif',0,'attachment','image/gif',0),
(68,2,'2024-08-11 16:07:26','2024-08-11 16:07:26','','cahuffer','','inherit','open','closed','','cahuffer','','','2024-08-11 16:07:26','2024-08-11 16:07:26','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/cahuffer.gif',0,'attachment','image/gif',0),
(69,2,'2024-08-11 16:17:54','2024-08-11 16:17:54','','ch','','inherit','open','closed','','ch','','','2024-08-11 16:17:54','2024-08-11 16:17:54','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ch.gif',0,'attachment','image/gif',0),
(70,2,'2024-08-11 16:19:28','2024-08-11 16:19:28','','ch','','inherit','open','closed','','ch-2','','','2024-08-11 16:19:28','2024-08-11 16:19:28','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ch-1.gif',0,'attachment','image/gif',0),
(71,2,'2024-08-11 16:23:52','2024-08-11 16:23:52','','ch','','inherit','open','closed','','ch-3','','','2024-08-11 16:23:52','2024-08-11 16:23:52','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ch-2.gif',0,'attachment','image/gif',0),
(72,2,'2024-08-11 16:24:20','2024-08-11 16:24:20','','ch_up','','inherit','open','closed','','ch_up','','','2024-08-11 16:24:20','2024-08-11 16:24:20','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ch_up.gif',0,'attachment','image/gif',0),
(73,2,'2024-08-11 16:27:29','2024-08-11 16:27:29','','fancy','','inherit','open','closed','','fancy','','','2024-08-11 16:27:29','2024-08-11 16:27:29','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/fancy.gif',0,'attachment','image/gif',0),
(74,2,'2024-08-11 16:29:10','2024-08-11 16:29:10','','facny','','inherit','open','closed','','facny','','','2024-08-11 16:29:10','2024-08-11 16:29:10','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/facny.gif',0,'attachment','image/gif',0),
(75,2,'2024-08-11 16:30:24','2024-08-11 16:30:24','','fancy1','','inherit','open','closed','','fancy1','','','2024-08-11 16:30:24','2024-08-11 16:30:24','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/fancy1.gif',0,'attachment','image/gif',0),
(76,2,'2024-08-11 16:31:42','2024-08-11 16:31:42','','fancy1','','inherit','open','closed','','fancy1-2','','','2024-08-11 16:31:42','2024-08-11 16:31:42','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/fancy1-1.gif',0,'attachment','image/gif',0),
(77,2,'2024-08-11 16:34:29','2024-08-11 16:34:29','','map','','inherit','open','closed','','map','','','2024-08-11 16:34:29','2024-08-11 16:34:29','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/map.png',0,'attachment','image/png',0),
(78,2,'2024-08-11 16:36:16','2024-08-11 16:36:16','','fancy','','inherit','open','closed','','fancy-2','','','2024-08-11 16:36:16','2024-08-11 16:36:16','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/fancy-1.gif',0,'attachment','image/gif',0),
(79,2,'2024-08-11 16:37:18','2024-08-11 16:37:18','','fancy1','','inherit','open','closed','','fancy1-3','','','2024-08-11 16:37:18','2024-08-11 16:37:18','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/fancy1-2.gif',0,'attachment','image/gif',0),
(80,2,'2024-08-11 16:38:29','2024-08-11 16:38:29','','car','','inherit','open','closed','','car','','','2024-08-11 16:38:29','2024-08-11 16:38:29','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/car.gif',0,'attachment','image/gif',0),
(81,2,'2024-08-11 16:40:12','2024-08-11 16:40:12','','fancy11','','inherit','open','closed','','fancy11','','','2024-08-11 16:40:12','2024-08-11 16:40:12','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/fancy11.gif',0,'attachment','image/gif',0),
(82,2,'2024-08-11 16:42:53','2024-08-11 16:42:53','','Untitled (1080 x 200 px)','','inherit','open','closed','','untitled-1080-x-200-px','','','2024-08-11 16:42:53','2024-08-11 16:42:53','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/Untitled-1080-x-200-px.gif',0,'attachment','image/gif',0),
(83,2,'2024-08-11 16:46:46','2024-08-11 16:46:46','','map1','','inherit','open','closed','','map1','','','2024-08-11 16:46:46','2024-08-11 16:46:46','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/map1.png',0,'attachment','image/png',0),
(84,2,'2024-08-11 17:35:54','2024-08-11 17:35:54','','treasuredpetchauffeursllc','','inherit','open','closed','','oute','','','2024-08-11 17:36:07','2024-08-11 17:36:07','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/oute.png',0,'attachment','image/png',0),
(85,2,'2024-08-11 17:45:08','2024-08-11 17:45:08','','treasuredpetchauffeursllc','','inherit','open','closed','','logotpc','','','2024-08-11 17:45:15','2024-08-11 17:45:15','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/logoTPC.png',0,'attachment','image/png',0),
(86,2,'2024-08-11 17:58:48','2024-08-11 17:58:48','','0_3-8','','inherit','open','closed','','0_3-8','','','2024-08-11 17:58:48','2024-08-11 17:58:48','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/0_3-8.jpg',0,'attachment','image/jpeg',0),
(87,2,'2024-08-11 18:00:14','2024-08-11 18:00:14','','img-shapes','','inherit','open','closed','','img-shapes','','','2024-08-11 18:00:14','2024-08-11 18:00:14','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/img-shapes.png',0,'attachment','image/png',0),
(88,2,'2024-08-11 18:01:07','2024-08-11 18:01:07','','0_3-9','','inherit','open','closed','','0_3-9','','','2024-08-11 18:01:07','2024-08-11 18:01:07','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/0_3-9.jpg',0,'attachment','image/jpeg',0),
(89,2,'2024-08-11 18:12:32','2024-08-11 18:12:32','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Focus Areas\\n\\nWhat we do\\n\\n[/cs_content_seo][cs_element_text _id=\"86\" ][cs_content_seo]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp; consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp;\\n\\n[/cs_content_seo][cs_element_image _id=\"87\" ][/cs_element_layout_column][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Fast Shipping\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"90\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]We keep you connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"93\" ][cs_element_text _id=\"94\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:12:32','2024-08-11 18:12:32','',2,'https://dev.treasuredpetchauffeursllc.com/?p=89',0,'revision','',0),
(90,2,'2024-08-11 18:13:07','2024-08-11 18:13:07','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Focus Areas\\n\\nWhat we do\\n\\n[/cs_content_seo][cs_element_text _id=\"86\" ][cs_content_seo]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp; consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp;\\n\\n[/cs_content_seo][cs_element_image _id=\"87\" ][/cs_element_layout_column][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Fast Shipping\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"90\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]We keep you connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"93\" ][cs_element_text _id=\"94\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:13:07','2024-08-11 18:13:07','',2,'https://dev.treasuredpetchauffeursllc.com/?p=90',0,'revision','',0),
(91,2,'2024-08-11 18:18:52','2024-08-11 18:18:52','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Focus Areas\\n\\nWhat we do\\n\\n[/cs_content_seo][cs_element_text _id=\"86\" ][cs_content_seo]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp; consectetur adipiscing elit. Aliquam non dolor quis est volutpat malesuada. Curabitur a mauris odio.&nbsp;\\n\\n[/cs_content_seo][cs_element_image _id=\"87\" ][/cs_element_layout_column][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"90\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"93\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_headline _id=\"94\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][cs_element_headline _id=\"95\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"96\" ][cs_element_text _id=\"97\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:18:52','2024-08-11 18:18:52','',2,'https://dev.treasuredpetchauffeursllc.com/?p=91',0,'revision','',0),
(92,2,'2024-08-11 18:21:52','2024-08-11 18:21:52','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Satisfaction Guaranteed\\n\\nWhat we do\\n\\n[/cs_content_seo][cs_element_text _id=\"86\" ][cs_content_seo]&nbsp;Nationwide to 49 contiguous states\\n\\n[/cs_content_seo][cs_element_image _id=\"87\" ][/cs_element_layout_column][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"90\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"93\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_headline _id=\"94\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][cs_element_headline _id=\"95\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"96\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:21:52','2024-08-11 18:21:52','',2,'https://dev.treasuredpetchauffeursllc.com/?p=92',0,'revision','',0),
(93,2,'2024-08-11 18:22:46','2024-08-11 18:22:46','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Satisfaction Guaranteed\\n\\nNationwide to 49 contiguous states\\n\\n[/cs_content_seo][cs_element_image _id=\"86\" ][/cs_element_layout_column][cs_element_layout_column _id=\"87\" ][cs_element_headline _id=\"88\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"89\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"90\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_headline _id=\"93\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][cs_element_headline _id=\"94\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"95\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:22:46','2024-08-11 18:22:46','',2,'https://dev.treasuredpetchauffeursllc.com/?p=93',0,'revision','',0),
(94,2,'2024-08-11 18:26:32','2024-08-11 18:26:32','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_image _id=\"86\" ][cs_element_headline _id=\"87\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"88\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"89\" ][cs_element_headline _id=\"90\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"93\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"94\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_headline _id=\"95\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:26:32','2024-08-11 18:26:32','',2,'https://dev.treasuredpetchauffeursllc.com/?p=94',0,'revision','',0),
(95,2,'2024-08-11 18:28:12','2024-08-11 18:28:12','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"86\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"87\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_image _id=\"88\" ][/cs_element_layout_column][cs_element_layout_column _id=\"89\" ][cs_element_headline _id=\"90\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"93\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"94\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_headline _id=\"95\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:28:12','2024-08-11 18:28:12','',2,'https://dev.treasuredpetchauffeursllc.com/?p=95',0,'revision','',0),
(96,2,'2024-08-11 18:29:12','2024-08-11 18:29:12','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_text _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_text _id=\"8\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"25\" ][cs_element_layout_row _id=\"26\" ][cs_element_layout_column _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_text _id=\"31\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"32\" ][cs_element_text _id=\"33\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"34\" ][cs_element_layout_row _id=\"35\" ][cs_element_layout_column _id=\"36\" ][cs_element_text _id=\"37\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"47\" ][cs_element_layout_row _id=\"48\" ][cs_element_layout_column _id=\"49\" ][cs_element_text _id=\"50\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_headline _id=\"68\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"69\" ][cs_element_text _id=\"70\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"71\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_div _id=\"73\" ][cs_element_image _id=\"74\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"75\" ][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][cs_element_headline _id=\"78\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"81\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"82\" ][cs_element_layout_row _id=\"83\" ][cs_element_layout_column _id=\"84\" ][cs_element_headline _id=\"85\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"86\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"87\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"88\" ][/cs_element_layout_column][cs_element_layout_column _id=\"89\" ][cs_element_headline _id=\"90\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"91\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"92\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"93\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"94\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"95\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:29:12','2024-08-11 18:29:12','',2,'https://dev.treasuredpetchauffeursllc.com/?p=96',0,'revision','',0),
(97,2,'2024-08-11 18:29:53','2024-08-11 18:29:53','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"5\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"6\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"7\" ][/cs_element_layout_column][cs_element_layout_column _id=\"8\" ][cs_element_headline _id=\"9\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"10\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"11\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"12\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"15\" ][cs_element_layout_row _id=\"16\" ][cs_element_layout_column _id=\"17\" ][cs_element_text _id=\"18\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"19\" ][cs_element_layout_row _id=\"20\" ][cs_element_layout_column _id=\"21\" ][cs_element_text _id=\"22\" ][cs_content_seo]Satisfaction Guaranteed\n\n&nbsp;Nationwide to 49 contiguous states\n&nbsp;\n\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\nStraight through travel so you may be reunited with your pet as quickly and safely as possible\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet&rsquo;s comfort and safety\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\nDoor to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\nExceed USDA-Aphis standards\nNo other pets will travel with your pets\nA personalized experience for every pet catering to their special needs\nNew fresh litter boxes for each cat family\nClean, fresh linens &amp; comfortable bedding in sanitized vehicles\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_text _id=\"26\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_row _id=\"28\" ][cs_element_layout_column _id=\"29\" ][cs_element_text _id=\"30\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"31\" ][cs_element_layout_row _id=\"32\" ][cs_element_layout_column _id=\"33\" ][cs_element_text _id=\"34\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"35\" ][cs_element_layout_row _id=\"36\" ][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"43\" ][cs_element_layout_column _id=\"44\" ][cs_element_text _id=\"45\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"46\" ][cs_element_text _id=\"47\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"48\" ][cs_element_layout_row _id=\"49\" ][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"52\" ][cs_element_layout_column _id=\"53\" ][cs_element_text _id=\"54\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"55\" ][cs_element_text _id=\"56\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"57\" ][cs_element_layout_row _id=\"58\" ][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"61\" ][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"65\" ][cs_element_layout_column _id=\"66\" ][cs_element_text _id=\"67\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"68\" ][cs_element_text _id=\"69\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"70\" ][cs_element_text _id=\"71\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"72\" ][cs_element_layout_row _id=\"73\" ][cs_element_layout_column _id=\"74\" ][cs_element_text _id=\"75\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"76\" ][cs_element_layout_column _id=\"77\" ][/cs_element_layout_column][cs_element_layout_column _id=\"78\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"79\" ][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][cs_element_headline _id=\"82\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"83\" ][cs_element_text _id=\"84\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"85\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"86\" ][cs_element_layout_div _id=\"87\" ][cs_element_image _id=\"88\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"89\" ][cs_element_layout_row _id=\"90\" ][cs_element_layout_column _id=\"91\" ][cs_element_headline _id=\"92\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"93\" ][cs_element_text _id=\"94\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"95\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:29:53','2024-08-11 18:29:53','',2,'https://dev.treasuredpetchauffeursllc.com/?p=97',0,'revision','',0),
(98,2,'2024-08-11 18:44:22','2024-08-11 18:44:22','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Mission\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_text _id=\"26\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_row _id=\"28\" ][cs_element_layout_column _id=\"29\" ][cs_element_text _id=\"30\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"31\" ][cs_element_layout_row _id=\"32\" ][cs_element_layout_column _id=\"33\" ][cs_element_text _id=\"34\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"35\" ][cs_element_layout_row _id=\"36\" ][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_text _id=\"49\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"52\" ][cs_element_layout_row _id=\"53\" ][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"56\" ][cs_element_layout_column _id=\"57\" ][cs_element_text _id=\"58\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"61\" ][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_text _id=\"68\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"69\" ][cs_element_layout_column _id=\"70\" ][cs_element_text _id=\"71\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"74\" ][cs_element_text _id=\"75\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"76\" ][cs_element_layout_row _id=\"77\" ][cs_element_layout_column _id=\"78\" ][cs_element_text _id=\"79\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][/cs_element_layout_column][cs_element_layout_column _id=\"82\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"83\" ][cs_element_layout_div _id=\"84\" ][cs_element_image _id=\"85\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"86\" ][cs_element_layout_row _id=\"87\" ][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"90\" ][cs_element_text _id=\"91\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"92\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:44:22','2024-08-11 18:44:22','',2,'https://dev.treasuredpetchauffeursllc.com/?p=98',0,'revision','',0),
(99,2,'2024-08-11 18:46:48','2024-08-11 18:46:48','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_text _id=\"26\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\n\nSince 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_row _id=\"28\" ][cs_element_layout_column _id=\"29\" ][cs_element_text _id=\"30\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"31\" ][cs_element_layout_row _id=\"32\" ][cs_element_layout_column _id=\"33\" ][cs_element_text _id=\"34\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"35\" ][cs_element_layout_row _id=\"36\" ][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_text _id=\"49\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"52\" ][cs_element_layout_row _id=\"53\" ][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"56\" ][cs_element_layout_column _id=\"57\" ][cs_element_text _id=\"58\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"61\" ][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_text _id=\"68\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"69\" ][cs_element_layout_column _id=\"70\" ][cs_element_text _id=\"71\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"74\" ][cs_element_text _id=\"75\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"76\" ][cs_element_layout_row _id=\"77\" ][cs_element_layout_column _id=\"78\" ][cs_element_text _id=\"79\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][/cs_element_layout_column][cs_element_layout_column _id=\"82\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"83\" ][cs_element_layout_div _id=\"84\" ][cs_element_image _id=\"85\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"86\" ][cs_element_layout_row _id=\"87\" ][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"90\" ][cs_element_text _id=\"91\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"92\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:46:48','2024-08-11 18:46:48','',2,'https://dev.treasuredpetchauffeursllc.com/?p=99',0,'revision','',0),
(100,2,'2024-08-11 18:48:03','2024-08-11 18:48:03','','APHIS.svg','','inherit','open','closed','','aphis-svg','','','2024-08-11 18:48:03','2024-08-11 18:48:03','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/APHIS.svg_.png',0,'attachment','image/png',0),
(101,2,'2024-08-11 18:50:33','2024-08-11 18:50:33','','ap','','inherit','open','closed','','ap','','','2024-08-11 18:50:33','2024-08-11 18:50:33','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ap.png',0,'attachment','image/png',0),
(102,2,'2024-08-11 18:51:34','2024-08-11 18:51:34','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"5\" ][cs_element_layout_row _id=\"6\" ][cs_element_layout_column _id=\"7\" ][cs_element_headline _id=\"8\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"9\" ][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_text _id=\"11\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"12\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_headline _id=\"16\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"17\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"19\" ][/cs_element_layout_column][cs_element_layout_column _id=\"20\" ][cs_element_headline _id=\"21\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"23\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"24\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"25\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"26\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_row _id=\"28\" ][cs_element_layout_column _id=\"29\" ][cs_element_text _id=\"30\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"31\" ][cs_element_layout_row _id=\"32\" ][cs_element_layout_column _id=\"33\" ][cs_element_text _id=\"34\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"35\" ][cs_element_layout_row _id=\"36\" ][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_text _id=\"49\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"52\" ][cs_element_layout_row _id=\"53\" ][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"56\" ][cs_element_layout_column _id=\"57\" ][cs_element_text _id=\"58\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"61\" ][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_text _id=\"68\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"69\" ][cs_element_layout_column _id=\"70\" ][cs_element_text _id=\"71\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"74\" ][cs_element_text _id=\"75\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"76\" ][cs_element_layout_row _id=\"77\" ][cs_element_layout_column _id=\"78\" ][cs_element_text _id=\"79\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][/cs_element_layout_column][cs_element_layout_column _id=\"82\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"83\" ][cs_element_layout_div _id=\"84\" ][cs_element_image _id=\"85\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"86\" ][cs_element_layout_row _id=\"87\" ][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"90\" ][cs_element_text _id=\"91\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"92\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 18:51:34','2024-08-11 18:51:34','',2,'https://dev.treasuredpetchauffeursllc.com/?p=102',0,'revision','',0),
(103,2,'2024-08-11 18:57:35','2024-08-11 18:57:35','','print','','inherit','open','closed','','print','','','2024-08-11 18:57:35','2024-08-11 18:57:35','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/print.png',0,'attachment','image/png',0),
(104,2,'2024-08-11 18:59:59','2024-08-11 18:59:59','','ca','','inherit','open','closed','','ca','','','2024-08-11 18:59:59','2024-08-11 18:59:59','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ca.png',0,'attachment','image/png',0),
(105,2,'2024-08-11 19:00:07','2024-08-11 19:00:07','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_row _id=\"28\" ][cs_element_layout_column _id=\"29\" ][cs_element_text _id=\"30\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"31\" ][cs_element_layout_row _id=\"32\" ][cs_element_layout_column _id=\"33\" ][cs_element_text _id=\"34\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"35\" ][cs_element_layout_row _id=\"36\" ][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_text _id=\"49\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"52\" ][cs_element_layout_row _id=\"53\" ][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"56\" ][cs_element_layout_column _id=\"57\" ][cs_element_text _id=\"58\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"61\" ][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]All Pet Needs\n\n&nbsp;\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.&nbsp; We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If &nbsp;you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_text _id=\"68\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"69\" ][cs_element_layout_column _id=\"70\" ][cs_element_text _id=\"71\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"74\" ][cs_element_text _id=\"75\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"76\" ][cs_element_layout_row _id=\"77\" ][cs_element_layout_column _id=\"78\" ][cs_element_text _id=\"79\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][/cs_element_layout_column][cs_element_layout_column _id=\"82\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"83\" ][cs_element_layout_div _id=\"84\" ][cs_element_image _id=\"85\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"86\" ][cs_element_layout_row _id=\"87\" ][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"90\" ][cs_element_text _id=\"91\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"92\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 19:00:07','2024-08-11 19:00:07','',2,'https://dev.treasuredpetchauffeursllc.com/?p=105',0,'revision','',0),
(106,2,'2024-08-11 19:01:40','2024-08-11 19:01:40','','Add a subheading','','inherit','open','closed','','add-a-subheading','','','2024-08-11 19:01:40','2024-08-11 19:01:40','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/Add-a-subheading.png',0,'attachment','image/png',0),
(107,2,'2024-08-11 19:04:01','2024-08-11 19:04:01','','ff','','inherit','open','closed','','ff','','','2024-08-11 19:04:01','2024-08-11 19:04:01','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/ff.png',0,'attachment','image/png',0),
(108,2,'2024-08-11 19:17:52','2024-08-11 19:17:52','','overlapping-cells-graphic','','inherit','open','closed','','overlapping-cells-graphic','','','2024-08-11 19:17:52','2024-08-11 19:17:52','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/overlapping-cells-graphic.png',0,'attachment','image/png',0),
(109,2,'2024-08-11 19:17:53','2024-08-11 19:17:53','','overlapping-cells-bg','','inherit','open','closed','','overlapping-cells-bg','','','2024-08-11 19:17:53','2024-08-11 19:17:53','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/overlapping-cells-bg.jpg',0,'attachment','image/jpeg',0),
(110,2,'2024-08-11 19:18:18','2024-08-11 19:18:18','','0_2-3','','inherit','open','closed','','0_2-3','','','2024-08-11 19:18:18','2024-08-11 19:18:18','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/0_2-3.jpg',0,'attachment','image/jpeg',0),
(111,2,'2024-08-11 19:22:26','2024-08-11 19:22:26','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_row _id=\"28\" ][cs_element_layout_column _id=\"29\" ][cs_element_text _id=\"30\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"31\" ][cs_element_layout_row _id=\"32\" ][cs_element_layout_column _id=\"33\" ][cs_element_text _id=\"34\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"35\" ][cs_element_layout_row _id=\"36\" ][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_text _id=\"49\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"52\" ][cs_element_layout_row _id=\"53\" ][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"56\" ][cs_element_layout_column _id=\"57\" ][cs_element_text _id=\"58\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"61\" ][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]All Pet Needs\n\n\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.  We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If  you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_text _id=\"68\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"69\" ][cs_element_layout_column _id=\"70\" ][cs_element_text _id=\"71\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"74\" ][cs_element_text _id=\"75\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"76\" ][cs_element_layout_row _id=\"77\" ][cs_element_layout_column _id=\"78\" ][cs_element_text _id=\"79\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][/cs_element_layout_column][cs_element_layout_column _id=\"82\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"83\" ][cs_element_layout_div _id=\"84\" ][cs_element_image _id=\"85\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"86\" ][cs_element_layout_row _id=\"87\" ][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"90\" ][cs_element_text _id=\"91\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"92\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"93\" ][cs_element_layout_grid _id=\"94\" ][cs_element_layout_cell _id=\"95\" ][cs_element_headline _id=\"96\" ][cs_content_seo]create fun images for a cross country pet chauffer company, pets riding in cars cross country having fun realistic images with a yellow and turquoise color scheme\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"97\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 19:22:26','2024-08-11 19:22:26','',2,'https://dev.treasuredpetchauffeursllc.com/?p=111',0,'revision','',0),
(112,2,'2024-08-11 19:23:56','2024-08-11 19:23:56','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_row _id=\"28\" ][cs_element_layout_column _id=\"29\" ][cs_element_text _id=\"30\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"31\" ][cs_element_layout_row _id=\"32\" ][cs_element_layout_column _id=\"33\" ][cs_element_text _id=\"34\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"35\" ][cs_element_layout_row _id=\"36\" ][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"39\" ][cs_element_layout_row _id=\"40\" ][cs_element_layout_column _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"43\" ][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_text _id=\"49\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"52\" ][cs_element_layout_row _id=\"53\" ][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"56\" ][cs_element_layout_column _id=\"57\" ][cs_element_text _id=\"58\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"61\" ][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]All Pet Needs\n\n\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.  We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If  you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"65\" ][cs_element_layout_row _id=\"66\" ][cs_element_layout_column _id=\"67\" ][cs_element_text _id=\"68\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"69\" ][cs_element_layout_column _id=\"70\" ][cs_element_text _id=\"71\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"74\" ][cs_element_text _id=\"75\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"76\" ][cs_element_layout_row _id=\"77\" ][cs_element_layout_column _id=\"78\" ][cs_element_text _id=\"79\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][/cs_element_layout_column][cs_element_layout_column _id=\"82\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"83\" ][cs_element_layout_div _id=\"84\" ][cs_element_image _id=\"85\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"86\" ][cs_element_layout_row _id=\"87\" ][cs_element_layout_column _id=\"88\" ][cs_element_headline _id=\"89\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"90\" ][cs_element_text _id=\"91\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"92\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"93\" ][cs_element_layout_grid _id=\"94\" ][cs_element_layout_cell _id=\"95\" ][cs_element_headline _id=\"96\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"97\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 19:23:56','2024-08-11 19:23:56','',2,'https://dev.treasuredpetchauffeursllc.com/?p=112',0,'revision','',0),
(113,2,'2024-08-11 19:34:23','2024-08-11 19:34:23','','verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3','','inherit','open','closed','','verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3','','','2024-08-11 19:34:23','2024-08-11 19:34:23','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_f2094cde-7667-4b7b-b0e3-f82331ee9dd3.webp',0,'attachment','image/webp',0),
(114,2,'2024-08-11 19:35:44','2024-08-11 19:35:44','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Private Ride\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_grid _id=\"28\" ][cs_element_layout_cell _id=\"29\" ][cs_element_headline _id=\"30\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"31\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"32\" ][cs_element_layout_row _id=\"33\" ][cs_element_layout_column _id=\"34\" ][cs_element_text _id=\"35\" ][cs_content_seo]Luxury pet transportation\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"36\" ][cs_element_layout_row _id=\"37\" ][cs_element_layout_column _id=\"38\" ][cs_element_text _id=\"39\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"40\" ][cs_element_layout_row _id=\"41\" ][cs_element_layout_column _id=\"42\" ][cs_element_text _id=\"43\" ][cs_content_seo]APHIS CERTIFIED 58-T-0979\nFULLY INSURED\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"44\" ][cs_element_layout_row _id=\"45\" ][cs_element_layout_column _id=\"46\" ][cs_element_text _id=\"47\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"48\" ][cs_element_layout_row _id=\"49\" ][cs_element_layout_column _id=\"50\" ][cs_element_text _id=\"51\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"52\" ][cs_element_layout_column _id=\"53\" ][cs_element_text _id=\"54\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"55\" ][cs_element_text _id=\"56\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"57\" ][cs_element_layout_row _id=\"58\" ][cs_element_layout_column _id=\"59\" ][cs_element_text _id=\"60\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"61\" ][cs_element_layout_column _id=\"62\" ][cs_element_text _id=\"63\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"64\" ][cs_element_text _id=\"65\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"66\" ][cs_element_layout_row _id=\"67\" ][cs_element_layout_column _id=\"68\" ][cs_element_text _id=\"69\" ][cs_content_seo]All Pet Needs\n\n\n\n\n\nIn addition to dogs and cats, we have moved a lot of different types of pets.  We have moved rats, various kinds of birds,, turtles, small goats, and many various pets you may have.If  you have any type of a pet transportation request, please let us know, we will do our best to take accommodate you and your pet transportation needs.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"70\" ][cs_element_layout_row _id=\"71\" ][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"74\" ][cs_element_layout_column _id=\"75\" ][cs_element_text _id=\"76\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"77\" ][cs_element_text _id=\"78\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"79\" ][cs_element_text _id=\"80\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"81\" ][cs_element_layout_row _id=\"82\" ][cs_element_layout_column _id=\"83\" ][cs_element_text _id=\"84\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"85\" ][cs_element_layout_column _id=\"86\" ][/cs_element_layout_column][cs_element_layout_column _id=\"87\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"88\" ][cs_element_layout_div _id=\"89\" ][cs_element_image _id=\"90\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"91\" ][cs_element_layout_row _id=\"92\" ][cs_element_layout_column _id=\"93\" ][cs_element_headline _id=\"94\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"95\" ][cs_element_text _id=\"96\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"97\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 19:35:44','2024-08-11 19:35:44','',2,'https://dev.treasuredpetchauffeursllc.com/?p=114',0,'revision','',0),
(115,2,'2024-08-11 19:37:16','2024-08-11 19:37:16','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Luxury Transportation\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_layout_grid _id=\"28\" ][cs_element_layout_cell _id=\"29\" ][cs_element_headline _id=\"30\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"31\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"32\" ][cs_element_layout_row _id=\"33\" ][cs_element_layout_column _id=\"34\" ][cs_element_text _id=\"35\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"36\" ][cs_element_layout_row _id=\"37\" ][cs_element_layout_column _id=\"38\" ][cs_element_text _id=\"39\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"40\" ][cs_element_layout_row _id=\"41\" ][cs_element_layout_column _id=\"42\" ][cs_element_text _id=\"43\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"44\" ][cs_element_layout_column _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"47\" ][cs_element_text _id=\"48\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"49\" ][cs_element_layout_row _id=\"50\" ][cs_element_layout_column _id=\"51\" ][cs_element_text _id=\"52\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"53\" ][cs_element_layout_column _id=\"54\" ][cs_element_text _id=\"55\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"56\" ][cs_element_text _id=\"57\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"58\" ][cs_element_layout_row _id=\"59\" ][cs_element_layout_column _id=\"60\" ][cs_element_text _id=\"61\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"62\" ][cs_element_layout_column _id=\"63\" ][cs_element_text _id=\"64\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"65\" ][cs_element_text _id=\"66\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"67\" ][cs_element_text _id=\"68\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"69\" ][cs_element_layout_row _id=\"70\" ][cs_element_layout_column _id=\"71\" ][cs_element_text _id=\"72\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"73\" ][cs_element_layout_column _id=\"74\" ][/cs_element_layout_column][cs_element_layout_column _id=\"75\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"76\" ][cs_element_layout_div _id=\"77\" ][cs_element_image _id=\"78\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"79\" ][cs_element_layout_row _id=\"80\" ][cs_element_layout_column _id=\"81\" ][cs_element_headline _id=\"82\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"83\" ][cs_element_text _id=\"84\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"85\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 19:37:16','2024-08-11 19:37:16','',2,'https://dev.treasuredpetchauffeursllc.com/?p=115',0,'revision','',0),
(116,1,'2024-08-11 19:38:02','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-08-11 19:38:02','0000-00-00 00:00:00','',0,'https://dev.treasuredpetchauffeursllc.com/?p=116',0,'post','',0),
(117,1,'2024-08-11 19:39:09','2024-08-11 19:39:09','{\"identifier\":\"element|bar\",\"preview\":\"\"}','Header - Home','','tco-data','closed','closed','','header-home','','','2024-08-11 19:39:09','2024-08-11 19:39:09','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=cs_template&p=117',0,'cs_template','',0),
(118,2,'2024-08-11 19:57:29','2024-08-11 19:57:29','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Luxury Transportation\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"25\" ][cs_element_layout_column _id=\"26\" ][cs_element_image _id=\"27\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"28\" ][cs_element_layout_grid _id=\"29\" ][cs_element_layout_cell _id=\"30\" ][cs_element_headline _id=\"31\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"32\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"33\" ][cs_element_layout_row _id=\"34\" ][cs_element_layout_column _id=\"35\" ][cs_element_text _id=\"36\" ][cs_content_seo]Reliable and Trustworthy Caretakers\n\nWhen you live a busy life, it is hard to consistently provide the attention and care that your pets can demand. With years of satisfied owners and loved pets, you can rely on us to transport your pets with love, care, and patience anywhere in the United States. &nbsp;Your pets will be treated like they were our own..\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"37\" ][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]REQUEST A QUOTE\n\n\n\n\n\nOne on one pet transport to alleviate your pets stress and anxiety. We will transport your pet safely anywhere in the United States. &nbsp;Please email us and within 24 hours we will send you our Request a Quote form to fill out and return via text or email. &nbsp;&nbsp;We will also travel to your location and drive your car and your pet to you.. If you have a special request, send us a message, and we\'ll get back to you within 24 hours.\n\nNannette Wring Travel Coordinator&nbsp;\n386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Travel Coordinator&nbsp;\n386-937-3050\nInfo@treasuredpetchauffeursllc.com&nbsp;treasure.pet61@gmail.com&nbsp;\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"41\" ][cs_element_layout_row _id=\"42\" ][cs_element_layout_column _id=\"43\" ][cs_element_text _id=\"44\" ][cs_content_seo]Discover Treasured Pet Chauffeurs&nbsp;\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"45\" ][cs_element_layout_column _id=\"46\" ][cs_element_text _id=\"47\" ][cs_content_seo]Cat Chauffeurs\n\n&nbsp;\n\nOur experienced cat Chauffeurs will care for your feline friend in the comfort of each private transport, providing them with food, water, litter box cleaning, playtime and lots of cuddles!\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"48\" ][cs_element_text _id=\"49\" ][cs_content_seo]Pet Chauffeurs\n\n\nNeed transportation for your pet? Our pet &nbsp;Chauffeurs are available to transport your pets to the destination of your choice in a one on one, private transport. &nbsp;&nbsp;They will be given exercise, food, and play every 4 hours. &nbsp;The drivers are hand picked for their love of animals.\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"50\" ][cs_element_layout_row _id=\"51\" ][cs_element_layout_column _id=\"52\" ][cs_element_text _id=\"53\" ][cs_content_seo]Mission Statement\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"54\" ][cs_element_layout_column _id=\"55\" ][cs_element_text _id=\"56\" ][cs_content_seo]Mission Statement\n\n\nWe transport your pets with drivers hand picked for their love of animals.. &nbsp;we promise your pets will receive one on one care and attention.&nbsp;\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"57\" ][cs_element_text _id=\"58\" ][cs_content_seo]CLIENTELE REVIEWS\n\n\nPlease leave a review of our service and if you have any suggestions &nbsp;to improve our service, &nbsp;please let us know..Also feel free at any time to call us with questions.. We will do anything we can to alleviate any stress or anxiety about you or your pets travels...\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"59\" ][cs_element_layout_row _id=\"60\" ][cs_element_layout_column _id=\"61\" ][cs_element_text _id=\"62\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"63\" ][cs_element_layout_column _id=\"64\" ][cs_element_text _id=\"65\" ][cs_content_seo]Cat\n\n&nbsp;\n\n\n\n&nbsp;\n\nTreasured Pet Chauffeurs Pet Transportation provides your cat safe, stress-free &nbsp;&nbsp;private cat transport services nationwide. We offer private cat transport services short or long distance for state-to-state trips or across the country. Our company has been successfully moving pets since 2022 and we strive to create a healthy, happy travel environment for your pet.&nbsp;\nEach cat or kitten will be provided fresh water often &nbsp;and fresh litter boxes. &nbsp;We stop often to offer pets food and socialization.\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"66\" ][cs_element_text _id=\"67\" ][cs_content_seo]Dog\n\n&nbsp;\n\n\n\nU.S. Long or short trips, your dog will enjoy every part of their nationwide transport with us. Your dog will travel with comfortable, clean bedding and if you wish, your dog may take their own belongings to make them feel secure on their trip.\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"68\" ][cs_element_text _id=\"69\" ][cs_content_seo]Dogs\n\n&nbsp;\n\n\n\nEach dog or dog family&nbsp;travels with a two-person team with the goal of keeping your dog safe and happy and to reunite you with your pet as quickly and safely as possible. We specialize in moving individual dogs or multiple family pets by ground for one way moves to a permanent location or two-way, round trip seasonal vacations.&nbsp;\nPets are often cared for during transport by ensuring they are regularly toileted, fed, provided with water, allowed to exercise, and given affectionate belly rubs,\n\n\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"70\" ][cs_element_layout_row _id=\"71\" ][cs_element_layout_column _id=\"72\" ][cs_element_text _id=\"73\" ][cs_content_seo]Photo Gallery\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id=\"74\" ][cs_element_layout_column _id=\"75\" ][/cs_element_layout_column][cs_element_layout_column _id=\"76\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"77\" ][cs_element_layout_div _id=\"78\" ][cs_element_image _id=\"79\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"80\" ][cs_element_layout_row _id=\"81\" ][cs_element_layout_column _id=\"82\" ][cs_element_headline _id=\"83\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"84\" ][cs_element_text _id=\"85\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"86\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 19:57:29','2024-08-11 19:57:29','',2,'https://dev.treasuredpetchauffeursllc.com/?p=118',0,'revision','',0),
(119,2,'2024-08-11 20:04:35','2024-08-11 20:04:35','{\"identifier\":\"element|__multi__\",\"preview\":\"\"}','paws','','tco-data','closed','closed','','paws','','','2024-08-11 20:04:35','2024-08-11 20:04:35','',0,'https://dev.treasuredpetchauffeursllc.com/?post_type=cs_template&p=119',0,'cs_template','',0),
(120,2,'2024-08-11 20:08:47','2024-08-11 20:08:47','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_text _id=\"12\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050\nNannette &nbsp;(Nan) Wring &nbsp;386-972-0693\nEmail: &nbsp;info@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]We appreciate your interest in Treasured Pet Chauffeurs Pet Transportation and we understand that you are ready to get a quote.  Please understand that we operate on a first come first serve basis. Dates requested may not be available, but we will work with you to try to find dates that can work.\nWe reply to all quote requests in about 24 hours.  If you do not get a quote from us, then the email address you provided was not correct, and/or the cell phone number you provided is not correct.  Please enter a new quote request with the correct information.  This happens a lot...\nYou can edit your response until we start working the quote by clicking the Edit Response option on the confirmation message that we send to your email.  Please be aware of scammers as so me clients have reported receiving copies of our USDA Certification. Please note: We ONLY provide U.S. private, single-family pet moves (no bulk) via ground transportation (and hopefully Canada soon). We never sell or arrange purchase of any animals. We communicate directly via our company phone and company email, we do not use any messaging apps. We only do business with major credit cards,  check, or methods agreed on prior.  We never request gift cards or money orders for payment (Wal-Mart, etc.) Please be diligent about researching the company you are choosing and feel free to ask us any questions that can help you feel confident about our service.\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_text _id=\"22\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"23\" ][cs_element_layout_column _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"26\" ][cs_element_layout_grid _id=\"27\" ][cs_element_layout_cell _id=\"28\" ][cs_element_headline _id=\"29\" ][cs_content_seo]What about Exotic Pets?\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"30\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:08:47','2024-08-11 20:08:47','',16,'https://dev.treasuredpetchauffeursllc.com/?p=120',0,'revision','',0),
(121,2,'2024-08-11 20:10:47','2024-08-11 20:10:47','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_text _id=\"6\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"7\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"8\" ][cs_element_layout_grid _id=\"9\" ][cs_element_layout_cell _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"12\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050\nNannette &nbsp;(Nan) Wring &nbsp;386-972-0693\nEmail: &nbsp;info@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_text _id=\"22\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"23\" ][cs_element_layout_column _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:10:47','2024-08-11 20:10:47','',16,'https://dev.treasuredpetchauffeursllc.com/?p=121',0,'revision','',0),
(122,2,'2024-08-11 20:11:41','2024-08-11 20:11:41','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_text _id=\"6\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"7\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"8\" ][cs_element_layout_grid _id=\"9\" ][cs_element_layout_cell _id=\"10\" ][cs_element_headline _id=\"11\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"12\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"13\" ][cs_element_layout_row _id=\"14\" ][cs_element_layout_column _id=\"15\" ][cs_element_text _id=\"16\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith             386-937-3050\nNannette  (Nan) Wring  386-972-0693\nEmail:  info@treasuredpetchauffeursllc.com\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"17\" ][cs_element_layout_row _id=\"18\" ][cs_element_layout_column _id=\"19\" ][cs_element_text _id=\"20\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"21\" ][cs_element_text _id=\"22\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"23\" ][cs_element_layout_column _id=\"24\" ][cs_element_image _id=\"25\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:11:41','2024-08-11 20:11:41','',16,'https://dev.treasuredpetchauffeursllc.com/?p=122',0,'revision','',0),
(123,2,'2024-08-11 20:13:44','2024-08-11 20:13:44','','verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd','','inherit','open','closed','','verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd','','','2024-08-11 20:13:44','2024-08-11 20:13:44','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_7c635d6e-12c1-4186-a56c-a2c2f68878bd.webp',0,'attachment','image/webp',0),
(124,2,'2024-08-11 20:14:51','2024-08-11 20:14:51','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_image _id=\"4\" ][/cs_element_layout_column][cs_element_layout_column _id=\"5\" ][cs_element_text _id=\"6\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"7\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][cs_element_image _id=\"8\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_text _id=\"17\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith             386-937-3050\nNannette  (Nan) Wring  386-972-0693\nEmail:  info@treasuredpetchauffeursllc.com\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"18\" ][cs_element_layout_row _id=\"19\" ][cs_element_layout_column _id=\"20\" ][cs_element_text _id=\"21\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"22\" ][cs_element_text _id=\"23\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:14:51','2024-08-11 20:14:51','',16,'https://dev.treasuredpetchauffeursllc.com/?p=124',0,'revision','',0),
(125,2,'2024-08-11 20:19:00','2024-08-11 20:19:00','','verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6','','inherit','open','closed','','verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6','','','2024-08-11 20:19:00','2024-08-11 20:19:00','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_a_fun_realistic_image_of_a_cat_writin_6b8f0e6e-0197-477d-8b2f-67d35ce9f6a6.webp',0,'attachment','image/webp',0),
(126,2,'2024-08-11 20:20:46','2024-08-11 20:20:46','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_text _id=\"17\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith             386-937-3050\nNannette  (Nan) Wring  386-972-0693\nEmail:  info@treasuredpetchauffeursllc.com\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"18\" ][cs_element_layout_row _id=\"19\" ][cs_element_layout_column _id=\"20\" ][cs_element_text _id=\"21\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"22\" ][cs_element_text _id=\"23\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"27\" ][cs_element_text _id=\"28\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"29\" ][cs_element_layout_column _id=\"30\" ][cs_element_image _id=\"31\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"32\" ][cs_element_layout_grid _id=\"33\" ][cs_element_layout_cell _id=\"34\" ][cs_element_headline _id=\"35\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"36\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:20:46','2024-08-11 20:20:46','',16,'https://dev.treasuredpetchauffeursllc.com/?p=126',0,'revision','',0),
(127,2,'2024-08-11 20:23:20','2024-08-11 20:23:20','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_text _id=\"17\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith             386-937-3050\nNannette  (Nan) Wring  386-972-0693\nEmail:  info@treasuredpetchauffeursllc.com\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"18\" ][cs_element_layout_row _id=\"19\" ][cs_element_layout_column _id=\"20\" ][cs_element_text _id=\"21\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"22\" ][cs_element_text _id=\"23\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"24\" ][cs_element_layout_column _id=\"25\" ][cs_element_image _id=\"26\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:23:20','2024-08-11 20:23:20','',16,'https://dev.treasuredpetchauffeursllc.com/?p=127',0,'revision','',0),
(128,2,'2024-08-11 20:28:21','2024-08-11 20:28:21','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_layout_div _id=\"17\" ][cs_element_image _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Travel Coordinator\\n\\n[/cs_content_seo][cs_element_text _id=\"20\" ][cs_content_seo]Nannette (Nan) Wring\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"21\" ][cs_element_icon _id=\"22\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_layout_div _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_headline _id=\"26\" ][cs_content_seo]Travel Coodinator\\n\\n[/cs_content_seo][cs_element_text _id=\"27\" ][cs_content_seo]Keith Smith\nNannette  (Nan) Wring  386-972-0693\nEmail:  info@treasuredpetchauffeursllc.com\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"28\" ][cs_element_icon _id=\"29\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"30\" ][cs_element_layout_div _id=\"31\" ][cs_element_image _id=\"32\" ][cs_element_headline _id=\"33\" ][cs_content_seo]Positivity\\n\\n[/cs_content_seo][cs_element_text _id=\"34\" ][cs_content_seo]The practice of being or tendency to be positive or optimistic in attitude\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"35\" ][cs_element_icon _id=\"36\" ][/cs_element_layout_div][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"37\" ][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;386-937-3050\nNannette &nbsp;(Nan) Wring &nbsp;386-972-0693\nEmail: &nbsp;info@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"41\" ][cs_element_layout_row _id=\"42\" ][cs_element_layout_column _id=\"43\" ][cs_element_text _id=\"44\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_image _id=\"49\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:28:21','2024-08-11 20:28:21','',16,'https://dev.treasuredpetchauffeursllc.com/?p=128',0,'revision','',0),
(129,2,'2024-08-11 20:29:05','2024-08-11 20:29:05','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_layout_div _id=\"17\" ][cs_element_image _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Travel Coordinator\\n\\n[/cs_content_seo][cs_element_text _id=\"20\" ][cs_content_seo]Nannette (Nan) Wring\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"21\" ][cs_element_icon _id=\"22\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_layout_div _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_headline _id=\"26\" ][cs_content_seo]Travel Coodinator\\n\\n[/cs_content_seo][cs_element_text _id=\"27\" ][cs_content_seo]Keith Smith\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"28\" ][cs_element_icon _id=\"29\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"30\" ][cs_element_layout_div _id=\"31\" ][cs_element_image _id=\"32\" ][cs_element_headline _id=\"33\" ][cs_content_seo]Positivity\\n\\n[/cs_content_seo][cs_element_text _id=\"34\" ][cs_content_seo]The practice of being or tendency to be positive or optimistic in attitude\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"35\" ][cs_element_icon _id=\"36\" ][/cs_element_layout_div][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"37\" ][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith             386-937-3050\nNannette  (Nan) Wring  386-972-0693\nEmail:  info@treasuredpetchauffeursllc.com\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"41\" ][cs_element_layout_row _id=\"42\" ][cs_element_layout_column _id=\"43\" ][cs_element_text _id=\"44\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_image _id=\"49\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:29:05','2024-08-11 20:29:05','',16,'https://dev.treasuredpetchauffeursllc.com/?p=129',0,'revision','',0),
(130,2,'2024-08-11 20:30:11','2024-08-11 20:30:11','','verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15','','inherit','open','closed','','verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15','','','2024-08-11 20:30:11','2024-08-11 20:30:11','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_d4b17aaa-ec93-4554-b3d7-c24e38200c15.webp',0,'attachment','image/webp',0),
(131,2,'2024-08-11 20:31:11','2024-08-11 20:31:11','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_layout_div _id=\"17\" ][cs_element_image _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Travel Coordinator\\n\\n[/cs_content_seo][cs_element_text _id=\"20\" ][cs_content_seo]Nannette (Nan) Wring\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"21\" ][cs_element_icon _id=\"22\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_layout_div _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_headline _id=\"26\" ][cs_content_seo]Travel Coodinator\\n\\n[/cs_content_seo][cs_element_text _id=\"27\" ][cs_content_seo]Keith Smith\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"28\" ][cs_element_icon _id=\"29\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"30\" ][cs_element_layout_div _id=\"31\" ][cs_element_image _id=\"32\" ][cs_element_headline _id=\"33\" ][cs_content_seo]Contact\\n\\n[/cs_content_seo][cs_element_text _id=\"34\" ][cs_content_seo]info@treasuredpetchauffeursllc.com\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"35\" ][cs_element_icon _id=\"36\" ][/cs_element_layout_div][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"37\" ][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo]REQUEST A QUOTE\n\nTreasured Pet Chauffeurs LLC\nTravel Coordinators:\nKeith Smith             386-937-3050\nNannette  (Nan) Wring  386-972-0693\nEmail:  info@treasuredpetchauffeursllc.com\n\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"41\" ][cs_element_layout_row _id=\"42\" ][cs_element_layout_column _id=\"43\" ][cs_element_text _id=\"44\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"45\" ][cs_element_text _id=\"46\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"47\" ][cs_element_layout_column _id=\"48\" ][cs_element_image _id=\"49\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:31:11','2024-08-11 20:31:11','',16,'https://dev.treasuredpetchauffeursllc.com/?p=131',0,'revision','',0),
(132,2,'2024-08-11 20:33:07','2024-08-11 20:33:07','[cs_content _p=\'16\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Thank you for considering Treasured Pet Chauffeurs for your pet transportation needs! We\'re excited to assist you with getting a quote. Please note that our services are booked on a first-come, first-served basis, so while your preferred dates may not always be available, we’ll do our best to accommodate your schedule.\nWe aim to respond to all quote requests within 24 hours. If you don’t hear back from us within that time, it\'s possible that the email address or phone number provided was incorrect. In that case, simply submit a new request with the correct details, and we’ll be happy to assist you. (It happens more often than you’d think!)\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_grid _id=\"10\" ][cs_element_layout_cell _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]We are here to help\\n\\nYou can edit your response until we begin working on the quote by clicking the \"Edit Response\" option in the confirmation email we send. Please be cautious of scammers&mdash;some clients have reported receiving fake copies of our USDA Certification. We want to clarify that we exclusively offer private, single-family pet transports within the U.S. via ground transportation (and soon, Canada). We do not handle bulk moves or sell or arrange the purchase of animals.We only communicate through our company phone and email, never through messaging apps. We accept payments by major credit cards, checks, or pre-agreed methods&mdash;never gift cards or money orders. Please take the time to research any company you\'re considering, and don\'t hesitate to ask us any questions to ensure you\'re confident in our service.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"13\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"14\" ][cs_element_layout_row _id=\"15\" ][cs_element_layout_column _id=\"16\" ][cs_element_layout_div _id=\"17\" ][cs_element_image _id=\"18\" ][cs_element_headline _id=\"19\" ][cs_content_seo]Travel Coordinator\\n\\n[/cs_content_seo][cs_element_text _id=\"20\" ][cs_content_seo]Nannette (Nan) Wring\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"21\" ][cs_element_icon _id=\"22\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"23\" ][cs_element_layout_div _id=\"24\" ][cs_element_image _id=\"25\" ][cs_element_headline _id=\"26\" ][cs_content_seo]Travel Coodinator\\n\\n[/cs_content_seo][cs_element_text _id=\"27\" ][cs_content_seo]Keith Smith\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"28\" ][cs_element_icon _id=\"29\" ][/cs_element_layout_div][/cs_element_layout_column][cs_element_layout_column _id=\"30\" ][cs_element_layout_div _id=\"31\" ][cs_element_image _id=\"32\" ][cs_element_headline _id=\"33\" ][cs_content_seo]Contact\\n\\n[/cs_content_seo][cs_element_text _id=\"34\" ][cs_content_seo]info@treasuredpetchauffeursllc.com\\n\\n[/cs_content_seo][/cs_element_layout_div][cs_element_layout_div _id=\"35\" ][cs_element_icon _id=\"36\" ][/cs_element_layout_div][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"37\" ][cs_element_layout_row _id=\"38\" ][cs_element_layout_column _id=\"39\" ][cs_element_text _id=\"40\" ][cs_content_seo][ninja_form id=2]\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"41\" ][cs_element_text _id=\"42\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"43\" ][cs_element_layout_column _id=\"44\" ][cs_element_image _id=\"45\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Request a Quote','','inherit','closed','closed','','16-revision-v1','','','2024-08-11 20:33:07','2024-08-11 20:33:07','',16,'https://dev.treasuredpetchauffeursllc.com/?p=132',0,'revision','',0),
(133,2,'2024-08-11 20:39:06','2024-08-11 20:39:06','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Luxury Transportation\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"25\" ][cs_element_layout_column _id=\"26\" ][cs_element_image _id=\"27\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"28\" ][cs_element_layout_grid _id=\"29\" ][cs_element_layout_cell _id=\"30\" ][cs_element_headline _id=\"31\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"32\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"33\" ][cs_element_layout_div _id=\"34\" ][cs_element_image _id=\"35\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"36\" ][cs_element_layout_row _id=\"37\" ][cs_element_layout_column _id=\"38\" ][cs_element_headline _id=\"39\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"40\" ][cs_element_text _id=\"41\" ][cs_content_seo]This is another section just like the one above where you can give a short blurb about the services you offer as a launch point into another page. You\'ll likely want this section of copy to roughly match the length of information stated above so that it feels uniform throughout. For both of these sections we\'ve written about six lines of copy to fill things out.\\n\\n[/cs_content_seo][cs_element_button _id=\"42\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 20:39:06','2024-08-11 20:39:06','',2,'https://dev.treasuredpetchauffeursllc.com/?p=133',0,'revision','',0),
(134,2,'2024-08-11 20:43:45','2024-08-11 20:43:45','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Luxury Transportation\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"25\" ][cs_element_layout_column _id=\"26\" ][cs_element_image _id=\"27\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"28\" ][cs_element_layout_grid _id=\"29\" ][cs_element_layout_cell _id=\"30\" ][cs_element_headline _id=\"31\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"32\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"33\" ][cs_element_layout_div _id=\"34\" ][cs_element_image _id=\"35\" ][/cs_element_layout_div][/cs_element_section][cs_element_section _id=\"36\" ][cs_element_layout_row _id=\"37\" ][cs_element_layout_column _id=\"38\" ][cs_element_headline _id=\"39\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"40\" ][cs_element_text _id=\"41\" ][cs_content_seo]Ready to schedule your pet’s journey? Request a quote today and let Treasured Pet Chauffeurs take care of the details! Just fill out our form with your pet’s travel needs, and we’ll get back to you within 24 hours to discuss availability and pricing.\\n\\n[/cs_content_seo][cs_element_button _id=\"42\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 20:43:45','2024-08-11 20:43:45','',2,'https://dev.treasuredpetchauffeursllc.com/?p=134',0,'revision','',0),
(135,2,'2024-08-11 20:44:59','2024-08-11 20:44:59','[cs_content _p=\'2\'][cs_element_section _id=\"1\" ][cs_element_layout_row _id=\"2\" ][cs_element_layout_column _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"5\" ][/cs_element_layout_column][cs_element_layout_column _id=\"6\" ][cs_element_text _id=\"7\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"8\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"9\" ][cs_element_layout_row _id=\"10\" ][cs_element_layout_column _id=\"11\" ][cs_element_headline _id=\"12\" ][cs_content_seo]Services\\n\\n[/cs_content_seo][cs_element_headline _id=\"13\" ][cs_content_seo]Luxury Transportation\\n\\nPrivate, two driver team with the goal of keeping your pet(s) safe and happy\\n\\n[/cs_content_seo][cs_element_headline _id=\"14\" ][cs_content_seo]Your Pet is Protected\\n\\nWe exceed USDA-Aphis standards\\n\\n[/cs_content_seo][cs_element_image _id=\"15\" ][/cs_element_layout_column][cs_element_layout_column _id=\"16\" ][cs_element_headline _id=\"17\" ][cs_content_seo]Climate Controlled Transport\\n\\nWe use our clean, roomy SUVs or Mini-Vans that are climate controlled for your pet’s comfort and safety\\n\\n[/cs_content_seo][cs_element_headline _id=\"18\" ][cs_content_seo]Stay connected with your Pet\\n\\nText, phone, and video updates as often as you would like, real time social media updates provided upon request, respecting privacy\\n\\n[/cs_content_seo][cs_element_headline _id=\"19\" ][cs_content_seo]Pet Pampering\\n\\nWe create a personalized experience for every pet, catering to their special needs.\\n\\n[/cs_content_seo][cs_element_headline _id=\"20\" ][cs_content_seo]Stress Free Trip\\n\\nStraight through travel so you may be reunited with your pet as quickly and safely as possible. Door to door service, stopping for healthy walks and exercise to help reduce stress on your pet and keep them happy while they travel\\n\\n[/cs_content_seo][cs_element_headline _id=\"21\" ][cs_content_seo]Hygiene &amp; Safety\\n\\nNew fresh litter boxes for each cat family. Clean, fresh linens &amp; comfortable bedding in sanitized vehicles\\n\\n[/cs_content_seo][cs_element_headline _id=\"22\" ][cs_content_seo]One on One Pet Transport\\n\\nNo other pets will travel with your pets\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"23\" ][cs_element_text _id=\"24\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"25\" ][cs_element_layout_column _id=\"26\" ][cs_element_image _id=\"27\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"28\" ][cs_element_layout_grid _id=\"29\" ][cs_element_layout_cell _id=\"30\" ][cs_element_headline _id=\"31\" ][cs_content_seo]What about Exotic Pets?\\n\\nWe provide transportation services for a wide variety of pets beyond just dogs and cats. Our experienced team has safely transported birds, rats, turtles, small goats, and many other beloved animals. Whatever type of pet you have, we\'re here to accommodate your transportation needs. Let us know your request, and we\'ll do our best to ensure a smooth and comfortable journey for your pet.\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"32\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"33\" ][cs_element_layout_row _id=\"34\" ][cs_element_layout_column _id=\"35\" ][cs_element_headline _id=\"36\" ][cs_content_seo]Request a Quote\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"37\" ][cs_element_text _id=\"38\" ][cs_content_seo]Ready to schedule your pet’s journey? Request a quote today and let Treasured Pet Chauffeurs take care of the details! Just fill out our form with your pet’s travel needs, and we’ll get back to you within 24 hours to discuss availability and pricing.\\n\\n[/cs_content_seo][cs_element_button _id=\"39\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Home','','inherit','closed','closed','','2-revision-v1','','','2024-08-11 20:44:59','2024-08-11 20:44:59','',2,'https://dev.treasuredpetchauffeursllc.com/?p=135',0,'revision','',0),
(136,2,'2024-08-11 20:53:03','2024-08-11 20:53:03','','verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53','','inherit','open','closed','','verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53','','','2024-08-11 20:53:03','2024-08-11 20:53:03','',0,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_ebd2c2d2-23d9-4807-9919-1c34d4de6c53.webp',0,'attachment','image/webp',0),
(137,2,'2024-08-11 20:53:35','2024-08-11 20:53:35','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Send us a message!\\n\\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"5\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_text _id=\"9\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_text _id=\"11\" ][cs_content_seo]Email: info@treasuredpetchauffeursllc.com\n\nTravel Coordinators:\nNannette Wring &nbsp;386-972-0693\nKeith Smith &nbsp;&nbsp;&nbsp;386-937-3050\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"12\" ][cs_element_layout_row _id=\"13\" ][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"16\" ][/cs_element_layout_column][cs_element_layout_column _id=\"17\" ][cs_element_text _id=\"18\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"19\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_text _id=\"21\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_image _id=\"24\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-08-11 20:53:35','2024-08-11 20:53:35','',14,'https://dev.treasuredpetchauffeursllc.com/?p=137',0,'revision','',0),
(138,2,'2024-08-11 20:56:44','2024-08-11 20:56:44','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Send us a message!\\n\\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"5\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_text _id=\"9\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_text _id=\"11\" ][cs_content_seo]Travel Coordinators:\n\nNannette Wring&nbsp; (386) 972-0693\nKeith Smith&nbsp; &nbsp; (386) 937-3050\ninfo@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"12\" ][cs_element_layout_row _id=\"13\" ][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"16\" ][/cs_element_layout_column][cs_element_layout_column _id=\"17\" ][cs_element_text _id=\"18\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"19\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_text _id=\"21\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_image _id=\"24\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-08-11 20:56:44','2024-08-11 20:56:44','',14,'https://dev.treasuredpetchauffeursllc.com/?p=138',0,'revision','',0),
(139,2,'2024-08-11 20:57:13','2024-08-11 20:57:13','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Send us a message!\\n\\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"5\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_text _id=\"9\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_text _id=\"11\" ][cs_content_seo]Travel Coordinators:\n\nNannette Wring  (386) 972-0693\nKeith Smith    (386) 937-3050\ninfo@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"12\" ][cs_element_layout_row _id=\"13\" ][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"16\" ][/cs_element_layout_column][cs_element_layout_column _id=\"17\" ][cs_element_text _id=\"18\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"19\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_text _id=\"21\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_image _id=\"24\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-08-11 20:57:13','2024-08-11 20:57:13','',14,'https://dev.treasuredpetchauffeursllc.com/?p=139',0,'revision','',0),
(140,2,'2024-08-11 20:57:40','2024-08-11 20:57:40','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Send us a message!\\n\\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"5\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_text _id=\"9\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_text _id=\"11\" ][cs_content_seo]&nbsp;\n&nbsp;\nTravel Coordinators:\n\nNannette Wring&nbsp; (386) 972-0693\nKeith Smith&nbsp; &nbsp; (386) 937-3050\ninfo@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"12\" ][cs_element_layout_row _id=\"13\" ][cs_element_layout_column _id=\"14\" ][cs_element_headline _id=\"15\" ][cs_content_seo]Welcome to Treasured Pet Chauffeurs\\n\\n[/cs_content_seo][cs_element_image _id=\"16\" ][/cs_element_layout_column][cs_element_layout_column _id=\"17\" ][cs_element_text _id=\"18\" ][cs_content_seo]Since 2022 , &nbsp;Treasured Pet Chauffeurs Transportation has emerged as the Pet Services brand that loving pet owners can trust. We provide exclusive, private, ground, door to door professional pet transportation. &nbsp;This stress-free pet moving choice has been enjoyed by many of deserving pets throughout the U.S. We are looking at soon incorporating Pet Fly Nannies.&nbsp;\\n\\n[/cs_content_seo][cs_element_button _id=\"19\" ][cs_content_seo]Request a quote\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id=\"20\" ][cs_element_text _id=\"21\" ][cs_content_seo]Our Certifications\\n\\n[/cs_content_seo][cs_element_layout_row _id=\"22\" ][cs_element_layout_column _id=\"23\" ][cs_element_image _id=\"24\" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-08-11 20:57:40','2024-08-11 20:57:40','',14,'https://dev.treasuredpetchauffeursllc.com/?p=140',0,'revision','',0),
(141,2,'2024-08-11 20:58:07','2024-08-11 20:58:07','[cs_content _p=\'14\'][cs_element_section _id=\"1\" ][cs_element_layout_grid _id=\"2\" ][cs_element_layout_cell _id=\"3\" ][cs_element_headline _id=\"4\" ][cs_content_seo]Send us a message!\\n\\nExperience luxury living for your pets with our exclusive pet transport service! We\'re thrilled to offer 24-hour availability for quotes. Whether it\'s day or night, you can reach out to us through calls, texts, or emails to receive a personalized quote for your furry companions\' travel needs. Your pet\'s comfort and safety are our top priorities. Contact us anytime to embark on a luxurious journey for your beloved pets!\\n\\n[/cs_content_seo][/cs_element_layout_cell][cs_element_layout_cell _id=\"5\" ][/cs_element_layout_cell][/cs_element_layout_grid][/cs_element_section][cs_element_section _id=\"6\" ][cs_element_layout_row _id=\"7\" ][cs_element_layout_column _id=\"8\" ][cs_element_text _id=\"9\" ][cs_content_seo][ninja_form id=1]\\n\\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id=\"10\" ][cs_element_text _id=\"11\" ][cs_content_seo]&nbsp;\n&nbsp;\nTravel Coordinators:\n\nNannette Wring&nbsp; (386) 972-0693\nKeith Smith&nbsp; &nbsp; (386) 937-3050\ninfo@treasuredpetchauffeursllc.com\n\\n\\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]','Contact','','inherit','closed','closed','','14-revision-v1','','','2024-08-11 20:58:07','2024-08-11 20:58:07','',14,'https://dev.treasuredpetchauffeursllc.com/?p=141',0,'revision','',0),
(142,2,'2024-08-11 21:14:27','2024-08-11 21:14:27','<!-- wp:image {\"id\":143,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2.webp\" alt=\"\" class=\"wp-image-143\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Traveling can be a big adventure, not just for you but for your furry, feathered, or scaled friend too! At Treasured Pet Chauffeurs, we understand that your pet\'s comfort and safety are top priorities. To ensure a smooth and stress-free journey, here are some tips on how to prepare your pet for travel with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. <strong>Get Familiar with the Carrier</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your pet isn’t already accustomed to a carrier, now is the time to introduce it. Place the carrier in a familiar area of your home, leaving the door open so your pet can explore it at their own pace. Toss in a favorite toy or a cozy blanket to make it a welcoming space. The goal is to make the carrier a safe and comfortable place, not something to fear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. <strong>Visit the Vet</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Before any trip, especially longer ones, it’s a good idea to schedule a vet visit. Ensure your pet is up-to-date on vaccinations and ask your vet about any travel-specific health considerations. If your pet is prone to anxiety or motion sickness, your vet might recommend medications or supplements to keep them calm and comfortable during the journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. <strong>Pack the Essentials</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Just like packing for yourself, you\'ll need to pack for your pet too. Here’s a checklist of essentials to bring:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Food and Water:</strong> Enough for the entire journey, plus a little extra just in case.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Medications:</strong> Any prescribed medications your pet needs.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Leash and Collar:</strong> Even if your pet will be in a carrier, having a leash and collar handy is essential.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Comfort Items:</strong> A favorite toy or blanket can help ease anxiety.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Travel Documents:</strong> Any necessary health certificates or records, especially if traveling across state lines or internationally.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. <strong>Practice Short Trips</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your pet isn’t used to traveling, start with short trips around your neighborhood. Gradually increase the time spent in the carrier or car. This helps your pet get used to the idea of traveling and reduces the stress of a longer journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. <strong>Feed Wisely</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Feed your pet a light meal a few hours before departure. This reduces the risk of nausea during the trip. Avoid feeding them right before the journey starts, as a full stomach can lead to discomfort or motion sickness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. <strong>Plan for Comfort Breaks</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For longer trips, make sure there are planned stops along the way. Our chauffeurs are experienced in handling pets and will ensure they get the necessary breaks to stretch, relieve themselves, and hydrate. If your pet is used to a specific routine, let us know so we can accommodate their needs as closely as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. <strong>Stay Calm and Positive</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pets are incredibly intuitive and can pick up on your emotions. If you’re stressed about the trip, your pet might be too. Stay calm, positive, and reassuring throughout the process. A soothing tone and gentle pets can go a long way in keeping your pet relaxed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. <strong>Communicate with Us</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At Treasured Pet Chauffeurs, we want to make your pet\'s journey as smooth as possible. If your pet has any special needs or preferences, let us know in advance. We\'re here to provide personalized care, and the more we know, the better we can serve you and your pet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">And that\'s a wrap!</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Preparing your pet for travel doesn’t have to be stressful. With a little planning and the right approach, your pet will be ready for their journey with Treasured Pet Chauffeurs. We’re here to make the experience safe, comfortable, and enjoyable for both you and your pet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Safe travels, and we look forward to helping your pet on their next adventure!</p>\n<!-- /wp:paragraph -->','How to Prepare Your Pet for Travel with Treasured Pet Chauffeurs','','publish','open','open','','142','','','2024-08-11 21:23:35','2024-08-11 21:23:35','',0,'https://dev.treasuredpetchauffeursllc.com/?p=142',0,'post','',0),
(143,2,'2024-08-11 21:14:06','2024-08-11 21:14:06','','verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2','','inherit','open','closed','','verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2','','','2024-08-11 21:14:06','2024-08-11 21:14:06','',142,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2.webp',0,'attachment','image/webp',0),
(144,2,'2024-08-11 21:14:27','2024-08-11 21:14:27','<!-- wp:image {\"id\":143,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2.webp\" alt=\"\" class=\"wp-image-143\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->','','','inherit','closed','closed','','142-revision-v1','','','2024-08-11 21:14:27','2024-08-11 21:14:27','',142,'https://dev.treasuredpetchauffeursllc.com/?p=144',0,'revision','',0),
(146,2,'2024-08-11 21:15:10','2024-08-11 21:15:10','<!-- wp:image {\"id\":143,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2.webp\" alt=\"\" class=\"wp-image-143\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Traveling can be a big adventure, not just for you but for your furry, feathered, or scaled friend too! At Treasured Pet Chauffeurs, we understand that your pet\'s comfort and safety are top priorities. To ensure a smooth and stress-free journey, here are some tips on how to prepare your pet for travel with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. <strong>Get Familiar with the Carrier</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your pet isn’t already accustomed to a carrier, now is the time to introduce it. Place the carrier in a familiar area of your home, leaving the door open so your pet can explore it at their own pace. Toss in a favorite toy or a cozy blanket to make it a welcoming space. The goal is to make the carrier a safe and comfortable place, not something to fear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. <strong>Visit the Vet</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Before any trip, especially longer ones, it’s a good idea to schedule a vet visit. Ensure your pet is up-to-date on vaccinations and ask your vet about any travel-specific health considerations. If your pet is prone to anxiety or motion sickness, your vet might recommend medications or supplements to keep them calm and comfortable during the journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. <strong>Pack the Essentials</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Just like packing for yourself, you\'ll need to pack for your pet too. Here’s a checklist of essentials to bring:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Food and Water:</strong> Enough for the entire journey, plus a little extra just in case.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Medications:</strong> Any prescribed medications your pet needs.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Leash and Collar:</strong> Even if your pet will be in a carrier, having a leash and collar handy is essential.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Comfort Items:</strong> A favorite toy or blanket can help ease anxiety.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Travel Documents:</strong> Any necessary health certificates or records, especially if traveling across state lines or internationally.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. <strong>Practice Short Trips</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your pet isn’t used to traveling, start with short trips around your neighborhood. Gradually increase the time spent in the carrier or car. This helps your pet get used to the idea of traveling and reduces the stress of a longer journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. <strong>Feed Wisely</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Feed your pet a light meal a few hours before departure. This reduces the risk of nausea during the trip. Avoid feeding them right before the journey starts, as a full stomach can lead to discomfort or motion sickness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. <strong>Plan for Comfort Breaks</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For longer trips, make sure there are planned stops along the way. Our chauffeurs are experienced in handling pets and will ensure they get the necessary breaks to stretch, relieve themselves, and hydrate. If your pet is used to a specific routine, let us know so we can accommodate their needs as closely as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. <strong>Stay Calm and Positive</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pets are incredibly intuitive and can pick up on your emotions. If you’re stressed about the trip, your pet might be too. Stay calm, positive, and reassuring throughout the process. A soothing tone and gentle pets can go a long way in keeping your pet relaxed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. <strong>Communicate with Us</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At Treasured Pet Chauffeurs, we want to make your pet\'s journey as smooth as possible. If your pet has any special needs or preferences, let us know in advance. We\'re here to provide personalized care, and the more we know, the better we can serve you and your pet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Final Thoughts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Preparing your pet for travel doesn’t have to be stressful. With a little planning and the right approach, your pet will be ready for their journey with Treasured Pet Chauffeurs. We’re here to make the experience safe, comfortable, and enjoyable for both you and your pet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Safe travels, and we look forward to helping your pet on their next adventure!</p>\n<!-- /wp:paragraph -->','How to Prepare Your Pet for Travel with Treasured Pet Chauffeurs','','inherit','closed','closed','','142-revision-v1','','','2024-08-11 21:15:10','2024-08-11 21:15:10','',142,'https://dev.treasuredpetchauffeursllc.com/?p=146',0,'revision','',0),
(147,2,'2024-08-11 21:15:24','2024-08-11 21:15:24','<!-- wp:image {\"id\":143,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_realistic_fun_images_for_a_cross_coun_aea333bc-2a33-48be-9ced-f6ddda4ba8b2.webp\" alt=\"\" class=\"wp-image-143\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Traveling can be a big adventure, not just for you but for your furry, feathered, or scaled friend too! At Treasured Pet Chauffeurs, we understand that your pet\'s comfort and safety are top priorities. To ensure a smooth and stress-free journey, here are some tips on how to prepare your pet for travel with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. <strong>Get Familiar with the Carrier</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your pet isn’t already accustomed to a carrier, now is the time to introduce it. Place the carrier in a familiar area of your home, leaving the door open so your pet can explore it at their own pace. Toss in a favorite toy or a cozy blanket to make it a welcoming space. The goal is to make the carrier a safe and comfortable place, not something to fear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. <strong>Visit the Vet</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Before any trip, especially longer ones, it’s a good idea to schedule a vet visit. Ensure your pet is up-to-date on vaccinations and ask your vet about any travel-specific health considerations. If your pet is prone to anxiety or motion sickness, your vet might recommend medications or supplements to keep them calm and comfortable during the journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. <strong>Pack the Essentials</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Just like packing for yourself, you\'ll need to pack for your pet too. Here’s a checklist of essentials to bring:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Food and Water:</strong> Enough for the entire journey, plus a little extra just in case.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Medications:</strong> Any prescribed medications your pet needs.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Leash and Collar:</strong> Even if your pet will be in a carrier, having a leash and collar handy is essential.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Comfort Items:</strong> A favorite toy or blanket can help ease anxiety.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Travel Documents:</strong> Any necessary health certificates or records, especially if traveling across state lines or internationally.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. <strong>Practice Short Trips</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your pet isn’t used to traveling, start with short trips around your neighborhood. Gradually increase the time spent in the carrier or car. This helps your pet get used to the idea of traveling and reduces the stress of a longer journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. <strong>Feed Wisely</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Feed your pet a light meal a few hours before departure. This reduces the risk of nausea during the trip. Avoid feeding them right before the journey starts, as a full stomach can lead to discomfort or motion sickness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. <strong>Plan for Comfort Breaks</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For longer trips, make sure there are planned stops along the way. Our chauffeurs are experienced in handling pets and will ensure they get the necessary breaks to stretch, relieve themselves, and hydrate. If your pet is used to a specific routine, let us know so we can accommodate their needs as closely as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. <strong>Stay Calm and Positive</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pets are incredibly intuitive and can pick up on your emotions. If you’re stressed about the trip, your pet might be too. Stay calm, positive, and reassuring throughout the process. A soothing tone and gentle pets can go a long way in keeping your pet relaxed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. <strong>Communicate with Us</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At Treasured Pet Chauffeurs, we want to make your pet\'s journey as smooth as possible. If your pet has any special needs or preferences, let us know in advance. We\'re here to provide personalized care, and the more we know, the better we can serve you and your pet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">And that\'s a wrap!</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Preparing your pet for travel doesn’t have to be stressful. With a little planning and the right approach, your pet will be ready for their journey with Treasured Pet Chauffeurs. We’re here to make the experience safe, comfortable, and enjoyable for both you and your pet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Safe travels, and we look forward to helping your pet on their next adventure!</p>\n<!-- /wp:paragraph -->','How to Prepare Your Pet for Travel with Treasured Pet Chauffeurs','','inherit','closed','closed','','142-revision-v1','','','2024-08-11 21:15:24','2024-08-11 21:15:24','',142,'https://dev.treasuredpetchauffeursllc.com/?p=147',0,'revision','',0),
(148,2,'2024-08-11 21:18:06','2024-08-11 21:18:06','<!-- wp:image {\"id\":149,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6.webp\" alt=\"\" class=\"wp-image-149\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Traveling can be an exciting experience for humans, but for our pets, it can sometimes be overwhelming and stressful. At Treasured Pet Chauffeurs, we’re committed to making your pet’s journey as comfortable and stress-free as possible. Here are some effective strategies to help reduce stress for your pet when traveling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. <strong>Familiarize Your Pet with the Carrier</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most significant sources of stress for pets is the travel carrier. To ease this, introduce the carrier to your pet well before the trip. Leave it open in a familiar place, and encourage your pet to explore it on their own terms. Add their favorite blanket or toy inside to create a cozy, familiar space. The goal is for the carrier to become a safe haven rather than a source of anxiety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. <strong>Keep a Consistent Routine</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pets thrive on routine, and a sudden change in their daily schedule can increase stress levels. As much as possible, try to keep feeding, walking, and playtime consistent in the days leading up to the trip. A familiar routine provides a sense of stability, which can help reduce anxiety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. <strong>Use Calming Aids</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are various calming aids available that can help reduce your pet’s stress during travel. These can include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Pheromone Sprays or Collars:</strong> These products mimic natural calming pheromones that help reduce anxiety.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Calming Treats:</strong> Specially formulated treats that include ingredients like chamomile or valerian root to promote relaxation.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Music or White Noise:</strong> Soft music or white noise can have a soothing effect on pets. Consider playing gentle sounds during the journey to help create a calm environment.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. <strong>Exercise Before Travel</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A tired pet is generally a calmer pet. Before the trip, engage your pet in their favorite activities, whether it’s a long walk, playtime with toys, or a session of fetch. Exercising your pet before the journey can help burn off excess energy and reduce the likelihood of restlessness during travel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. <strong>Stay Calm and Reassuring</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your pet picks up on your emotions, so if you’re stressed, they’re likely to be stressed too. Stay calm and maintain a positive demeanor as you prepare for the journey. Speak in soothing tones and offer plenty of reassurance to help keep your pet relaxed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. <strong>Provide Comfort Items</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring along a few of your pet’s favorite comfort items, such as a beloved toy, blanket, or even a piece of clothing that smells like home. Familiar scents and objects can provide comfort and a sense of security during the trip.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. <strong>Plan for Regular Breaks</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re traveling a long distance, it’s important to plan for regular breaks. Our chauffeurs are experienced in handling pets and will ensure that your pet gets the necessary breaks to stretch, relieve themselves, and hydrate. These breaks not only help to keep your pet comfortable but also reduce stress by breaking up the journey into manageable segments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. <strong>Consider Natural Supplements</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For pets that are particularly anxious, you may want to consider natural supplements that promote relaxation. Products containing ingredients like L-theanine, CBD, or melatonin can be effective in reducing anxiety. However, always consult your vet before giving your pet any new supplements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9. <strong>Gradual Acclimation to the Vehicle</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If possible, get your pet used to the vehicle before the trip. Take them on short drives around the neighborhood, gradually increasing the duration each time. This helps your pet become accustomed to the motion of the vehicle and reduces the stress associated with longer journeys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">10. <strong>Communicate Special Needs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every pet is unique, and if your pet has specific needs or sensitivities, let us know! Whether it’s a preferred way of being handled, specific dietary requirements, or any health concerns, we’re here to accommodate. The more we know, the better we can tailor our service to meet your pet’s needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Final Thoughts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Reducing stress during travel is key to ensuring your pet has a safe and comfortable journey. By following these tips, you can help your pet feel more at ease and make their trip with Treasured Pet Chauffeurs a positive experience. We’re here to support you and your pet every step of the way, so don’t hesitate to reach out with any questions or special requests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s to a smooth and stress-free journey for your furry (or feathered, or scaled) friend! Safe travels!</p>\n<!-- /wp:paragraph -->','How to Reduce Stress for Your Pet When Traveling with Treasured Pet Chauffeurs','','publish','open','open','','how-to-reduce-stress-for-your-pet-when-traveling-with-treasured-pet-chauffeurs','','','2024-08-11 21:23:20','2024-08-11 21:23:20','',0,'https://dev.treasuredpetchauffeursllc.com/?p=148',0,'post','',0),
(149,2,'2024-08-11 21:17:48','2024-08-11 21:17:48','','verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6','','inherit','open','closed','','verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6','','','2024-08-11 21:17:48','2024-08-11 21:17:48','',148,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6.webp',0,'attachment','image/webp',0),
(150,2,'2024-08-11 21:18:06','2024-08-11 21:18:06','<!-- wp:image {\"id\":149,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_fun_images_for_a_cross_country_pet_ch_43dfdfda-e5bf-4f97-815c-c640fff0b9b6.webp\" alt=\"\" class=\"wp-image-149\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Traveling can be an exciting experience for humans, but for our pets, it can sometimes be overwhelming and stressful. At Treasured Pet Chauffeurs, we’re committed to making your pet’s journey as comfortable and stress-free as possible. Here are some effective strategies to help reduce stress for your pet when traveling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. <strong>Familiarize Your Pet with the Carrier</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most significant sources of stress for pets is the travel carrier. To ease this, introduce the carrier to your pet well before the trip. Leave it open in a familiar place, and encourage your pet to explore it on their own terms. Add their favorite blanket or toy inside to create a cozy, familiar space. The goal is for the carrier to become a safe haven rather than a source of anxiety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. <strong>Keep a Consistent Routine</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pets thrive on routine, and a sudden change in their daily schedule can increase stress levels. As much as possible, try to keep feeding, walking, and playtime consistent in the days leading up to the trip. A familiar routine provides a sense of stability, which can help reduce anxiety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. <strong>Use Calming Aids</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are various calming aids available that can help reduce your pet’s stress during travel. These can include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Pheromone Sprays or Collars:</strong> These products mimic natural calming pheromones that help reduce anxiety.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Calming Treats:</strong> Specially formulated treats that include ingredients like chamomile or valerian root to promote relaxation.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Music or White Noise:</strong> Soft music or white noise can have a soothing effect on pets. Consider playing gentle sounds during the journey to help create a calm environment.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. <strong>Exercise Before Travel</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A tired pet is generally a calmer pet. Before the trip, engage your pet in their favorite activities, whether it’s a long walk, playtime with toys, or a session of fetch. Exercising your pet before the journey can help burn off excess energy and reduce the likelihood of restlessness during travel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. <strong>Stay Calm and Reassuring</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your pet picks up on your emotions, so if you’re stressed, they’re likely to be stressed too. Stay calm and maintain a positive demeanor as you prepare for the journey. Speak in soothing tones and offer plenty of reassurance to help keep your pet relaxed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. <strong>Provide Comfort Items</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bring along a few of your pet’s favorite comfort items, such as a beloved toy, blanket, or even a piece of clothing that smells like home. Familiar scents and objects can provide comfort and a sense of security during the trip.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7. <strong>Plan for Regular Breaks</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re traveling a long distance, it’s important to plan for regular breaks. Our chauffeurs are experienced in handling pets and will ensure that your pet gets the necessary breaks to stretch, relieve themselves, and hydrate. These breaks not only help to keep your pet comfortable but also reduce stress by breaking up the journey into manageable segments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8. <strong>Consider Natural Supplements</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For pets that are particularly anxious, you may want to consider natural supplements that promote relaxation. Products containing ingredients like L-theanine, CBD, or melatonin can be effective in reducing anxiety. However, always consult your vet before giving your pet any new supplements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9. <strong>Gradual Acclimation to the Vehicle</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If possible, get your pet used to the vehicle before the trip. Take them on short drives around the neighborhood, gradually increasing the duration each time. This helps your pet become accustomed to the motion of the vehicle and reduces the stress associated with longer journeys.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">10. <strong>Communicate Special Needs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every pet is unique, and if your pet has specific needs or sensitivities, let us know! Whether it’s a preferred way of being handled, specific dietary requirements, or any health concerns, we’re here to accommodate. The more we know, the better we can tailor our service to meet your pet’s needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Final Thoughts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Reducing stress during travel is key to ensuring your pet has a safe and comfortable journey. By following these tips, you can help your pet feel more at ease and make their trip with Treasured Pet Chauffeurs a positive experience. We’re here to support you and your pet every step of the way, so don’t hesitate to reach out with any questions or special requests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s to a smooth and stress-free journey for your furry (or feathered, or scaled) friend! Safe travels!</p>\n<!-- /wp:paragraph -->','How to Reduce Stress for Your Pet When Traveling with Treasured Pet Chauffeurs','','inherit','closed','closed','','148-revision-v1','','','2024-08-11 21:18:06','2024-08-11 21:18:06','',148,'https://dev.treasuredpetchauffeursllc.com/?p=150',0,'revision','',0),
(151,2,'2024-08-11 21:22:25','2024-08-11 21:22:25','<!-- wp:image {\"id\":152,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a.webp\" alt=\"\" class=\"wp-image-152\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Treasured Pet Chauffeurs, we know that your pet isn’t just an animal—they’re a beloved member of your family. When your pet is on the road, we understand how important it is for you to stay connected and reassured that they’re safe and happy. That’s why we go the extra mile to provide fun videos, live video chats, emails, and text messages throughout their journey. Here’s how we keep you in the loop during your pet’s adventure with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. <strong>Fun Video Updates</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most exciting parts of your pet’s journey is seeing them enjoy the ride! We love capturing those moments when your pet is relaxed, curious, or just plain adorable. Whether it’s a cute shot of your dog peeking out the window, your cat lounging in their carrier, or your parrot chatting away, we’ll send you fun video clips that show how your pet is doing. These videos are a great way to feel connected to your pet’s experience and to see firsthand that they’re in good spirits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. <strong>Live Video Chats</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For those who want real-time interaction, we offer live video chats. Imagine being able to see your pet and talk to them while they’re on their journey! Live video chats allow you to check in, say hello, and provide that familiar voice your pet loves. It’s a great way to ease any anxiety you might have and to let your pet know you’re thinking of them. Our drivers are happy to set up a live video chat at a convenient time during the trip so you can stay connected in a meaningful way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. <strong>Regular Email Updates</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In addition to videos and chats, we provide regular email updates throughout the trip. These updates include information about your pet’s progress, their mood, and any notable moments along the way. You’ll receive detailed information about where your pet is, how they’re handling the journey, and what they’ve been up to. Our goal is to give you peace of mind by keeping you informed every step of the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. <strong>Text Message Check-Ins</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For quick and easy updates, we also send text message check-ins. These short messages provide real-time information about your pet’s status and location. Whether it’s letting you know that your pet just had a break, that they’re settling in for a nap, or that they’re on the final leg of their journey, these text messages ensure you’re always in the loop. It’s a simple yet effective way to stay connected without interrupting your day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. <strong>Personalized Communication</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every pet and pet owner is different, so we tailor our communication to suit your preferences. Whether you prefer frequent updates or just a few key check-ins, we’re flexible in how we keep you informed. You can choose the communication method that works best for you—whether it’s videos, emails, texts, or a combination of all three. We’re here to make sure you feel comfortable and connected throughout your pet’s journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. <strong>Your Pet’s Adventure</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that travel should be an adventure for your pet, not just a trip from point A to point B. By providing fun and engaging updates, we aim to share that sense of adventure with you. You’ll get to see your pet’s journey unfold, from the excitement of hitting the road to the joy of arriving at their destination. It’s a special way to stay involved and to feel like you’re right there with your pet, even if you’re miles apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Final Thoughts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At Treasured Pet Chauffeurs, we’re not just about transporting pets—we’re about creating a positive and reassuring experience for both you and your furry (or feathered, or scaled) friend. By offering fun videos, live video chats, and regular updates, we ensure that you stay connected to your pet’s adventure every step of the way. It’s our way of providing not just a service, but peace of mind and joy during your pet’s journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So relax and enjoy the journey with your pet—we’ll make sure you don’t miss a moment!</p>\n<!-- /wp:paragraph -->','Stay Connected: How Treasured Pet Chauffeurs Keeps You in the Loop During Your Pet’s Journey','','publish','open','open','','stay-connected-how-treasured-pet-chauffeurs-keeps-you-in-the-loop-during-your-pets-journey','','','2024-08-11 21:23:06','2024-08-11 21:23:06','',0,'https://dev.treasuredpetchauffeursllc.com/?p=151',0,'post','',0),
(152,2,'2024-08-11 21:22:11','2024-08-11 21:22:11','','verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a','','inherit','open','closed','','verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a','','','2024-08-11 21:22:11','2024-08-11 21:22:11','',151,'http://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a.webp',0,'attachment','image/webp',0),
(153,2,'2024-08-11 21:22:25','2024-08-11 21:22:25','<!-- wp:image {\"id\":152,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://dev.treasuredpetchauffeursllc.com/wp-content/uploads/2024/08/verobeachmarketing_create_a_hyper_realistic_image_of_pets_getti_d3e95393-f68a-4802-bbd0-542e38f8540a.webp\" alt=\"\" class=\"wp-image-152\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>At Treasured Pet Chauffeurs, we know that your pet isn’t just an animal—they’re a beloved member of your family. When your pet is on the road, we understand how important it is for you to stay connected and reassured that they’re safe and happy. That’s why we go the extra mile to provide fun videos, live video chats, emails, and text messages throughout their journey. Here’s how we keep you in the loop during your pet’s adventure with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1. <strong>Fun Video Updates</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most exciting parts of your pet’s journey is seeing them enjoy the ride! We love capturing those moments when your pet is relaxed, curious, or just plain adorable. Whether it’s a cute shot of your dog peeking out the window, your cat lounging in their carrier, or your parrot chatting away, we’ll send you fun video clips that show how your pet is doing. These videos are a great way to feel connected to your pet’s experience and to see firsthand that they’re in good spirits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2. <strong>Live Video Chats</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For those who want real-time interaction, we offer live video chats. Imagine being able to see your pet and talk to them while they’re on their journey! Live video chats allow you to check in, say hello, and provide that familiar voice your pet loves. It’s a great way to ease any anxiety you might have and to let your pet know you’re thinking of them. Our drivers are happy to set up a live video chat at a convenient time during the trip so you can stay connected in a meaningful way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3. <strong>Regular Email Updates</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In addition to videos and chats, we provide regular email updates throughout the trip. These updates include information about your pet’s progress, their mood, and any notable moments along the way. You’ll receive detailed information about where your pet is, how they’re handling the journey, and what they’ve been up to. Our goal is to give you peace of mind by keeping you informed every step of the way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4. <strong>Text Message Check-Ins</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For quick and easy updates, we also send text message check-ins. These short messages provide real-time information about your pet’s status and location. Whether it’s letting you know that your pet just had a break, that they’re settling in for a nap, or that they’re on the final leg of their journey, these text messages ensure you’re always in the loop. It’s a simple yet effective way to stay connected without interrupting your day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5. <strong>Personalized Communication</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every pet and pet owner is different, so we tailor our communication to suit your preferences. Whether you prefer frequent updates or just a few key check-ins, we’re flexible in how we keep you informed. You can choose the communication method that works best for you—whether it’s videos, emails, texts, or a combination of all three. We’re here to make sure you feel comfortable and connected throughout your pet’s journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6. <strong>Your Pet’s Adventure</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that travel should be an adventure for your pet, not just a trip from point A to point B. By providing fun and engaging updates, we aim to share that sense of adventure with you. You’ll get to see your pet’s journey unfold, from the excitement of hitting the road to the joy of arriving at their destination. It’s a special way to stay involved and to feel like you’re right there with your pet, even if you’re miles apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Final Thoughts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At Treasured Pet Chauffeurs, we’re not just about transporting pets—we’re about creating a positive and reassuring experience for both you and your furry (or feathered, or scaled) friend. By offering fun videos, live video chats, and regular updates, we ensure that you stay connected to your pet’s adventure every step of the way. It’s our way of providing not just a service, but peace of mind and joy during your pet’s journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So relax and enjoy the journey with your pet—we’ll make sure you don’t miss a moment!</p>\n<!-- /wp:paragraph -->','Stay Connected: How Treasured Pet Chauffeurs Keeps You in the Loop During Your Pet’s Journey','','inherit','closed','closed','','151-revision-v1','','','2024-08-11 21:22:25','2024-08-11 21:22:25','',151,'https://dev.treasuredpetchauffeursllc.com/?p=153',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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 */;
INSERT INTO `wp_term_relationships` VALUES
(22,2,0),
(23,2,0),
(24,2,0),
(28,2,0),
(51,3,0),
(51,4,0),
(51,5,0),
(51,6,0),
(52,5,0),
(52,7,0),
(52,8,0),
(52,9,0),
(52,10,0),
(142,1,0),
(148,1,0),
(151,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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=11 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 */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,3),
(2,2,'nav_menu','',0,4),
(3,3,'wpcode_type','',0,1),
(4,4,'wpcode_location','',0,1),
(5,5,'wpcode_tags','',0,2),
(6,6,'wpcode_tags','',0,1),
(7,7,'wpcode_type','',0,1),
(8,8,'wpcode_location','',0,1),
(9,9,'wpcode_tags','',0,1),
(10,10,'wpcode_tags','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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 */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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=11 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 */;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'Main','main',0),
(3,'text','text',0),
(4,'after_paragraph','after_paragraph',0),
(5,'sample','sample',0),
(6,'message','message',0),
(7,'php','php',0),
(8,'everywhere','everywhere',0),
(9,'disable','disable',0),
(10,'comments','comments',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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=74 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 */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','stacy'),
(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',''),
(15,1,'show_welcome_panel','0'),
(16,1,'session_tokens','a:1:{s:64:\"8d23479c70264b89042b2e1bb652af6c6dab6660055c1ee5e40efb019ea85fb7\";a:4:{s:10:\"expiration\";i:1723577882;s:2:\"ip\";s:11:\"73.0.249.56\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1723405082;}}'),
(17,1,'wp_dashboard_quick_press_last_post_id','116'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"73.0.249.0\";}'),
(19,1,'closedpostboxes_dashboard','a:5:{i:0;s:21:\"dashboard_site_health\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),
(20,1,'metaboxhidden_dashboard','a:0:{}'),
(21,2,'nickname','tamara'),
(22,2,'first_name','Tamara'),
(23,2,'last_name','Darress'),
(24,2,'description',''),
(25,2,'rich_editing','true'),
(26,2,'syntax_highlighting','true'),
(27,2,'comment_shortcuts','false'),
(28,2,'admin_color','fresh'),
(29,2,'use_ssl','0'),
(30,2,'show_admin_bar_front','true'),
(31,2,'locale',''),
(32,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(33,2,'wp_user_level','10'),
(34,2,'dismissed_wp_pointers',''),
(35,3,'nickname','tiffany'),
(36,3,'first_name','Tiffany'),
(37,3,'last_name','Bent'),
(38,3,'description',''),
(39,3,'rich_editing','true'),
(40,3,'syntax_highlighting','true'),
(41,3,'comment_shortcuts','false'),
(42,3,'admin_color','fresh'),
(43,3,'use_ssl','0'),
(44,3,'show_admin_bar_front','true'),
(45,3,'locale',''),
(46,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(47,3,'wp_user_level','10'),
(48,3,'dismissed_wp_pointers',''),
(49,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:41:\"dashboard_site_health,dashboard_right_now\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:18:\"dashboard_activity\";}'),
(50,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-07-05T18:35:04.466Z\";}'),
(51,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\";}'),
(52,1,'metaboxhidden_nav-menus','a:5:{i:0;s:25:\"add-post-type-x-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:17:\"add-portfolio-tag\";i:4;s:22:\"add-portfolio-category\";}'),
(53,3,'default_password_nag',''),
(54,3,'session_tokens','a:1:{s:64:\"96055065aef85952cf2908079b3d60c7bc66a9e19616b1e05a3ac60412c106bd\";a:4:{s:10:\"expiration\";i:1723210475;s:2:\"ip\";s:12:\"73.1.111.127\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1723037675;}}'),
(55,3,'wp_dashboard_quick_press_last_post_id','34'),
(56,3,'community-events-location','a:1:{s:2:\"ip\";s:10:\"73.1.111.0\";}'),
(57,1,'wp_user-settings','imgsize=full&libraryContent=browse'),
(58,1,'wp_user-settings-time','1723111493'),
(64,2,'default_password_nag',''),
(65,2,'session_tokens','a:2:{s:64:\"70b083131346020ffd00559e2596b789f9fe472a874e79ebf4a2bde029a66fd5\";a:4:{s:10:\"expiration\";i:1724596378;s:2:\"ip\";s:11:\"73.0.249.56\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1723386778;}s:64:\"837f9ca4f8d4c4283c06e973822c65ca7c4845ebfc42118739288b306871b1ae\";a:4:{s:10:\"expiration\";i:1723561876;s:2:\"ip\";s:11:\"73.0.249.56\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1723389076;}}'),
(66,2,'wp_dashboard_quick_press_last_post_id','56'),
(67,2,'community-events-location','a:1:{s:2:\"ip\";s:10:\"73.0.249.0\";}'),
(68,2,'wp_user-settings','imgsize=full&libraryContent=browse'),
(69,2,'wp_user-settings-time','1723401224'),
(70,2,'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:\"2024-08-11T21:13:56.128Z\";}'),
(71,2,'nav_menu_recently_edited','2'),
(72,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(73,2,'metaboxhidden_nav-menus','a:5:{i:0;s:25:\"add-post-type-x-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:17:\"add-portfolio-tag\";i:4;s:22:\"add-portfolio-category\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- 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 = utf8 */;
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=4 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 */;
INSERT INTO `wp_users` VALUES
(1,'stacy','$P$BzLkLCtDCRX97YjjizxH4AB9Zlq8SJ0','stacy','stacy@verovine.com','http://dev.treasuredpetchauffeursllc.com','2024-07-04 15:26:54','',0,'stacy'),
(2,'tamara','$P$BZIeV0gjmLTpKim9.u3LMXKV/ewiRX/','tamara','tamara@verovine.com','http://verovine.com','2024-07-05 02:01:47','',0,'Tamara Darress'),
(3,'tiffany','$P$BSsbeBncVtg3WYlhS0DisaUdXH465X/','tiffany','tiffany@verovine.com','http://verovine.com','2024-07-05 02:02:17','',0,'Tiffany Bent');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-08-11 19:07:06

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.
Lemmon Lines #129 | Lemmon Lines

Subscribe
  • KIWI ROTATING AD
  • VB OUTLETS AD
  • CHIAZENZA ad
  • Banner Ad 2 – Mr. Oil
  • Banner ad – GHO Homes
  • Banner Ad – Porch Factory

Subscribe
Lemmon Lines - Vero Beach Blog & Newsletter
Lemmon Lines - Vero Beach Blog & Newsletter